diff --git a/.github/workflows/generated-sources-master.yml b/.github/workflows/generated-sources-master.yml index 889aec3635..aebae86e7e 100644 --- a/.github/workflows/generated-sources-master.yml +++ b/.github/workflows/generated-sources-master.yml @@ -26,7 +26,7 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add './core/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics' + git add './core/generated-sources' './dataframe-csv/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics' git diff --staged --quiet || git commit -m "Automated commit of generated code" git push env: diff --git a/.github/workflows/generated-sources.yml b/.github/workflows/generated-sources.yml index d992ffc321..f9301fbeec 100644 --- a/.github/workflows/generated-sources.yml +++ b/.github/workflows/generated-sources.yml @@ -38,18 +38,18 @@ jobs: git config --global user.name "GitHub Actions" - name: Run Gradle task - run: ./gradlew :core:processKDocsMain korro + run: ./gradlew processKDocsMain korro - name: Check for changes in generated sources id: git-diff - run: echo "changed=$(if git diff --quiet './core/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics'; then echo 'false'; else echo 'true'; fi)" >> $GITHUB_OUTPUT + run: echo "changed=$(if git diff --quiet './core/generated-sources' './dataframe-csv/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics'; then echo 'false'; else echo 'true'; fi)" >> $GITHUB_OUTPUT - name: Commit and push if changes id: git-commit if: steps.git-diff.outputs.changed == 'true' run: | git checkout -b generated-sources/docs-update-${{ github.run_number }} - git add './core/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics' + git add './core/generated-sources' './dataframe-csv/generated-sources' './docs/StardustDocs/snippets' './docs/StardustDocs/topics' git commit -m "Update generated sources with recent changes" git push origin generated-sources/docs-update-${{ github.run_number }} echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT diff --git a/build.gradle.kts b/build.gradle.kts index bb0df363e4..bc0e57b193 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,12 +55,15 @@ dependencies { api(project(":dataframe-excel")) api(project(":dataframe-openapi")) api(project(":dataframe-jdbc")) + // TODO enable when it leaves the experimental phase + // api(project(":dataframe-csv")) kover(project(":core")) kover(project(":dataframe-arrow")) kover(project(":dataframe-excel")) kover(project(":dataframe-openapi")) kover(project(":dataframe-jdbc")) + kover(project(":dataframe-csv")) kover(project(":plugins:kotlin-dataframe")) } diff --git a/core/api/core.api b/core/api/core.api index f281641220..917bac12a6 100644 --- a/core/api/core.api +++ b/core/api/core.api @@ -3809,6 +3809,8 @@ public final class org/jetbrains/kotlinx/dataframe/api/ConvertKt { public static final fun convert (Lorg/jetbrains/kotlinx/dataframe/DataFrame;[Lkotlin/reflect/KProperty;)Lorg/jetbrains/kotlinx/dataframe/api/Convert; public static final fun convert (Lorg/jetbrains/kotlinx/dataframe/DataFrame;[Lorg/jetbrains/kotlinx/dataframe/columns/ColumnReference;)Lorg/jetbrains/kotlinx/dataframe/api/Convert; public static final fun convertTo (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Lkotlin/reflect/KType;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; + public static final fun convertTo (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Lkotlin/reflect/KType;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; + public static synthetic fun convertTo$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Lkotlin/reflect/KType;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToBigDecimal (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToBigDecimalFromT (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToBoolean (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; @@ -3817,13 +3819,13 @@ public final class org/jetbrains/kotlinx/dataframe/api/ConvertKt { public static final fun convertToByteFromT (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToDouble (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToDoubleFromString (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; - public static final fun convertToDoubleFromString (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;Z)Lorg/jetbrains/kotlinx/dataframe/DataColumn; + public static final fun convertToDoubleFromString (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;Ljava/util/Set;Ljava/lang/Boolean;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static synthetic fun convertToDoubleFromString$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; - public static synthetic fun convertToDoubleFromString$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;ZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; + public static synthetic fun convertToDoubleFromString$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;Ljava/util/Set;Ljava/lang/Boolean;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToDoubleFromStringNullable (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; - public static final fun convertToDoubleFromStringNullable (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;Z)Lorg/jetbrains/kotlinx/dataframe/DataColumn; + public static final fun convertToDoubleFromStringNullable (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;Ljava/util/Set;Ljava/lang/Boolean;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static synthetic fun convertToDoubleFromStringNullable$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; - public static synthetic fun convertToDoubleFromStringNullable$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;ZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; + public static synthetic fun convertToDoubleFromStringNullable$default (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Ljava/util/Locale;Ljava/util/Set;Ljava/lang/Boolean;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToDoubleFromT (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToFloat (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; public static final fun convertToFloatFromT (Lorg/jetbrains/kotlinx/dataframe/DataColumn;)Lorg/jetbrains/kotlinx/dataframe/DataColumn; @@ -4813,9 +4815,14 @@ public final class org/jetbrains/kotlinx/dataframe/api/GenerateCodeKt { public abstract interface class org/jetbrains/kotlinx/dataframe/api/GlobalParserOptions { public abstract fun addDateTimePattern (Ljava/lang/String;)V public abstract fun addNullString (Ljava/lang/String;)V + public abstract fun addSkipType (Lkotlin/reflect/KType;)V public abstract fun getLocale ()Ljava/util/Locale; + public abstract fun getNulls ()Ljava/util/Set; + public abstract fun getSkipTypes ()Ljava/util/Set; + public abstract fun getUseFastDoubleParser ()Z public abstract fun resetToDefault ()V public abstract fun setLocale (Ljava/util/Locale;)V + public abstract fun setUseFastDoubleParser (Z)V } public abstract interface class org/jetbrains/kotlinx/dataframe/api/GroupBy : org/jetbrains/kotlinx/dataframe/api/Grouped { @@ -6490,23 +6497,19 @@ public final class org/jetbrains/kotlinx/dataframe/api/ParserOptions { public fun ()V public synthetic fun (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;)V public synthetic fun (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public fun (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;Z)V - public synthetic fun (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V - public final fun component1 ()Ljava/util/Locale; - public final fun component2 ()Ljava/time/format/DateTimeFormatter; - public final fun component3 ()Ljava/lang/String; - public final fun component4 ()Ljava/util/Set; - public final fun component5 ()Z + public fun (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;Ljava/lang/Boolean;)V + public synthetic fun (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;Ljava/lang/Boolean;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public final synthetic fun copy (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;)Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions; - public final fun copy (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;Z)Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions; + public final fun copy (Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;Ljava/lang/Boolean;)Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions; public static synthetic fun copy$default (Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions; - public static synthetic fun copy$default (Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;ZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions; + public static synthetic fun copy$default (Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;Ljava/util/Locale;Ljava/time/format/DateTimeFormatter;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;Ljava/lang/Boolean;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions; public fun equals (Ljava/lang/Object;)Z public final fun getDateTimeFormatter ()Ljava/time/format/DateTimeFormatter; public final fun getDateTimePattern ()Ljava/lang/String; public final fun getLocale ()Ljava/util/Locale; public final fun getNullStrings ()Ljava/util/Set; - public final fun getUseFastDoubleParser ()Z + public final fun getSkipTypes ()Ljava/util/Set; + public final fun getUseFastDoubleParser ()Ljava/lang/Boolean; public fun hashCode ()I public fun toString ()Ljava/lang/String; } @@ -9948,6 +9951,16 @@ public final class org/jetbrains/kotlinx/dataframe/impl/ColumnAccessTrackerKt { public static final fun trackColumnAccess (Lkotlin/jvm/functions/Function0;)Ljava/util/List; } +public final class org/jetbrains/kotlinx/dataframe/impl/ColumnNameGenerator { + public fun ()V + public fun (Ljava/util/List;)V + public synthetic fun (Ljava/util/List;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun addIfAbsent (Ljava/lang/String;)V + public final fun addUnique (Ljava/lang/String;)Ljava/lang/String; + public final fun contains (Ljava/lang/String;)Z + public final fun getNames ()Ljava/util/List; +} + public final class org/jetbrains/kotlinx/dataframe/impl/DataFrameSize { public fun (II)V public final fun component1 ()I @@ -10211,7 +10224,9 @@ public final class org/jetbrains/kotlinx/dataframe/impl/columns/UtilsKt { } public final class org/jetbrains/kotlinx/dataframe/impl/io/FastDoubleParser { + public fun ()V public fun (Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;)V + public synthetic fun (Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun parseOrNull (Ljava/lang/CharSequence;)Ljava/lang/Double; public final fun parseOrNull ([BIILjava/nio/charset/Charset;)Ljava/lang/Double; public final fun parseOrNull ([CII)Ljava/lang/Double; @@ -10273,23 +10288,38 @@ public final class org/jetbrains/kotlinx/dataframe/io/CSVType : java/lang/Enum { public final class org/jetbrains/kotlinx/dataframe/io/ColType : java/lang/Enum { public static final field BigDecimal Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field Boolean Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field Char Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field Companion Lorg/jetbrains/kotlinx/dataframe/io/ColType$Companion; + public static final field DEFAULT Ljava/lang/String; public static final field Double Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field Duration Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field Instant Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field Int Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field JsonArray Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field JsonObject Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field LocalDate Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field LocalDateTime Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field LocalTime Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field Long Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static final field String Lorg/jetbrains/kotlinx/dataframe/io/ColType; + public static final field Url Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static fun getEntries ()Lkotlin/enums/EnumEntries; public static fun valueOf (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/io/ColType; public static fun values ()[Lorg/jetbrains/kotlinx/dataframe/io/ColType; } +public final class org/jetbrains/kotlinx/dataframe/io/ColType$Companion { +} + public final class org/jetbrains/kotlinx/dataframe/io/CommonKt { public static final fun asFileOrNull (Ljava/net/URL;)Ljava/io/File; + public static final fun asUrl (Ljava/lang/String;)Ljava/net/URL; + public static final fun catchHttpResponse (Ljava/net/URL;Lkotlin/jvm/functions/Function1;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; public static final fun isFile (Ljava/net/URL;)Z public static final fun isProtocolSupported (Ljava/net/URL;)Z public static final fun isURL (Ljava/lang/String;)Z + public static final fun isUrl (Ljava/lang/String;)Z + public static final fun skippingBomCharacters (Ljava/io/InputStream;)Ljava/io/InputStream; public static final fun toDataFrame (Ljava/util/List;Z)Lorg/jetbrains/kotlinx/dataframe/DataFrame; public static synthetic fun toDataFrame$default (Ljava/util/List;ZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; public static final fun urlAsFile (Ljava/net/URL;)Ljava/io/File; @@ -10315,6 +10345,7 @@ public final class org/jetbrains/kotlinx/dataframe/io/CsvKt { public static synthetic fun readDelimStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/Map;ILjava/lang/Integer;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; public static final fun toCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Lorg/apache/commons/csv/CSVFormat;)Ljava/lang/String; public static synthetic fun toCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Lorg/apache/commons/csv/CSVFormat;ILjava/lang/Object;)Ljava/lang/String; + public static final fun toKType (Lorg/jetbrains/kotlinx/dataframe/io/ColType;)Lkotlin/reflect/KType; public static final fun toType (Lorg/jetbrains/kotlinx/dataframe/io/ColType;)Lkotlin/reflect/KClass; public static final fun writeCSV (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;Lorg/apache/commons/csv/CSVFormat;)V public static final fun writeCSV (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;Lorg/apache/commons/csv/CSVFormat;)V diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/annotations/ImportDataSchema.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/annotations/ImportDataSchema.kt index 87ea52ca99..ded7a366e9 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/annotations/ImportDataSchema.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/annotations/ImportDataSchema.kt @@ -47,6 +47,7 @@ public enum class DataSchemaVisibility { EXPLICIT_PUBLIC, } +// TODO add more options public annotation class CsvOptions(public val delimiter: Char) /** diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/convert.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/convert.kt index 7eed1e126b..d2906e17a9 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/convert.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/convert.kt @@ -25,10 +25,9 @@ import org.jetbrains.kotlinx.dataframe.columns.toColumnSet import org.jetbrains.kotlinx.dataframe.dataTypes.IFRAME import org.jetbrains.kotlinx.dataframe.dataTypes.IMG import org.jetbrains.kotlinx.dataframe.documentation.ExcludeFromSources -import org.jetbrains.kotlinx.dataframe.exceptions.CellConversionException -import org.jetbrains.kotlinx.dataframe.exceptions.TypeConversionException import org.jetbrains.kotlinx.dataframe.impl.api.Parsers import org.jetbrains.kotlinx.dataframe.impl.api.convertRowColumnImpl +import org.jetbrains.kotlinx.dataframe.impl.api.convertToDoubleImpl import org.jetbrains.kotlinx.dataframe.impl.api.convertToTypeImpl import org.jetbrains.kotlinx.dataframe.impl.api.defaultTimeZone import org.jetbrains.kotlinx.dataframe.impl.api.toLocalDate @@ -37,14 +36,12 @@ import org.jetbrains.kotlinx.dataframe.impl.api.toLocalTime import org.jetbrains.kotlinx.dataframe.impl.api.withRowCellImpl import org.jetbrains.kotlinx.dataframe.impl.headPlusArray import org.jetbrains.kotlinx.dataframe.io.toDataFrame -import org.jetbrains.kotlinx.dataframe.path import java.math.BigDecimal import java.net.URL import java.util.Locale import kotlin.reflect.KProperty import kotlin.reflect.KType import kotlin.reflect.full.isSubtypeOf -import kotlin.reflect.full.withNullability import kotlin.reflect.typeOf @Interpretable("Convert0") @@ -130,15 +127,29 @@ public inline fun Convert.perRowCol( public inline fun AnyCol.convertTo(): DataColumn = convertTo(typeOf()) as DataColumn -public fun AnyCol.convertTo(newType: KType): AnyCol { - val isTypesAreCorrect = this.type().withNullability(true).isSubtypeOf(typeOf()) && - newType.withNullability(true) == typeOf() +@Suppress("UNCHECKED_CAST") +public fun AnyCol.convertTo(newType: KType): AnyCol = + when { + type().isSubtypeOf(typeOf()) -> + (this as DataColumn).convertTo(newType) - if (isTypesAreCorrect) { - return (this as DataColumn).convertToDouble().setNullable(newType.isMarkedNullable) + else -> convertToTypeImpl(newType, null) + } + +public inline fun DataColumn.convertTo(parserOptions: ParserOptions? = null): DataColumn = + convertTo(typeOf(), parserOptions) as DataColumn + +public fun DataColumn.convertTo(newType: KType, parserOptions: ParserOptions? = null): AnyCol = + when { + newType.isSubtypeOf(typeOf()) -> + convertToDoubleImpl( + locale = parserOptions?.locale, + nullStrings = parserOptions?.nullStrings, + useFastDoubleParser = parserOptions?.useFastDoubleParser, + ).setNullable(newType.isMarkedNullable) + + else -> convertToTypeImpl(newType, parserOptions) } - return convertToTypeImpl(newType) -} @JvmName("convertToLocalDateTimeFromT") public fun DataColumn.convertToLocalDateTime(): DataColumn = convertTo() @@ -187,9 +198,12 @@ public fun DataColumn.convertToDouble(): DataColumn = con /** * Parses a String column to Double considering locale (number format). - * If [locale] parameter is defined, it's number format is used for parsing. - * If [locale] parameter is null, the current system locale is used. - * If the column cannot be parsed, then the POSIX format is used. + * + * If any of the parameters is `null`, the global default (in [DataFrame.parser][DataFrame.Companion.parser]) is used. + * + * @param locale If defined, its number format is used for parsing. + * The default in [DataFrame.parser][DataFrame.Companion.parser] is the system locale. + * If the column cannot be parsed, the POSIX format is used. */ @ExcludeFromSources private interface DataColumnStringConvertToDoubleDoc @@ -197,64 +211,46 @@ private interface DataColumnStringConvertToDoubleDoc /** @include [DataColumnStringConvertToDoubleDoc] */ @JvmName("convertToDoubleFromString") public fun DataColumn.convertToDouble(locale: Locale? = null): DataColumn = - convertToDouble(locale = locale, useFastDoubleParser = false) + convertToDouble(locale = locale, nullStrings = null, useFastDoubleParser = null) /** * @include [DataColumnStringConvertToDoubleDoc] - * @param useFastDoubleParser whether to use the new _experimental_ FastDoubleParser, defaults to `false` for now. + * @param nullStrings a set of strings that should be treated as `null` values. + * The default in [DataFrame.parser][DataFrame.Companion.parser] is ["null", "NULL", "NA", "N/A"]. + * @param useFastDoubleParser whether to use the new _experimental_ FastDoubleParser. + * The default in [DataFrame.parser][DataFrame.Companion.parser] is `false` for now. */ @JvmName("convertToDoubleFromString") public fun DataColumn.convertToDouble( locale: Locale? = null, - useFastDoubleParser: Boolean, -): DataColumn = this.castToNullable().convertToDouble(locale, useFastDoubleParser).castToNotNullable() + nullStrings: Set?, + useFastDoubleParser: Boolean?, +): DataColumn = + this.castToNullable().convertToDouble(locale, nullStrings, useFastDoubleParser).castToNotNullable() /** @include [DataColumnStringConvertToDoubleDoc] */ @JvmName("convertToDoubleFromStringNullable") public fun DataColumn.convertToDouble(locale: Locale? = null): DataColumn = - convertToDouble(locale = locale, useFastDoubleParser = false) + convertToDouble(locale = locale, nullStrings = null, useFastDoubleParser = null) /** * @include [DataColumnStringConvertToDoubleDoc] - * @param useFastDoubleParser whether to use the new _experimental_ FastDoubleParser, defaults to `false` for now. + * @param nullStrings a set of strings that should be treated as `null` values. + * The default in [DataFrame.parser][DataFrame.Companion.parser] is ["null", "NULL", "NA", "N/A"]. + * @param useFastDoubleParser whether to use the new _experimental_ FastDoubleParser. + * The default in [DataFrame.parser][DataFrame.Companion.parser] is `false` for now. */ @JvmName("convertToDoubleFromStringNullable") public fun DataColumn.convertToDouble( locale: Locale? = null, - useFastDoubleParser: Boolean, -): DataColumn { - fun applyParser(parser: (String) -> Double?): DataColumn { - var currentRow = 0 - try { - return mapIndexed { row, value -> - currentRow = row - value?.let { - parser(value.trim()) ?: throw TypeConversionException( - value = value, - from = typeOf(), - to = typeOf(), - column = path, - ) - } - } - } catch (e: TypeConversionException) { - throw CellConversionException(e.value, e.from, e.to, path, currentRow, e) - } - } - - return if (locale != null) { - val explicitParser = Parsers.getDoubleParser(locale, useFastDoubleParser) - applyParser(explicitParser) - } else { - try { - val defaultParser = Parsers.getDoubleParser(useFastDoubleParser = useFastDoubleParser) - applyParser(defaultParser) - } catch (e: TypeConversionException) { - val posixParser = Parsers.getDoubleParser(Locale.forLanguageTag("C.UTF-8"), useFastDoubleParser) - applyParser(posixParser) - } - } -} + nullStrings: Set?, + useFastDoubleParser: Boolean?, +): DataColumn = + convertToDoubleImpl( + locale = locale, + nullStrings = nullStrings, + useFastDoubleParser = useFastDoubleParser, + ) @JvmName("convertToFloatFromT") public fun DataColumn.convertToFloat(): DataColumn = convertTo() diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt index c42ce19168..36c76537ec 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/parse.kt @@ -10,14 +10,25 @@ import org.jetbrains.kotlinx.dataframe.impl.api.Parsers import org.jetbrains.kotlinx.dataframe.impl.api.StringParser import org.jetbrains.kotlinx.dataframe.impl.api.parseImpl import org.jetbrains.kotlinx.dataframe.impl.api.tryParseImpl +import org.jetbrains.kotlinx.dataframe.io.readCSV import org.jetbrains.kotlinx.dataframe.typeClass import org.jetbrains.kotlinx.dataframe.util.PARSER_OPTIONS import org.jetbrains.kotlinx.dataframe.util.PARSER_OPTIONS_COPY import java.time.format.DateTimeFormatter import java.util.Locale import kotlin.reflect.KProperty +import kotlin.reflect.KType -public val DataFrame.Companion.parser: GlobalParserOptions get() = Parsers +/** + * ### Global Parser Options + * + * These options are used to configure how [DataColumns][DataColumn] of type [String] or [String?][String] + * should be parsed. + * You can always pass a [ParserOptions] object to functions that perform parsing, like [tryParse], [parse], + * or even [DataFrame.readCSV][DataFrame.Companion.readCSV] to override these options. + */ +public val DataFrame.Companion.parser: GlobalParserOptions + get() = Parsers public fun DataFrame.parse(options: ParserOptions? = null, columns: ColumnsSelector): DataFrame = parseImpl(options, columns) @@ -37,14 +48,33 @@ public interface GlobalParserOptions { public fun addNullString(str: String) + /** This function can be called to skip some types. Parsing will be attempted for all other types. */ + public fun addSkipType(type: KType) + + /** Whether to use the new _experimental_ FastDoubleParser, defaults to `false` for now. */ + public var useFastDoubleParser: Boolean + public fun resetToDefault() public var locale: Locale + + public val nulls: Set + + public val skipTypes: Set } /** * ### Options for parsing [String]`?` columns * + * These options are used to configure how [DataColumn]s of type [String] or [String?][String] should be parsed. + * They can be passed to [tryParse] and [parse] functions. + * + * You can also use the [DataFrame.parser][DataFrame.Companion.parser] property to access and modify + * the global parser configuration. + * + * If any of the arguments in [ParserOptions] are `null` (or [ParserOptions] itself is `null`), + * the global configuration will be queried. + * * @param locale locale to use for parsing dates and numbers, defaults to the System default locale. * If specified instead of [dateTimeFormatter], it will be used in combination with [dateTimePattern] * to create a [DateTimeFormatter]. Just providing [locale] will not allow you to parse @@ -55,16 +85,19 @@ public interface GlobalParserOptions { * @param dateTimePattern a pattern to use for parsing dates. If specified instead of [dateTimeFormatter], * it will be used to create a [DateTimeFormatter]. * @param nullStrings a set of strings that should be treated as `null` values. By default, it's - * ["null", "NULL", "NA", "N/A"]. + * `["null", "NULL", "NA", "N/A"]`. + * @param skipTypes a set of types that should be skipped during parsing. Parsing will be attempted for all other types. + * By default, it's an empty set. To skip all types except a specified one, use [convertTo] instead. * @param useFastDoubleParser whether to use the new _experimental_ FastDoubleParser, defaults to `false` for now. */ -public data class ParserOptions( - val locale: Locale? = null, +public class ParserOptions( + public val locale: Locale? = null, // TODO, migrate to kotlinx.datetime.format.DateTimeFormat? https://github.com/Kotlin/dataframe/issues/876 - val dateTimeFormatter: DateTimeFormatter? = null, - val dateTimePattern: String? = null, - val nullStrings: Set? = null, - val useFastDoubleParser: Boolean = false, + public val dateTimeFormatter: DateTimeFormatter? = null, + public val dateTimePattern: String? = null, + public val nullStrings: Set? = null, + public val skipTypes: Set? = null, + public val useFastDoubleParser: Boolean? = null, ) { /** For binary compatibility. */ @@ -82,7 +115,8 @@ public data class ParserOptions( dateTimeFormatter = dateTimeFormatter, dateTimePattern = dateTimePattern, nullStrings = nullStrings, - useFastDoubleParser = false, + skipTypes = null, + useFastDoubleParser = null, ) /** For binary compatibility. */ @@ -101,6 +135,7 @@ public data class ParserOptions( dateTimeFormatter = dateTimeFormatter, dateTimePattern = dateTimePattern, nullStrings = nullStrings, + skipTypes = skipTypes, useFastDoubleParser = useFastDoubleParser, ) @@ -111,6 +146,52 @@ public data class ParserOptions( dateTimePattern != null -> DateTimeFormatter.ofPattern(dateTimePattern) else -> null } + + public fun copy( + locale: Locale? = this.locale, + dateTimeFormatter: DateTimeFormatter? = this.dateTimeFormatter, + dateTimePattern: String? = this.dateTimePattern, + nullStrings: Set? = this.nullStrings, + skipTypes: Set? = this.skipTypes, + useFastDoubleParser: Boolean? = this.useFastDoubleParser, + ): ParserOptions = + ParserOptions( + locale = locale, + dateTimeFormatter = dateTimeFormatter, + dateTimePattern = dateTimePattern, + nullStrings = nullStrings, + skipTypes = skipTypes, + useFastDoubleParser = useFastDoubleParser, + ) + + override fun equals(other: Any?): Boolean { + if (this === other) return true + if (javaClass != other?.javaClass) return false + + other as ParserOptions + + if (useFastDoubleParser != other.useFastDoubleParser) return false + if (locale != other.locale) return false + if (dateTimeFormatter != other.dateTimeFormatter) return false + if (dateTimePattern != other.dateTimePattern) return false + if (nullStrings != other.nullStrings) return false + if (skipTypes != other.skipTypes) return false + + return true + } + + override fun hashCode(): Int { + var result = useFastDoubleParser?.hashCode() ?: 0 + result = 31 * result + (locale?.hashCode() ?: 0) + result = 31 * result + (dateTimeFormatter?.hashCode() ?: 0) + result = 31 * result + (dateTimePattern?.hashCode() ?: 0) + result = 31 * result + (nullStrings?.hashCode() ?: 0) + result = 31 * result + (skipTypes?.hashCode() ?: 0) + return result + } + + override fun toString(): String = + "ParserOptions(locale=$locale, dateTimeFormatter=$dateTimeFormatter, dateTimePattern=$dateTimePattern, nullStrings=$nullStrings, skipTypes=$skipTypes, useFastDoubleParser=$useFastDoubleParser)" } /** @include [tryParseImpl] */ diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/ColumnNameGenerator.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/ColumnNameGenerator.kt index c6549d26fb..77f2cd4d05 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/ColumnNameGenerator.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/ColumnNameGenerator.kt @@ -2,13 +2,13 @@ package org.jetbrains.kotlinx.dataframe.impl import org.jetbrains.kotlinx.dataframe.AnyFrame -internal class ColumnNameGenerator(columnNames: List = emptyList()) { +public class ColumnNameGenerator(columnNames: List = emptyList()) { private val usedNames = columnNames.toMutableSet() private val colNames = columnNames.toMutableList() - fun addUnique(preferredName: String): String { + public fun addUnique(preferredName: String): String { var name = preferredName var k = 1 while (usedNames.contains(name)) { @@ -19,17 +19,17 @@ internal class ColumnNameGenerator(columnNames: List = emptyList()) { return name } - fun addIfAbsent(name: String) { + public fun addIfAbsent(name: String) { if (!usedNames.contains(name)) { usedNames.add(name) colNames.add(name) } } - val names: List + public val names: List get() = colNames - fun contains(name: String) = usedNames.contains(name) + public operator fun contains(name: String): Boolean = usedNames.contains(name) } internal fun AnyFrame.nameGenerator() = ColumnNameGenerator(columnNames()) diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt index 8d4cf9430e..c4b5da01b1 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/convert.kt @@ -25,6 +25,7 @@ import org.jetbrains.kotlinx.dataframe.api.Convert import org.jetbrains.kotlinx.dataframe.api.DataSchemaEnum import org.jetbrains.kotlinx.dataframe.api.Infer import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.api.mapIndexed import org.jetbrains.kotlinx.dataframe.api.name import org.jetbrains.kotlinx.dataframe.api.to import org.jetbrains.kotlinx.dataframe.columns.values @@ -50,6 +51,8 @@ import kotlin.reflect.full.memberProperties import kotlin.reflect.full.primaryConstructor import kotlin.reflect.full.withNullability import kotlin.reflect.jvm.jvmErasure +import kotlin.reflect.typeOf +import kotlin.text.trim import java.time.Instant as JavaInstant import java.time.LocalDate as JavaLocalDate import java.time.LocalDateTime as JavaLocalDateTime @@ -69,7 +72,65 @@ internal fun Convert.convertRowColumnImpl( rowConverter: RowColumnExpression, ): DataFrame = to { col -> df.newColumn(type, col.name, infer) { rowConverter(it, col) } } -internal fun AnyCol.convertToTypeImpl(to: KType): AnyCol { +/** + * Specific implementation for [convertToTypeImpl] for [String] -> [Double] conversion + * + * This function exists because [convertToTypeImpl] can only retrieve a single parser + * double has two: one with the given locale (or system default) and one POSIX parser + */ +internal fun DataColumn.convertToDoubleImpl( + locale: Locale?, + nullStrings: Set?, + useFastDoubleParser: Boolean?, +): DataColumn { + val nullStrings = nullStrings ?: Parsers.nulls + val useFastDoubleParser = useFastDoubleParser ?: Parsers.useFastDoubleParser + + fun applyParser(parser: (String) -> Double?): DataColumn { + var currentRow = 0 + try { + return mapIndexed { row, value -> + currentRow = row + value?.let { + if (it in nullStrings) return@let null + + parser(value.trim()) ?: throw TypeConversionException( + value = value, + from = typeOf(), + to = typeOf(), + column = path, + ) + } + } + } catch (e: TypeConversionException) { + throw CellConversionException(e.value, e.from, e.to, path, currentRow, e) + } + } + + return if (locale != null) { + val explicitParser = Parsers.getDoubleParser( + locale = locale, + useFastDoubleParser = useFastDoubleParser, + ) + applyParser(explicitParser) + } else { + try { + val defaultParser = + Parsers.getDoubleParser( + locale = null, + useFastDoubleParser = useFastDoubleParser, + ) + applyParser(defaultParser) + } catch (_: TypeConversionException) { + val posixParser = Parsers.getPosixDoubleParser( + useFastDoubleParser = useFastDoubleParser, + ) + applyParser(posixParser) + } + } +} + +internal fun AnyCol.convertToTypeImpl(to: KType, parserOptions: ParserOptions?): AnyCol { val from = type val nullsAreAllowed = to.isMarkedNullable @@ -112,7 +173,7 @@ internal fun AnyCol.convertToTypeImpl(to: KType): AnyCol { value?.let { val clazz = it.javaClass.kotlin val type = clazz.createStarProjectedType(false) - val converter = getConverter(type, to, ParserOptions(locale = Locale.getDefault())) + val converter = getConverter(type, to, parserOptions) ?: throw TypeConverterNotFoundException(from, to, path) converter(it) }.checkNulls() @@ -139,7 +200,7 @@ internal fun AnyCol.convertToTypeImpl(to: KType): AnyCol { } } - return when (val converter = getConverter(from, to, ParserOptions(locale = Locale.getDefault()))) { + return when (val converter = getConverter(from, to, parserOptions)) { null -> convertPerCell() else -> applyConverter(converter) } diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt index 8e6834b180..fb52bb2317 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/parse.kt @@ -35,7 +35,7 @@ import org.jetbrains.kotlinx.dataframe.impl.catchSilent import org.jetbrains.kotlinx.dataframe.impl.createStarProjectedType import org.jetbrains.kotlinx.dataframe.impl.io.FastDoubleParser import org.jetbrains.kotlinx.dataframe.impl.javaDurationCanParse -import org.jetbrains.kotlinx.dataframe.io.isURL +import org.jetbrains.kotlinx.dataframe.io.isUrl import org.jetbrains.kotlinx.dataframe.io.readJsonStr import org.jetbrains.kotlinx.dataframe.values import java.math.BigDecimal @@ -119,7 +119,13 @@ internal object Parsers : GlobalParserOptions { private val nullStrings: MutableSet = mutableSetOf() - public val nulls: Set get() = nullStrings + internal val skipTypesSet = mutableSetOf() + + override val nulls: Set + get() = nullStrings + + override val skipTypes: Set + get() = skipTypesSet override fun addDateTimePattern(pattern: String) { formatters.add(DateTimeFormatter.ofPattern(pattern)) @@ -129,11 +135,24 @@ internal object Parsers : GlobalParserOptions { nullStrings.add(str) } - override var locale: Locale = Locale.getDefault() + override fun addSkipType(type: KType) { + skipTypesSet.add(type) + } + + override var useFastDoubleParser: Boolean = false + + private var _locale: Locale? = null + + override var locale: Locale + get() = _locale ?: Locale.getDefault() + set(value) { + _locale = value + } override fun resetToDefault() { formatters.clear() nullStrings.clear() + skipTypesSet.clear() formatters.add(DateTimeFormatter.ISO_LOCAL_DATE_TIME) formatters.add(DateTimeFormatter.ISO_DATE_TIME) @@ -145,8 +164,8 @@ internal object Parsers : GlobalParserOptions { .toFormatter() .let { formatters.add(it) } - locale = Locale.getDefault() - + useFastDoubleParser = false + _locale = null nullStrings.addAll(listOf("null", "NULL", "NA", "N/A")) } @@ -209,7 +228,7 @@ internal object Parsers : GlobalParserOptions { toJavaLocalDateTimeOrNull(formatter) // since we accept a Java DateTimeFormatter ?.toKotlinLocalDateTime() - private fun String.toUrlOrNull(): URL? = if (isURL(this)) catchSilent { URL(this) } else null + private fun String.toUrlOrNull(): URL? = if (isUrl(this)) catchSilent { URL(this) } else null private fun String.toBooleanOrNull() = when (uppercase(Locale.getDefault())) { @@ -293,14 +312,18 @@ internal object Parsers : GlobalParserOptions { ): StringParserWithFormat = StringParserWithFormat(typeOf(), coveredBy, body) private val parserToDoubleWithOptions = stringParserWithOptions { options -> - val fastDoubleParser = FastDoubleParser(options ?: ParserOptions()) + val fastDoubleParser = FastDoubleParser(options) val parser = { it: String -> fastDoubleParser.parseOrNull(it) } parser } - private val posixDoubleParser = FastDoubleParser( - ParserOptions(locale = Locale.forLanguageTag("C.UTF-8")), - ) + // same as parserToDoubleWithOptions, but overrides the locale to C.UTF-8 + private val posixParserToDoubleWithOptions = stringParserWithOptions { options -> + val parserOptions = (options ?: ParserOptions()).copy(locale = Locale.forLanguageTag("C.UTF-8")) + val fastDoubleParser = FastDoubleParser(parserOptions) + val parser = { it: String -> fastDoubleParser.parseOrNull(it) } + parser + } internal val parsersOrder = listOf( // Int @@ -364,7 +387,7 @@ internal object Parsers : GlobalParserOptions { // Double, with explicit number format or taken from current locale parserToDoubleWithOptions, // Double, with POSIX format - stringParser { posixDoubleParser.parseOrNull(it) }, + posixParserToDoubleWithOptions, // Boolean stringParser { it.toBooleanOrNull() }, // BigDecimal @@ -387,6 +410,8 @@ internal object Parsers : GlobalParserOptions { null } }, + // Char + stringParser { it.singleOrNull() }, // No parser found, return as String // must be last in the list of parsers to return original unparsed string stringParser { it }, @@ -429,14 +454,13 @@ internal object Parsers : GlobalParserOptions { return parser.applyOptions(options) } - internal fun getDoubleParser(locale: Locale? = null, useFastDoubleParser: Boolean): (String) -> Double? { - val options = if (locale != null) { - ParserOptions(locale = locale, useFastDoubleParser = useFastDoubleParser) - } else { - null - } - return parserToDoubleWithOptions.applyOptions(options) - } + internal fun getDoubleParser(locale: Locale?, useFastDoubleParser: Boolean): (String) -> Double? = + parserToDoubleWithOptions + .applyOptions(ParserOptions(locale = locale, useFastDoubleParser = useFastDoubleParser)) + + internal fun getPosixDoubleParser(useFastDoubleParser: Boolean): (String) -> Double? = + posixParserToDoubleWithOptions + .applyOptions(ParserOptions(useFastDoubleParser = useFastDoubleParser)) } /** @@ -460,7 +484,9 @@ internal fun DataColumn.tryParseImpl(options: ParserOptions?): DataColu var nullStringParsed = false val nulls = options?.nullStrings ?: Parsers.nulls + val parserTypesToSkip = options?.skipTypes ?: Parsers.skipTypesSet val parsersToCheck = Parsers.parsersOrder + .filterNot { it.type in parserTypesToSkip } val parserTypesToCheck = parsersToCheck.map { it.type }.toSet() var correctParser: StringParser<*>? = null diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/FastDoubleParser.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/FastDoubleParser.kt index 54b584336b..47361dd0a5 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/FastDoubleParser.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/FastDoubleParser.kt @@ -3,7 +3,10 @@ package org.jetbrains.kotlinx.dataframe.impl.io import ch.randelshofer.fastdoubleparser.ConfigurableDoubleParser import ch.randelshofer.fastdoubleparser.NumberFormatSymbols import io.github.oshai.kotlinlogging.KotlinLogging +import org.jetbrains.kotlinx.dataframe.DataFrame import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.api.parser +import org.jetbrains.kotlinx.dataframe.impl.api.Parsers import java.nio.charset.Charset import java.text.DecimalFormatSymbols import java.text.NumberFormat @@ -28,14 +31,16 @@ private val NANS = arrayOf("nan", "na", "n/a") * Public, so it can be used in other modules. * * @param parserOptions can be supplied to configure the parser. + * If `null`, the global parser options ([DataFrame.parser][DataFrame.Companion.parser]) will be used. * We'll only use [ParserOptions.locale] and [ParserOptions.useFastDoubleParser]. */ @Suppress("ktlint:standard:comment-wrapping") -public class FastDoubleParser(private val parserOptions: ParserOptions) { +public class FastDoubleParser(private val parserOptions: ParserOptions? = null) { private val supportedFastCharsets = setOf(Charsets.UTF_8, Charsets.ISO_8859_1, Charsets.US_ASCII) - private val locale = parserOptions.locale ?: Locale.getDefault() + private val useFastDoubleParser = parserOptions?.useFastDoubleParser ?: Parsers.useFastDoubleParser + private val locale = parserOptions?.locale ?: Parsers.locale private val fallbackLocale = Locale.ROOT private val localDecimalFormatSymbols = DecimalFormatSymbols.getInstance(locale) @@ -43,10 +48,6 @@ public class FastDoubleParser(private val parserOptions: ParserOptions) { private val parser = ConfigurableDoubleParser(/* symbols = */ setupNumberFormatSymbols(), /* ignoreCase = */ true) - // Fix for Java 8 RTL languages minus sign not being recognized - private val minusSignIsFormatSymbol = - Character.getType(localDecimalFormatSymbols.minusSign) == Character.FORMAT.toInt() - /** * Sets up the [NumberFormatSymbols] for the [ConfigurableDoubleParser] based on * [localDecimalFormatSymbols] with fallbacks from [fallbackDecimalFormatSymbols]. @@ -179,19 +180,8 @@ public class FastDoubleParser(private val parserOptions: ParserOptions) { length: Int = ba.size, charset: Charset = Charsets.UTF_8, ): Double? { - if (parserOptions.useFastDoubleParser && charset in supportedFastCharsets) { + if (useFastDoubleParser && charset in supportedFastCharsets) { try { - // Fixes RTL minus sign not being recognized - if (minusSignIsFormatSymbol && ba.toString(charset).startsWith(localDecimalFormatSymbols.minusSign)) { - val localMinusSize = localDecimalFormatSymbols.minusSign.toString().toByteArray(charset).size - val fallbackMinusSize = fallbackDecimalFormatSymbols.minusSign.toString().toByteArray(charset).size - val newOffset = (localMinusSize - fallbackMinusSize).coerceAtLeast(0) - val newBa = ba.copyOf() - fallbackDecimalFormatSymbols.minusSign.toString().toByteArray(charset) - .copyInto(destination = newBa, destinationOffset = newOffset) - - return parser.parseDouble(newBa, newOffset, length - newOffset) - } return parser.parseDouble(ba, offset, length) } catch (e: Exception) { logger.debug(e) { @@ -212,17 +202,8 @@ public class FastDoubleParser(private val parserOptions: ParserOptions) { * else, or if that fails, it uses [parseToDoubleOrNullFallback]. */ public fun parseOrNull(cs: CharSequence): Double? { - if (parserOptions.useFastDoubleParser) { + if (useFastDoubleParser) { try { - // Fixes RTL minus sign not being recognized - if (minusSignIsFormatSymbol && cs.startsWith(localDecimalFormatSymbols.minusSign)) { - val newCs = cs.toString().replaceFirst( - localDecimalFormatSymbols.minusSign, - fallbackDecimalFormatSymbols.minusSign, - ) - return parser.parseDouble(newCs) - } - return parser.parseDouble(cs) } catch (e: Exception) { logger.debug(e) { @@ -241,14 +222,8 @@ public class FastDoubleParser(private val parserOptions: ParserOptions) { * else, or if that fails, it uses [parseToDoubleOrNullFallback]. */ public fun parseOrNull(ca: CharArray, offset: Int = 0, length: Int = ca.size): Double? { - if (parserOptions.useFastDoubleParser) { + if (useFastDoubleParser) { try { - // Fixes RTL minus sign not being recognized. - if (minusSignIsFormatSymbol && ca.firstOrNull() == localDecimalFormatSymbols.minusSign) { - val newCa = ca.copyOf() - newCa[0] = fallbackDecimalFormatSymbols.minusSign - return parser.parseDouble(newCa, offset, length) - } return parser.parseDouble(ca, offset, length) } catch (e: Exception) { logger.debug(e) { diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/readDelim.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/readDelim.kt new file mode 100644 index 0000000000..e8642560fd --- /dev/null +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/readDelim.kt @@ -0,0 +1,81 @@ +package org.jetbrains.kotlinx.dataframe.impl.io + +import org.apache.commons.csv.CSVFormat +import org.apache.commons.csv.CSVRecord +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.DataColumn +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.api.convertTo +import org.jetbrains.kotlinx.dataframe.api.toDataFrame +import org.jetbrains.kotlinx.dataframe.api.tryParse +import org.jetbrains.kotlinx.dataframe.impl.ColumnNameGenerator +import org.jetbrains.kotlinx.dataframe.io.ColType +import org.jetbrains.kotlinx.dataframe.io.toKType +import java.io.BufferedReader +import java.io.Reader +import kotlin.reflect.full.withNullability +import kotlin.reflect.typeOf + +internal fun DataFrame.Companion.readDelimImpl( + reader: Reader, + format: CSVFormat, + colTypes: Map, + skipLines: Int, + readLines: Int?, + parserOptions: ParserOptions?, +): AnyFrame { + var reader = reader + if (skipLines > 0) { + reader = BufferedReader(reader) + repeat(skipLines) { reader.readLine() } + } + + val csvParser = format.parse(reader) + val records = if (readLines == null) { + csvParser.records + } else { + require(readLines >= 0) { "`readLines` must not be negative" } + val records = ArrayList(readLines) + val iter = csvParser.iterator() + var count = readLines ?: 0 + while (iter.hasNext() && 0 < count--) { + records.add(iter.next()) + } + records + } + + val columnNames = csvParser.headerNames.takeIf { it.isNotEmpty() } + ?: (1..(records.firstOrNull()?.count() ?: 0)).map { index -> "X$index" } + + val generator = ColumnNameGenerator() + val uniqueNames = columnNames.map { generator.addUnique(it) } + + val cols = uniqueNames.mapIndexed { colIndex, colName -> + val defaultColType = colTypes[".default"] + val colType = colTypes[colName] ?: defaultColType + var hasNulls = false + val values = records.map { + if (it.isSet(colIndex)) { + it[colIndex].ifEmpty { + hasNulls = true + null + } + } else { + hasNulls = true + null + } + } + val column = DataColumn.createValueColumn(colName, values, typeOf().withNullability(hasNulls)) + when { + colType != null -> + column.convertTo( + newType = colType.toKType().withNullability(true), + parserOptions = parserOptions, + ) + + else -> column.tryParse(parserOptions) + } + } + return cols.toDataFrame() +} diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/common.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/common.kt index 0386206651..8c1e47f370 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/common.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/common.kt @@ -1,28 +1,46 @@ package org.jetbrains.kotlinx.dataframe.io -import com.github.kittinunf.fuel.httpGet +import org.apache.commons.io.input.BOMInputStream import org.jetbrains.kotlinx.dataframe.AnyFrame import org.jetbrains.kotlinx.dataframe.DataFrame import org.jetbrains.kotlinx.dataframe.api.toDataFrame import org.jetbrains.kotlinx.dataframe.impl.columns.createColumnGuessingType +import org.jetbrains.kotlinx.dataframe.util.IS_URL +import org.jetbrains.kotlinx.dataframe.util.IS_URL_IMPORT +import org.jetbrains.kotlinx.dataframe.util.IS_URL_REPLACE import java.io.File -import java.io.IOException import java.io.InputStream +import java.net.HttpURLConnection import java.net.URL -internal fun catchHttpResponse(url: URL, body: (InputStream) -> AnyFrame): AnyFrame { +/** + * Opens a stream to [url] to create a [DataFrame] from it. + * If the URL is a file URL, the file is read directly. + * If the URL is an HTTP URL, it's also read directly, but if the server returns an error code, + * the error response is read as JSON and parsed as [DataFrame] too. + * + * Public so it may be used in other modules. + */ +public fun catchHttpResponse(url: URL, body: (InputStream) -> AnyFrame): AnyFrame { + val connection = url.openConnection() + if (connection !is HttpURLConnection) { + return connection.inputStream.use(body) + } try { - return url.openStream().use(body) - } catch (e: IOException) { - if (e.message?.startsWith("Server returned HTTP response code") == true) { - val (_, response, _) = url.toString().httpGet().responseString() + connection.connect() + val code = connection.responseCode + if (code != 200) { + val response = connection.responseMessage try { - return DataFrame.readJsonStr(response.data.decodeToString()) - } catch (e2: Exception) { - throw e + // attempt to read error response as JSON + return DataFrame.readJson(connection.errorStream) + } catch (_: Exception) { + throw RuntimeException("Server returned HTTP response code: $code. Response: $response") } } - throw e + return connection.inputStream.use(body) + } finally { + connection.disconnect() } } @@ -55,7 +73,14 @@ public fun List>.toDataFrame(containsColumns: Boolean = false): AnyF } } -public fun isURL(path: String): Boolean = listOf("http:", "https:", "ftp:").any { path.startsWith(it) } +@Deprecated( + message = IS_URL, + replaceWith = ReplaceWith(IS_URL_REPLACE, IS_URL_IMPORT), + level = DeprecationLevel.WARNING, +) +public fun isURL(path: String): Boolean = isUrl(path) + +public fun isUrl(path: String): Boolean = listOf("http:", "https:", "ftp:").any { path.startsWith(it) } public fun isFile(url: URL): Boolean = url.protocol == "file" @@ -64,3 +89,24 @@ public fun asFileOrNull(url: URL): File? = if (isFile(url)) File(url.path) else public fun urlAsFile(url: URL): File = File(url.toURI()) public fun isProtocolSupported(url: URL): Boolean = url.protocol in setOf("http", "https", "ftp") + +/** + * Converts a file path or URL [String] to a [URL]. + * If the path is a file path, the file is checked for existence and not being a directory. + */ +public fun asUrl(fileOrUrl: String): URL = + if (isUrl(fileOrUrl)) { + URL(fileOrUrl).toURI() + } else { + File(fileOrUrl).also { + require(it.exists()) { "File not found: \"$fileOrUrl\"" } + require(it.isFile) { "Not a file: \"$fileOrUrl\"" } + }.toURI() + }.toURL() + +/** Skips BOM characters if present. */ +public fun InputStream.skippingBomCharacters(): InputStream = + BOMInputStream.builder() + .setInputStream(this) + .setInclude(false) + .get() diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt index 3dafb4723c..1ea0352497 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt @@ -1,27 +1,28 @@ package org.jetbrains.kotlinx.dataframe.io +import kotlinx.datetime.Instant import kotlinx.datetime.LocalDate import kotlinx.datetime.LocalDateTime import kotlinx.datetime.LocalTime import org.apache.commons.csv.CSVFormat -import org.apache.commons.csv.CSVRecord import org.apache.commons.io.input.BOMInputStream import org.jetbrains.kotlinx.dataframe.AnyFrame import org.jetbrains.kotlinx.dataframe.AnyRow -import org.jetbrains.kotlinx.dataframe.DataColumn import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.DataRow import org.jetbrains.kotlinx.dataframe.annotations.Interpretable import org.jetbrains.kotlinx.dataframe.annotations.OptInRefine import org.jetbrains.kotlinx.dataframe.annotations.Refine import org.jetbrains.kotlinx.dataframe.api.ParserOptions import org.jetbrains.kotlinx.dataframe.api.forEach -import org.jetbrains.kotlinx.dataframe.api.toDataFrame -import org.jetbrains.kotlinx.dataframe.api.tryParse import org.jetbrains.kotlinx.dataframe.codeGen.DefaultReadCsvMethod import org.jetbrains.kotlinx.dataframe.codeGen.DefaultReadDfMethod -import org.jetbrains.kotlinx.dataframe.impl.ColumnNameGenerator -import org.jetbrains.kotlinx.dataframe.impl.api.Parsers import org.jetbrains.kotlinx.dataframe.impl.api.parse +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl +import org.jetbrains.kotlinx.dataframe.io.ColType.String +import org.jetbrains.kotlinx.dataframe.util.AS_URL +import org.jetbrains.kotlinx.dataframe.util.AS_URL_IMPORT +import org.jetbrains.kotlinx.dataframe.util.AS_URL_REPLACE import org.jetbrains.kotlinx.dataframe.util.DF_READ_NO_CSV import org.jetbrains.kotlinx.dataframe.util.DF_READ_NO_CSV_REPLACE import org.jetbrains.kotlinx.dataframe.values @@ -41,8 +42,9 @@ import java.net.URL import java.nio.charset.Charset import java.util.zip.GZIPInputStream import kotlin.reflect.KClass -import kotlin.reflect.full.withNullability +import kotlin.reflect.KType import kotlin.reflect.typeOf +import kotlin.time.Duration public class CSV(private val delimiter: Char = ',') : SupportedDataFrameFormat { override fun readDataFrame(stream: InputStream, header: List): AnyFrame = @@ -117,7 +119,7 @@ public fun DataFrame.Companion.read( duplicate: Boolean = true, charset: Charset = Charsets.UTF_8, ): DataFrame<*> = - catchHttpResponse(asURL(fileOrUrl)) { + catchHttpResponse(asUrl(fileOrUrl)) { readDelim( it, delimiter, @@ -145,7 +147,7 @@ public fun DataFrame.Companion.readCSV( charset: Charset = Charsets.UTF_8, parserOptions: ParserOptions? = null, ): DataFrame<*> = - catchHttpResponse(asURL(fileOrUrl)) { + catchHttpResponse(asUrl(fileOrUrl)) { readDelim( it, delimiter, @@ -243,19 +245,12 @@ private fun getCSVType(path: String): CSVType = else -> throw IOException("Unknown file format") } -private fun asStream(fileOrUrl: String) = - if (isURL(fileOrUrl)) { - URL(fileOrUrl).toURI() - } else { - File(fileOrUrl).toURI() - }.toURL().openStream() - -public fun asURL(fileOrUrl: String): URL = - if (isURL(fileOrUrl)) { - URL(fileOrUrl).toURI() - } else { - File(fileOrUrl).toURI() - }.toURL() +@Deprecated( + message = AS_URL, + replaceWith = ReplaceWith(AS_URL_REPLACE, AS_URL_IMPORT), + level = DeprecationLevel.WARNING, +) +public fun asURL(fileOrUrl: String): URL = asUrl(fileOrUrl) private fun getFormat( type: CSVType, @@ -296,6 +291,7 @@ public fun DataFrame.Companion.readDelim( ) } +/** Column types that DataFrame can [parse] from a [String]. */ public enum class ColType { Int, Long, @@ -306,19 +302,43 @@ public enum class ColType { LocalTime, LocalDateTime, String, + Instant, + Duration, + Url, + JsonArray, + JsonObject, + Char, + ; + + public companion object { + + /** + * You can add a default column type to the `colTypes` parameter + * by setting the key to [ColType.DEFAULT] and the value to the desired type. + */ + public const val DEFAULT: kotlin.String = ".default" + } } -public fun ColType.toType(): KClass = +public fun ColType.toType(): KClass<*> = toKType().classifier as KClass<*> + +public fun ColType.toKType(): KType = when (this) { - ColType.Int -> Int::class - ColType.Long -> Long::class - ColType.Double -> Double::class - ColType.Boolean -> Boolean::class - ColType.BigDecimal -> BigDecimal::class - ColType.LocalDate -> LocalDate::class - ColType.LocalTime -> LocalTime::class - ColType.LocalDateTime -> LocalDateTime::class - ColType.String -> String::class + ColType.Int -> typeOf() + ColType.Long -> typeOf() + ColType.Double -> typeOf() + ColType.Boolean -> typeOf() + ColType.BigDecimal -> typeOf() + ColType.LocalDate -> typeOf() + ColType.LocalTime -> typeOf() + ColType.LocalDateTime -> typeOf() + ColType.String -> typeOf() + ColType.Instant -> typeOf() + ColType.Duration -> typeOf() + ColType.Url -> typeOf() + ColType.JsonArray -> typeOf>() + ColType.JsonObject -> typeOf>() + ColType.Char -> typeOf() } public fun DataFrame.Companion.readDelim( @@ -330,60 +350,24 @@ public fun DataFrame.Companion.readDelim( skipLines: Int = 0, readLines: Int? = null, parserOptions: ParserOptions? = null, -): AnyFrame { - var reader = reader - if (skipLines > 0) { - reader = BufferedReader(reader) - repeat(skipLines) { reader.readLine() } - } - - val csvParser = format.parse(reader) - val records = if (readLines == null) { - csvParser.records - } else { - require(readLines >= 0) { "`readLines` must not be negative" } - val records = ArrayList(readLines) - val iter = csvParser.iterator() - var count = readLines ?: 0 - while (iter.hasNext() && 0 < count--) { - records.add(iter.next()) - } - records - } - - val columnNames = csvParser.headerNames.takeIf { it.isNotEmpty() } - ?: (1..(records.firstOrNull()?.count() ?: 0)).map { index -> "X$index" } - - val generator = ColumnNameGenerator() - val uniqueNames = columnNames.map { generator.addUnique(it) } - - val cols = uniqueNames.mapIndexed { colIndex, colName -> - val defaultColType = colTypes[".default"] - val colType = colTypes[colName] ?: defaultColType - var hasNulls = false - val values = records.map { - if (it.isSet(colIndex)) { - it[colIndex].ifEmpty { - hasNulls = true - null - } - } else { - hasNulls = true - null - } - } - val column = DataColumn.createValueColumn(colName, values, typeOf().withNullability(hasNulls)) - when (colType) { - null -> column.tryParse(parserOptions) - - else -> { - val parser = Parsers[colType.toType()]!! - column.parse(parser, parserOptions) - } - } +): AnyFrame = + try { + readDelimImpl( + reader = reader, + format = format, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ) + } catch (_: OutOfMemoryError) { + throw OutOfMemoryError( + "Ran out of memory reading this CSV-like file. " + + "You can try our new experimental CSV reader by adding the dependency " + + "\"org.jetbrains.kotlinx:dataframe-csv:{VERSION}\" and using `DataFrame.readCsv()` instead of " + + "`DataFrame.readCSV()`.", + ) } - return cols.toDataFrame() -} public fun AnyFrame.writeCSV(file: File, format: CSVFormat = CSVFormat.DEFAULT): Unit = writeCSV(FileWriter(file), format) diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/guess.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/guess.kt index 77ffa8a690..e115660bdb 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/guess.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/guess.kt @@ -285,7 +285,7 @@ public fun DataRow.Companion.read(url: URL, header: List = emptyList()): @OptInRefine @Interpretable("Read0") public fun DataFrame.Companion.read(path: String, header: List = emptyList()): AnyFrame = - read(asURL(path), header) + read(asUrl(path), header) public fun DataRow.Companion.read(path: String, header: List = emptyList()): AnyRow = DataFrame.read(path, header).single() diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/json.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/json.kt index 48ca420097..54b4a799c4 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/json.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/json.kt @@ -166,7 +166,7 @@ public fun DataFrame.Companion.readJson( header: List = emptyList(), keyValuePaths: List = emptyList(), typeClashTactic: TypeClashTactic = ARRAY_AND_VALUE_COLUMNS, -): AnyFrame = readJson(asURL(path), header, keyValuePaths, typeClashTactic) +): AnyFrame = readJson(asUrl(path), header, keyValuePaths, typeClashTactic) /** * @param path URL or file path from where to fetch the Json as [InputStream] to be converted to a [DataRow]. diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt index 108d2d7e1c..a507c218d5 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt @@ -39,7 +39,7 @@ public fun DataFrame.Companion.readTSV( charset: Charset = Charsets.UTF_8, parserOptions: ParserOptions? = null, ): DataFrame<*> = - catchHttpResponse(asURL(fileOrUrl)) { + catchHttpResponse(asUrl(fileOrUrl)) { readDelim( it, TAB_CHAR, diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt index 237f7041b6..f705bfb174 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt @@ -49,6 +49,14 @@ internal const val IS_COMPARABLE = internal const val IS_COMPARABLE_REPLACE = "valuesAreComparable()" internal const val IS_INTER_COMPARABLE_IMPORT = "org.jetbrains.kotlinx.dataframe.api.valuesAreComparable" +internal const val AS_URL = "This function is replaced by `asUrl()`. $MESSAGE_0_16" +internal const val AS_URL_REPLACE = "asUrl(fileOrUrl)" +internal const val AS_URL_IMPORT = "org.jetbrains.kotlinx.dataframe.io.asUrl" + +internal const val IS_URL = "This function is replaced by `isUrl()`. $MESSAGE_0_16" +internal const val IS_URL_REPLACE = "isUrl(path)" +internal const val IS_URL_IMPORT = "org.jetbrains.kotlinx.dataframe.io.isUrl" + // endregion // region WARNING in 0.16, ERROR in 0.17 diff --git a/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/CsvTests.kt b/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/CsvTests.kt index d221cee581..6a9d67a121 100644 --- a/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/CsvTests.kt +++ b/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/CsvTests.kt @@ -5,6 +5,7 @@ import io.kotest.matchers.nulls.shouldNotBeNull import io.kotest.matchers.shouldBe import kotlinx.datetime.LocalDateTime import org.apache.commons.csv.CSVFormat +import org.intellij.lang.annotations.Language import org.jetbrains.kotlinx.dataframe.DataFrame import org.jetbrains.kotlinx.dataframe.api.ParserOptions import org.jetbrains.kotlinx.dataframe.api.allNulls @@ -22,6 +23,7 @@ import org.jetbrains.kotlinx.dataframe.testCsv import org.jetbrains.kotlinx.dataframe.testResource import org.junit.Test import java.io.File +import java.io.StringReader import java.io.StringWriter import java.net.URL import java.util.Locale @@ -70,7 +72,7 @@ class CsvTests { df.nrow shouldBe 5 df.columnNames()[5] shouldBe "duplicate1" df.columnNames()[6] shouldBe "duplicate11" - df["duplicate1"].type() shouldBe typeOf() + df["duplicate1"].type() shouldBe typeOf() df["double"].type() shouldBe typeOf() df["time"].type() shouldBe typeOf() @@ -89,7 +91,7 @@ class CsvTests { df.nrow shouldBe 5 df.columnNames()[5] shouldBe "duplicate1" df.columnNames()[6] shouldBe "duplicate11" - df["duplicate1"].type() shouldBe typeOf() + df["duplicate1"].type() shouldBe typeOf() df["double"].type() shouldBe typeOf() df["number"].type() shouldBe typeOf() df["time"].type() shouldBe typeOf() @@ -177,7 +179,15 @@ class CsvTests { @Test fun `if string starts with a number, it should be parsed as a string anyway`() { - val df = DataFrame.readCSV(durationCsv) + @Language("CSV") + val df = DataFrame.readDelimStr( + """ + duration,floatDuration + 12 min,1.0 + 15,12.98 sec + 1 Season,0.9 parsec + """.trimIndent(), + ) df["duration"].type() shouldBe typeOf() df["floatDuration"].type() shouldBe typeOf() } @@ -317,11 +327,40 @@ class CsvTests { emptyTsvStr shouldBe DataFrame.empty() } + // Issue #921 + @Test + fun `read csv with custom null strings and given type`() { + @Language("CSV") + val csv = + """ + a,b + noppes,2 + 1.2, + 3,45 + ,noppes + 1.3,1 + """.trimIndent() + + val df = DataFrame.readDelim( + reader = StringReader(csv), + parserOptions = ParserOptions( + nullStrings = setOf("noppes", ""), + ), + colTypes = mapOf("a" to ColType.Double, "b" to ColType.Int), + ) + df shouldBe dataFrameOf("a", "b")( + null, 2, + 1.2, null, + 3.0, 45, + null, null, + 1.3, 1, + ) + } + companion object { private val simpleCsv = testCsv("testCSV") private val csvWithFrenchLocale = testCsv("testCSVwithFrenchLocale") private val wineCsv = testCsv("wine") - private val durationCsv = testCsv("duration") private val withBomCsv = testCsv("with-bom") } } diff --git a/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ParserTests.kt b/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ParserTests.kt index 8d2595ab06..64d2ced7b1 100644 --- a/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ParserTests.kt +++ b/core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ParserTests.kt @@ -48,7 +48,7 @@ class ParserTests { @Test(expected = IllegalStateException::class) fun `parse should throw`() { - val col by columnOf("a", "b") + val col by columnOf("a", "bc") col.parse() } diff --git a/dataframe-arrow/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/arrowReading.kt b/dataframe-arrow/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/arrowReading.kt index 83a660c375..3f1b23a94e 100644 --- a/dataframe-arrow/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/arrowReading.kt +++ b/dataframe-arrow/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/arrowReading.kt @@ -109,7 +109,7 @@ public fun DataFrame.Companion.readArrowIPC( path: String, nullability: NullabilityOptions = NullabilityOptions.Infer, ): AnyFrame = - if (isURL(path)) { + if (isUrl(path)) { readArrowIPC(URL(path), nullability) } else { readArrowIPC(File(path), nullability) @@ -165,7 +165,7 @@ public fun DataFrame.Companion.readArrowFeather( path: String, nullability: NullabilityOptions = NullabilityOptions.Infer, ): AnyFrame = - if (isURL(path)) { + if (isUrl(path)) { readArrowFeather(URL(path), nullability) } else { readArrowFeather(File(path), nullability) diff --git a/dataframe-csv/api/dataframe-csv.api b/dataframe-csv/api/dataframe-csv.api new file mode 100644 index 0000000000..042b58ccf1 --- /dev/null +++ b/dataframe-csv/api/dataframe-csv.api @@ -0,0 +1,191 @@ +public abstract class org/jetbrains/kotlinx/dataframe/io/Compression { + public static final field Companion Lorg/jetbrains/kotlinx/dataframe/io/Compression$Companion; + public synthetic fun (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun doFinally (Ljava/io/InputStream;)V + public fun doFirst (Ljava/io/InputStream;)V + public fun getWrapStream ()Lkotlin/jvm/functions/Function1; +} + +public final class org/jetbrains/kotlinx/dataframe/io/Compression$Companion { + public final fun of (Ljava/io/File;)Lorg/jetbrains/kotlinx/dataframe/io/Compression; + public final fun of (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/io/Compression; + public final fun of (Ljava/net/URL;)Lorg/jetbrains/kotlinx/dataframe/io/Compression; + public final fun of (Ljava/nio/file/Path;)Lorg/jetbrains/kotlinx/dataframe/io/Compression; +} + +public class org/jetbrains/kotlinx/dataframe/io/Compression$Custom : org/jetbrains/kotlinx/dataframe/io/Compression { + public fun (Lkotlin/jvm/functions/Function1;)V + public fun getWrapStream ()Lkotlin/jvm/functions/Function1; + public fun toString ()Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/Compression$Gzip : org/jetbrains/kotlinx/dataframe/io/Compression { + public static final field INSTANCE Lorg/jetbrains/kotlinx/dataframe/io/Compression$Gzip; + public fun equals (Ljava/lang/Object;)Z + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/Compression$None : org/jetbrains/kotlinx/dataframe/io/Compression { + public static final field INSTANCE Lorg/jetbrains/kotlinx/dataframe/io/Compression$None; + public fun equals (Ljava/lang/Object;)Z + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/Compression$Zip : org/jetbrains/kotlinx/dataframe/io/Compression { + public static final field INSTANCE Lorg/jetbrains/kotlinx/dataframe/io/Compression$Zip; + public synthetic fun doFinally (Ljava/io/InputStream;)V + public fun doFinally (Ljava/util/zip/ZipInputStream;)V + public synthetic fun doFirst (Ljava/io/InputStream;)V + public fun doFirst (Ljava/util/zip/ZipInputStream;)V + public fun equals (Ljava/lang/Object;)Z + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/CompressionKt { + public static final fun useDecompressed (Ljava/io/InputStream;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; +} + +public final class org/jetbrains/kotlinx/dataframe/io/Csv : org/jetbrains/kotlinx/dataframe/io/SupportedDataFrameFormat { + public fun ()V + public fun (C)V + public synthetic fun (CILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun acceptsExtension (Ljava/lang/String;)Z + public fun acceptsSample (Lorg/jetbrains/kotlinx/dataframe/io/SupportedFormatSample;)Z + public fun createDefaultReadMethod (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/codeGen/DefaultReadDfMethod; + public fun getTestOrder ()I + public fun readDataFrame (Ljava/io/File;Ljava/util/List;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public fun readDataFrame (Ljava/io/InputStream;Ljava/util/List;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/QuoteMode : java/lang/Enum { + public static final field ALL Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; + public static final field ALL_NON_NULL Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; + public static final field MINIMAL Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; + public static final field NONE Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; + public static final field NON_NUMERIC Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; + public static fun getEntries ()Lkotlin/enums/EnumEntries; + public static fun valueOf (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; + public static fun values ()[Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ReadCsvDeephavenKt { + public static final fun readCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/File;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/InputStream;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZLkotlin/jvm/functions/Function2;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/net/URL;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/nio/file/Path;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/File;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/InputStream;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/net/URL;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/nio/file/Path;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ReadCsvStrKt { + public static final fun readCsvStr (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readCsvStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ReadDelimDeephavenKt { + public static final fun readDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/File;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/InputStream;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZLkotlin/jvm/functions/Function2;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/net/URL;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/nio/file/Path;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/File;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/InputStream;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/net/URL;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/nio/file/Path;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ReadDelimStrKt { + public static final fun readDelimStr (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readDelimStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ReadTsvDeephavenKt { + public static final fun readTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/File;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/InputStream;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZLkotlin/jvm/functions/Function2;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/net/URL;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static final fun readTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/nio/file/Path;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/File;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/io/InputStream;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/net/URL;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/nio/file/Path;CLjava/util/List;ZLjava/util/List;Lorg/jetbrains/kotlinx/dataframe/io/Compression;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ReadTsvStrKt { + public static final fun readTsvStr (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZ)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public static synthetic fun readTsvStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame$Companion;Ljava/lang/String;CLjava/util/List;ZLjava/util/List;Ljava/util/Map;JLjava/lang/Long;Lorg/jetbrains/kotlinx/dataframe/api/ParserOptions;ZZZCZZZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ToCsvStrKt { + public static final fun toCsvStr (Lorg/jetbrains/kotlinx/dataframe/DataFrame;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)Ljava/lang/String; + public static synthetic fun toCsvStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ToDelimStrKt { + public static final fun toDelimStr (Lorg/jetbrains/kotlinx/dataframe/DataFrame;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)Ljava/lang/String; + public static synthetic fun toDelimStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/ToTsvStrKt { + public static final fun toTsvStr (Lorg/jetbrains/kotlinx/dataframe/DataFrame;ZCLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)Ljava/lang/String; + public static synthetic fun toTsvStr$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;ZCLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Ljava/lang/String; +} + +public final class org/jetbrains/kotlinx/dataframe/io/Tsv : org/jetbrains/kotlinx/dataframe/io/SupportedDataFrameFormat { + public fun ()V + public fun (C)V + public synthetic fun (CILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun acceptsExtension (Ljava/lang/String;)Z + public fun acceptsSample (Lorg/jetbrains/kotlinx/dataframe/io/SupportedFormatSample;)Z + public fun createDefaultReadMethod (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/codeGen/DefaultReadDfMethod; + public fun getTestOrder ()I + public fun readDataFrame (Ljava/io/File;Ljava/util/List;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; + public fun readDataFrame (Ljava/io/InputStream;Ljava/util/List;)Lorg/jetbrains/kotlinx/dataframe/DataFrame; +} + +public final class org/jetbrains/kotlinx/dataframe/io/UtilKt { + public static final fun getDEFAULT_DELIM_NULL_STRINGS ()Ljava/util/Set; +} + +public final class org/jetbrains/kotlinx/dataframe/io/WriteCsvDeephavenKt { + public static final fun writeCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static final fun writeCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;Lkotlin/jvm/functions/Function2;)V + public static final fun writeCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/String;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static final fun writeCsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/nio/file/Path;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static synthetic fun writeCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V + public static synthetic fun writeCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V + public static synthetic fun writeCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/String;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V + public static synthetic fun writeCsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/nio/file/Path;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V +} + +public final class org/jetbrains/kotlinx/dataframe/io/WriteDelimDeephavenKt { + public static final fun writeDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static final fun writeDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;Lkotlin/jvm/functions/Function2;)V + public static final fun writeDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/String;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static final fun writeDelim (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/nio/file/Path;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static synthetic fun writeDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V + public static synthetic fun writeDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V + public static synthetic fun writeDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/String;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V + public static synthetic fun writeDelim$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/nio/file/Path;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V +} + +public final class org/jetbrains/kotlinx/dataframe/io/WriteTsvDeephavenKt { + public static final fun writeTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static final fun writeTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;Lkotlin/jvm/functions/Function2;)V + public static final fun writeTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/String;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static final fun writeTsv (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/nio/file/Path;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;)V + public static synthetic fun writeTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/io/File;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V + public static synthetic fun writeTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/Appendable;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V + public static synthetic fun writeTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/lang/String;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V + public static synthetic fun writeTsv$default (Lorg/jetbrains/kotlinx/dataframe/DataFrame;Ljava/nio/file/Path;CZLjava/lang/Character;Lorg/jetbrains/kotlinx/dataframe/io/QuoteMode;Ljava/lang/Character;Ljava/lang/Character;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V +} + diff --git a/dataframe-csv/build.gradle.kts b/dataframe-csv/build.gradle.kts new file mode 100644 index 0000000000..61f9252d16 --- /dev/null +++ b/dataframe-csv/build.gradle.kts @@ -0,0 +1,167 @@ +import nl.jolanrensen.docProcessor.defaultProcessors.ARG_DOC_PROCESSOR_LOG_NOT_FOUND +import nl.jolanrensen.docProcessor.gradle.creatingProcessDocTask +import org.gradle.jvm.tasks.Jar + +plugins { + with(libs.plugins) { + alias(kotlin.jvm) + alias(publisher) + alias(serialization) + alias(kover) + alias(ktlint) + alias(jupyter.api) + alias(docProcessor) + alias(binary.compatibility.validator) + alias(kotlinx.benchmark) + } + idea +} + +group = "org.jetbrains.kotlinx" + +val jupyterApiTCRepo: String by project + +repositories { + mavenLocal() + mavenCentral() + maven(jupyterApiTCRepo) +} + +dependencies { + implementation(project(":core")) + + // for csv reading + implementation(libs.deephavenCsv) + // for csv writing + implementation(libs.commonsCsv) + implementation(libs.commonsIo) + implementation(libs.sl4j) + implementation(libs.kotlinLogging) + implementation(libs.kotlin.reflect) + + testApi(project(":core")) + testImplementation(libs.kotlinx.benchmark.runtime) + testImplementation(libs.junit) + testImplementation(libs.sl4jsimple) + testImplementation(libs.kotestAssertions) { + exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8") + } +} + +benchmark { + targets { + register("test") + } +} + +val generatedSourcesFolderName = "generated-sources" + +// Backup the kotlin source files location +val kotlinMainSources = kotlin.sourceSets.main + .get() + .kotlin.sourceDirectories + .toList() +val kotlinTestSources = kotlin.sourceSets.test + .get() + .kotlin.sourceDirectories + .toList() + +fun pathOf(vararg parts: String) = parts.joinToString(File.separator) + +// Include both test and main sources for cross-referencing, Exclude generated sources +val processKDocsMainSources = (kotlinMainSources + kotlinTestSources) + .filterNot { pathOf("build", "generated") in it.path } + +// sourceset of the generated sources as a result of `processKDocsMain`, this will create linter tasks +val generatedSources by kotlin.sourceSets.creating { + kotlin { + setSrcDirs( + listOf( + "$generatedSourcesFolderName/src/main/kotlin", + "$generatedSourcesFolderName/src/main/java", + ), + ) + } +} + +// Task to generate the processed documentation +val processKDocsMain by creatingProcessDocTask(processKDocsMainSources) { + target = file(generatedSourcesFolderName) + arguments += ARG_DOC_PROCESSOR_LOG_NOT_FOUND to false + + // false, so `runKtlintFormatOverGeneratedSourcesSourceSet` can format the output + outputReadOnly = false + + exportAsHtml { + dir = file("../docs/StardustDocs/snippets/kdocs") + } + task { + group = "KDocs" + finalizedBy("runKtlintFormatOverGeneratedSourcesSourceSet") + } +} + +tasks.named("ktlintGeneratedSourcesSourceSetCheck") { + onlyIf { false } +} +tasks.named("runKtlintCheckOverGeneratedSourcesSourceSet") { + onlyIf { false } +} + +// If `changeJarTask` is run, modify all Jar tasks such that before running the Kotlin sources are set to +// the target of `processKdocMain`, and they are returned to normal afterward. +// This is usually only done when publishing +val changeJarTask by tasks.creating { + outputs.upToDateWhen { false } + doFirst { + tasks.withType { + doFirst { + require(generatedSources.kotlin.srcDirs.toList().isNotEmpty()) { + logger.error("`processKDocsMain`'s outputs are empty, did `processKDocsMain` run before this task?") + } + kotlin.sourceSets.main { + kotlin.setSrcDirs(generatedSources.kotlin.srcDirs) + } + logger.lifecycle("$this is run with modified sources: \"$generatedSourcesFolderName\"") + } + + doLast { + kotlin.sourceSets.main { + kotlin.setSrcDirs(kotlinMainSources) + } + } + } + } +} + +// if `processKDocsMain` runs, the Jar tasks must run after it so the generated-sources are there +tasks.withType { + mustRunAfter(changeJarTask, processKDocsMain) +} + +// modify all publishing tasks to depend on `changeJarTask` so the sources are swapped out with generated sources +tasks.configureEach { + if (name.startsWith("publish")) { + dependsOn(processKDocsMain, changeJarTask) + } +} + +// Exclude the generated/processed sources from the IDE +idea { + module { + excludeDirs.add(file(generatedSourcesFolderName)) + } +} + +kotlinPublications { + publication { + publicationName = "dataframeCsv" + artifactId = project.name + description = "CSV support for Kotlin Dataframe" + packageName = artifactId + } +} + +kotlin { + explicitApi() +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonReadDelimDocs.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonReadDelimDocs.kt new file mode 100644 index 0000000000..920be18269 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonReadDelimDocs.kt @@ -0,0 +1,134 @@ +@file:ExcludeFromSources + +package org.jetbrains.kotlinx.dataframe.documentation + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.io.ColType +import java.io.File +import java.io.InputStream +import java.net.URL + +/** + * ### Read $[FileTypeTitleArg] $[DataTitleArg] to [DataFrame] + * + * Reads any $[FileTypeArg] $[DataArg] to a [DataFrame][DataFrame]. + * + * Parameters you can use to customize the reading process include, for instance, \[delimiter\], + * \[header\], \[colTypes\], \[readLines\], and \[parserOptions\]. + * See the param list below for all settings. + * + * The integration is built upon {@include [DocumentationUrls.Deephaven]}. + * + * ##### Similar Functions + * With the overloads of $[FunctionLinkArg]`()`, you can read any $[FileTypeArg] by [File][File], + * [Path][java.nio.file.Path], [URL][URL], or [InputStream][InputStream]. + * Reading by file path or URL can also be done by passing a [String]. + * + * For example, $[FunctionLinkArg]`("input.$[CommonReadDelimDocs.FileExtensionArg]")` or with some options: + * + * $[FunctionLinkArg]`(` + * + * {@include [Indent]}`file = `[File][File]`("input.$[CommonReadDelimDocs.FileExtensionArg]"),` + * + * {@include [Indent]}`parserOptions = `[ParserOptions][org.jetbrains.kotlinx.dataframe.api.ParserOptions]`(locale = `[Locale][java.util.Locale]`.`[US][java.util.Locale.US]`),` + * + * {@include [Indent]}`colTypes = `[mapOf][mapOf]`("a" `[to][to]` `[ColType][ColType]`.`[Int][ColType.Int]`, `[ColType][ColType]`.`[DEFAULT][ColType.DEFAULT]` `[to][to]` `[ColType][ColType]`.`[String][ColType.String]`),` + * + * {@include [Indent]}`readLines = 1000L,` + * + * `)` + * + * ZIP (.zip) or GZIP (.gz) files are supported by default. \[compression\] is automatically detected. + * + * You can also read "raw" $[FileTypeArg] data from a [String] like this: + * + * $[StrFunctionLinkArg]`("a,b,c", delimiter = ",")` + * + * _**NOTE EXPERIMENTAL**: This is a new set of functions, replacing the old $[OldFunctionLinkArg]`()` functions. + * They'll hopefully be faster and better._ + * + * @comment Some helper arguments for the function links + * @set [FunctionLinkArg] \[DataFrame.${[FunctionNameArg]}\]\[${[FunctionNameArg]}\] + * @set [StrFunctionLinkArg] \[DataFrame.${[FunctionNameArg]}Str\]\[${[FunctionNameArg]}Str\] + * @set [OldFunctionLinkArg] \[DataFrame.${[OldFunctionNameArg]}\]\[org.jetbrains.kotlinx.dataframe.io.${[OldFunctionNameArg]}\] + */ +internal interface CommonReadDelimDocs { + + /** + * @include [CommonReadDelimDocs] + * @set [FileTypeTitleArg] CSV + * @set [FileTypeArg] CSV + * @set [FileExtensionArg] csv + * @set [FunctionNameArg] readCsv + * @set [OldFunctionNameArg] readCSV + */ + interface CsvDocs + + /** + * @include [CommonReadDelimDocs] + * @set [FileTypeTitleArg] TSV + * @set [FileTypeArg] TSV + * @set [FileExtensionArg] tsv + * @set [FunctionNameArg] readTsv + * @set [OldFunctionNameArg] readTSV + */ + interface TsvDocs + + /** + * @include [CommonReadDelimDocs] + * @set [FileTypeTitleArg] Delimiter-Separated Text + * @set [FileTypeArg] delimiter-separated text + * @set [FileExtensionArg] txt + * @set [FunctionNameArg] readDelim + * @set [OldFunctionNameArg] readDelim{@comment cannot differentiate between old and new} + */ + interface DelimDocs + + /** + * @include [DelimParams.HEADER] + * @include [DelimParams.HAS_FIXED_WIDTH_COLUMNS] + * @include [DelimParams.FIXED_COLUMN_WIDTHS] + * @include [DelimParams.COL_TYPES] + * @include [DelimParams.SKIP_LINES] + * @include [DelimParams.READ_LINES] + * @include [DelimParams.PARSER_OPTIONS] + * @include [DelimParams.IGNORE_EMPTY_LINES] + * @include [DelimParams.ALLOW_MISSING_COLUMNS] + * @include [DelimParams.IGNORE_EXCESS_COLUMNS] + * @include [DelimParams.QUOTE] + * @include [DelimParams.IGNORE_SURROUNDING_SPACES] + * @include [DelimParams.TRIM_INSIDE_QUOTED] + * @include [DelimParams.PARSE_PARALLEL] + */ + interface CommonReadParams + + // something like "File" or "File/URL" + interface DataTitleArg + + // something like "file" or "file or url" + interface DataArg + + // Like "CSV" or "TSV", capitalized + interface FileTypeTitleArg + + // Like "CSV" or "TSV" + interface FileTypeArg + + // like "csv" or "txt" + interface FileExtensionArg + + // Function name, like "readCsv" + interface FunctionNameArg + + // Old function name, like "readCSV" + interface OldFunctionNameArg + + // A link to the main function, set by ReadDelim itself + interface FunctionLinkArg + + // A link to the str function, set by ReadDelim itself + interface StrFunctionLinkArg + + // A link to the old function, set by ReadDelim itself + interface OldFunctionLinkArg +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonWriteDelimDocs.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonWriteDelimDocs.kt new file mode 100644 index 0000000000..ec481b7454 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/CommonWriteDelimDocs.kt @@ -0,0 +1,114 @@ +@file:ExcludeFromSources + +package org.jetbrains.kotlinx.dataframe.documentation + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.io.QuoteMode.ALL +import org.jetbrains.kotlinx.dataframe.io.toCsv +import org.jetbrains.kotlinx.dataframe.io.writeCSV +import java.io.File + +/** + * ### $[WriteOrConvertArg] [DataFrame] to $[FileTypeTitleArg] $[DataTitleArg] + * + * ${[WriteOrConvertArg]}s \[this\]\[this\] [DataFrame][DataFrame] to a $[FileTypeArg] $[DataArg]. + * + * Parameters you can use to customize the process include, for instance, \[delimiter\], + * \[includeHeader\], \[quoteMode\], and \[headerComments\]. + * See the param list below for all settings. + * + * The integration is built upon {@include [DocumentationUrls.ApacheCsv]}. + * + * ##### Similar Functions + * With overloads of $[FunctionLinkArg]`()`, you can write $[FileTypeArg] to [File][File], [Path][java.nio.file.Path], + * [Appendable], or [String]. + * + * For example, $[FunctionLinkArg]`("output.$[CommonWriteDelimDocs.FileExtensionArg]")` + * + * or $[FunctionLinkArg]`(`[File][File]`("output.$[CommonWriteDelimDocs.FileExtensionArg]"), quoteMode = `[QuoteMode.ALL][ALL]`)` + * + * Converting to a [String] can be done like this: + * + * $[ToStrFunctionLinkArg]`(delimiter = ",")` + * + * _**NOTE EXPERIMENTAL**: This is a new set of functions, replacing the old + * [DataFrame.writeCSV][writeCSV]`()` and [DataFrame.toCsv][toCsv]`()` functions. + * They'll hopefully be better._ + * + * @comment Some helper arguments for the function links + * @set [FunctionLinkArg] \[DataFrame.${[FunctionNameArg]}\]\[${[FunctionNameArg]}\] + * @set [ToStrFunctionLinkArg] \[DataFrame.${[ToStrFunctionNameArg]}\]\[${[ToStrFunctionNameArg]}\] + */ +internal interface CommonWriteDelimDocs { + + /** + * @include [CommonWriteDelimDocs] + * @set [FileTypeTitleArg] CSV + * @set [FileTypeArg] CSV + * @set [FileExtensionArg] csv + * @set [FunctionNameArg] writeCsv + * @set [ToStrFunctionNameArg] toCsvStr + */ + interface CsvDocs + + /** + * @include [CommonWriteDelimDocs] + * @set [FileTypeTitleArg] TSV + * @set [FileTypeArg] TSV + * @set [FileExtensionArg] tsv + * @set [FunctionNameArg] writeTsv + * @set [ToStrFunctionNameArg] toTsvStr + */ + interface TsvDocs + + /** + * @include [CommonWriteDelimDocs] + * @set [FileTypeTitleArg] Delimiter-Separated Text + * @set [FileTypeArg] delimiter-separated text + * @set [FileExtensionArg] txt + * @set [FunctionNameArg] writeDelim + * @set [ToStrFunctionNameArg] toDelimStr + */ + interface DelimDocs + + /** + * @include [DelimParams.INCLUDE_HEADER] + * @include [DelimParams.QUOTE] + * @include [DelimParams.QUOTE_MODE] + * @include [DelimParams.ESCAPE_CHAR] + * @include [DelimParams.COMMENT_CHAR] + * @include [DelimParams.HEADER_COMMENTS] + * @include [DelimParams.RECORD_SEPARATOR] + */ + interface CommonWriteParams + + // something like "Write" or "Convert" + interface WriteOrConvertArg + + // Like "CSV" or "TSV", capitalized + interface FileTypeTitleArg + + // something like "File" or "String" + interface DataTitleArg + + // something like "file" or "text" + interface DataArg + + // Like "CSV" or "TSV" + interface FileTypeArg + + // like "csv" or "txt" + interface FileExtensionArg + + // Function name, like "readCsv" + interface FunctionNameArg + + // Function name, like "toCsvStr" + interface ToStrFunctionNameArg + + // A link to the main function, set by WriteDelim itself + interface FunctionLinkArg + + // A link to the str function, set by WriteDelim itself + interface ToStrFunctionLinkArg +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DelimParams.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DelimParams.kt new file mode 100644 index 0000000000..a9c08f5efa --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DelimParams.kt @@ -0,0 +1,248 @@ +package org.jetbrains.kotlinx.dataframe.documentation + +import io.deephaven.csv.CsvSpecs +import org.apache.commons.csv.CSVFormat +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.api.parser +import org.jetbrains.kotlinx.dataframe.impl.io.typesDeephavenAlreadyParses +import org.jetbrains.kotlinx.dataframe.io.AdjustCSVFormat +import org.jetbrains.kotlinx.dataframe.io.AdjustCsvSpecs +import org.jetbrains.kotlinx.dataframe.io.ColType +import org.jetbrains.kotlinx.dataframe.io.Compression +import org.jetbrains.kotlinx.dataframe.io.DefaultNullStringsContentLink +import org.jetbrains.kotlinx.dataframe.io.QuoteMode + +/** + * Contains both the default values of csv/tsv parameters and the parameter KDocs. + */ +@Suppress("ktlint:standard:class-naming", "ClassName", "KDocUnresolvedReference") +internal object DelimParams { + + /** @param path The file path to read. Can also be compressed as `.gz` or `.zip`, see [Compression]. */ + interface PATH_READ + + /** @param file The file to read. Can also be compressed as `.gz` or `.zip`, see [Compression]. */ + interface FILE_READ + + /** @param url The URL from which to fetch the data. Can also be compressed as `.gz` or `.zip`, see [Compression]. */ + interface URL_READ + + /** @param fileOrUrl The file path or URL to read the data from. Can also be compressed as `.gz` or `.zip`, see [Compression]. */ + interface FILE_OR_URL_READ + + /** @param inputStream Represents the file to read. */ + interface INPUT_STREAM_READ + + /** @param text The raw data to read in the form of a [String]. */ + interface TEXT_READ + + /** @param file The file to write to. */ + interface FILE_WRITE + + /** @param path The path pointing to a file to write to. */ + interface PATH_WRITE + + /** @param writer The [Appendable] to write to. */ + interface WRITER_WRITE + + /** + * @param delimiter The field delimiter character. Default: ','. + * + * Ignored if \[hasFixedWidthColumns\] is `true`. + */ + const val CSV_DELIMITER: Char = ',' + + /** + * @param delimiter The field delimiter character. Default: '\\t'. + * + * Ignored if \[hasFixedWidthColumns\] is `true`. + */ + const val TSV_DELIMITER: Char = '\t' + + /** + * @param delimiter The field delimiter character. Default: ','. + * + * Ignored if \[hasFixedWidthColumns\] is `true`. + */ + const val DELIM_DELIMITER: Char = ',' + + /** + * @param header Optional column titles. Default: empty list. + * + * If non-empty, the data will be read with \[header\] as the column titles + * (use \[skipLines\] if there's a header in the data). + * If empty (default), the header will be read from the data. + */ + val HEADER: List = emptyList() + + /** + * @param hasFixedWidthColumns Whether the data has fixed-width columns instead of a single delimiter. + * Default: `false`. + * + * Fixed-width columns can occur, for instance, in multi-space delimited data, where the columns are separated + * by multiple spaces instead of a single delimiter, so columns are visually aligned. + * Columns widths are determined by the header in the data (if present), or manually by setting + * \[fixedColumnWidths\]. + */ + val HAS_FIXED_WIDTH_COLUMNS: Boolean = false + + /** + * @param fixedColumnWidths The fixed column widths. Default: empty list. + * + * Requires \[hasFixedWidthColumns\]. If empty, the column widths will be determined by the header in the data + * (if present), else, this manually sets the column widths. + * The number of widths should match the number of columns. + */ + val FIXED_COLUMN_WIDTHS: List = emptyList() + + /** + * @param compression The compression of the data. + * Default: [Compression.None], unless detected otherwise from the input file or url. + */ + val COMPRESSION: Compression<*> = Compression.None + + /** + * @param colTypes The expected [ColType] per column name. Default: empty map, a.k.a. infer every column type. + * + * If supplied for a certain column name (inferred from data or given by \[header\]), + * the parser will parse the column with the specified name as the specified type, else it will infer the type. + * + * e.g. `colTypes = `[mapOf][mapOf]`("colName" `[to][to]` `[ColType][ColType]`.`[Int][ColType.Int]`)`. + * You can also set [ColType][ColType]`.`[DEFAULT][ColType.DEFAULT]` `[to][to]` `[ColType][ColType]`.X` + * to set a _default_ column type, like [ColType.String]. + */ + val COL_TYPES: Map = emptyMap() + + /** + * @param skipLines The number of lines to skip before reading the header and data. Default: `0`. + * + * Useful for files with metadata, or comments at the beginning, or to give a custom \[header\]. + */ + const val SKIP_LINES: Long = 0L + + /** + * @param readLines The maximum number of lines to read from the data. Default: `null`. + * + * If `null`, all lines will be read. + */ + val READ_LINES: Long? = null + + /** + * @param parserOptions Optional [parsing options][ParserOptions] for columns initially read as [String]. + * Default, `null`. + * + * Can configure locale, date format, double parsing, skipping types, etc. + * + * If [parserOptions\] or any of the arguments are `null`, the global parser configuration + * ([DataFrame.parser][DataFrame.Companion.parser]) will be queried. + * + * The only exceptions are: + * - [useFastDoubleParser][ParserOptions.useFastDoubleParser], which will default to `true`, + * regardless of the global setting. + * - [nullStrings][ParserOptions.nullStrings], which, if `null`, + * will take the global setting + {@include [DefaultNullStringsContentLink]}. + * - [skipTypes][ParserOptions.skipTypes], which will always add [typesDeephavenAlreadyParses] to + * the given types or the global setting. + */ + val PARSER_OPTIONS: ParserOptions? = null + + /** + * @param ignoreEmptyLines Whether to skip intermediate empty lines. Default: `false`. + * + * If `false`, empty lines will be interpreted as having _empty_ values if \[allowMissingColumns\]. + */ + const val IGNORE_EMPTY_LINES: Boolean = false + + /** + * @param allowMissingColumns Wether to allow rows with fewer columns than the header. Default: `true`. + * + * If `true`, rows that are too short will be interpreted as _empty_ values. + */ + const val ALLOW_MISSING_COLUMNS: Boolean = true + + /** + * @param ignoreExcessColumns Whether to ignore rows with more columns than the header. Default: `true`. + * + * If `true`, rows that are too long will have those columns dropped. + */ + const val IGNORE_EXCESS_COLUMNS: Boolean = true + + /** + * @param quote The quote character. Default: `"`. + * + * Used when field- or line delimiters should be interpreted as literal text. + * + * For example: `123,"hello, there",456,` would correspond to: `123`; `hello, there`; `456`. + */ + const val QUOTE: Char = '"' + + /** + * @param ignoreSurroundingSpaces Whether to ignore leading and trailing blanks around non-quoted fields. + * Default: `true`. + */ + const val IGNORE_SURROUNDING_SPACES: Boolean = true + + /** + * @param trimInsideQuoted Whether to ignore leading and trailing blanks inside quoted fields. + * Default: `false`. + */ + const val TRIM_INSIDE_QUOTED: Boolean = false + + /** + * @param parseParallel Whether to parse the data in parallel. Default: `true`. + * + * If `true`, the data will be read and parsed in parallel by the Deephaven parser. + * This is usually faster, but can be turned off for debugging. + */ + const val PARSE_PARALLEL: Boolean = true + + /** + * @param adjustCsvSpecs Optional extra [CsvSpecs] configuration. Default: `{ it }`. + * + * Before instantiating the [CsvSpecs], the [CsvSpecs.Builder] will be passed to this lambda. + * This will allow you to configure/overwrite any CSV / TSV parsing options. + */ + val ADJUST_CSV_SPECS: AdjustCsvSpecs = { it } + + /** @param includeHeader Whether to include the header in the output. Default: `true`. */ + const val INCLUDE_HEADER: Boolean = true + + /** + * @param quoteMode The [QuoteMode] to use when writing CSV / TSV files. + * Default: [QuoteMode.MINIMAL]. + */ + val QUOTE_MODE: QuoteMode = QuoteMode.MINIMAL + + /** + * @param escapeChar The escape character to use when writing CSV / TSV files with [QuoteMode.NONE]. + * Default: `null`. This will double-quote the value. + */ + val ESCAPE_CHAR: Char? = null + + /** + * @param commentChar The character that indicates a comment line in a CSV / TSV file. + * Default: `'#'`. + */ + const val COMMENT_CHAR: Char = '#' + + /** + * @param recordSeparator The character that separates records in a CSV / TSV file. + * Default: `'\\n'`, a Unix-newline. + */ + const val RECORD_SEPARATOR: String = "\n" + + /** + * @param headerComments A list of comments to include at the beginning of the CSV / TSV file. + * Default: empty list. + */ + val HEADER_COMMENTS: List = emptyList() + + /** + * @param adjustCsvFormat Optional extra [CSVFormat] configuration. Default: `{ it }`. + * + * Before instantiating the [CSVFormat], the [CSVFormat.Builder] will be passed to this lambda. + * This will allow you to configure/overwrite any CSV / TSV writing options. + */ + val ADJUST_CSV_FORMAT: AdjustCSVFormat = { it } +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DocumentationUrls.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DocumentationUrls.kt new file mode 100644 index 0000000000..fe51a74de9 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/DocumentationUrls.kt @@ -0,0 +1,12 @@ +@file:ExcludeFromSources + +package org.jetbrains.kotlinx.dataframe.documentation + +internal interface DocumentationUrls { + + /** [Deephaven CSV](https://github.com/deephaven/deephaven-csv) */ + interface Deephaven + + /** [Apache Commons CSV](https://commons.apache.org/proper/commons-csv/) */ + interface ApacheCsv +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/utils.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/utils.kt new file mode 100644 index 0000000000..0377567a8b --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/utils.kt @@ -0,0 +1,101 @@ +package org.jetbrains.kotlinx.dataframe.documentation + +import kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS +import kotlin.annotation.AnnotationTarget.CLASS +import kotlin.annotation.AnnotationTarget.CONSTRUCTOR +import kotlin.annotation.AnnotationTarget.FIELD +import kotlin.annotation.AnnotationTarget.FILE +import kotlin.annotation.AnnotationTarget.FUNCTION +import kotlin.annotation.AnnotationTarget.LOCAL_VARIABLE +import kotlin.annotation.AnnotationTarget.PROPERTY +import kotlin.annotation.AnnotationTarget.PROPERTY_GETTER +import kotlin.annotation.AnnotationTarget.PROPERTY_SETTER +import kotlin.annotation.AnnotationTarget.TYPE +import kotlin.annotation.AnnotationTarget.TYPEALIAS +import kotlin.annotation.AnnotationTarget.VALUE_PARAMETER + +/** + * + * {@include [Indent]} + * + */ +@ExcludeFromSources +internal interface LineBreak + +/**   */ +@ExcludeFromSources +internal interface QuarterIndent + +/**    */ +@ExcludeFromSources +internal interface HalfIndent + +/**      */ +@ExcludeFromSources +internal interface Indent + +/**          */ +@ExcludeFromSources +internal interface DoubleIndent + +/**              */ +@ExcludeFromSources +internal interface TripleIndent + +/**                  */ +@ExcludeFromSources +internal interface QuadrupleIndent + +/** + * Any `Documentable` annotated with this annotation will be excluded from the generated sources by + * the documentation processor. + * + * **NOTE: DO NOT RENAME!** + */ +@Target( + CLASS, + ANNOTATION_CLASS, + PROPERTY, + FIELD, + LOCAL_VARIABLE, + VALUE_PARAMETER, + CONSTRUCTOR, + FUNCTION, + PROPERTY_GETTER, + PROPERTY_SETTER, + TYPE, + TYPEALIAS, + FILE, +) +internal annotation class ExcludeFromSources + +/** + * Any `Documentable` annotated with this annotation will be exported to HTML by the documentation + * processor. + * + * You can use @exportAsHtmlStart and @exportAsHtmlEnd to specify a range of the doc to + * export to HTML. + * + * **NOTE: DO NOT RENAME!** + * + * @param theme Whether to include a simple theme in the HTML file. Default is `true`. + * @param stripReferences Whether to strip `[references]` from the HTML file. Default is `true`. + * This is useful when you want to include the HTML file in a website, where the references are not + * needed or would break. + */ +@Target( + CLASS, + ANNOTATION_CLASS, + PROPERTY, + FIELD, + LOCAL_VARIABLE, + VALUE_PARAMETER, + CONSTRUCTOR, + FUNCTION, + PROPERTY_GETTER, + PROPERTY_SETTER, + TYPE, + TYPEALIAS, + FILE, +) +internal annotation class ExportAsHtml(val theme: Boolean = true, val stripReferences: Boolean = true) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/DataFrameCustomDoubleParser.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/DataFrameCustomDoubleParser.kt new file mode 100644 index 0000000000..71d0d23cf1 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/DataFrameCustomDoubleParser.kt @@ -0,0 +1,24 @@ +package org.jetbrains.kotlinx.dataframe.impl.io + +import io.deephaven.csv.containers.ByteSlice +import io.deephaven.csv.tokenization.Tokenizer.CustomDoubleParser +import org.jetbrains.kotlinx.dataframe.api.ParserOptions + +/** + * Wrapper around [FastDoubleParser] so we can use it from Deephaven. + */ +internal class DataFrameCustomDoubleParser(parserOptions: ParserOptions? = null) : CustomDoubleParser { + + private val fastDoubleParser = FastDoubleParser(parserOptions) + + override fun parse(bs: ByteSlice): Double = + try { + fastDoubleParser.parseOrNull(bs.data(), bs.begin(), bs.size()) + } catch (_: Exception) { + null + } ?: throw NumberFormatException() + + override fun parse(cs: CharSequence): Double = + fastDoubleParser.parseOrNull(cs.toString()) + ?: throw NumberFormatException() +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/ListSink.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/ListSink.kt new file mode 100644 index 0000000000..5f784013fe --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/ListSink.kt @@ -0,0 +1,204 @@ +package org.jetbrains.kotlinx.dataframe.impl.io + +import io.deephaven.csv.parsers.DataType +import io.deephaven.csv.parsers.DataType.BOOLEAN_AS_BYTE +import io.deephaven.csv.parsers.DataType.BYTE +import io.deephaven.csv.parsers.DataType.CHAR +import io.deephaven.csv.parsers.DataType.DATETIME_AS_LONG +import io.deephaven.csv.parsers.DataType.DOUBLE +import io.deephaven.csv.parsers.DataType.FLOAT +import io.deephaven.csv.parsers.DataType.INT +import io.deephaven.csv.parsers.DataType.LONG +import io.deephaven.csv.parsers.DataType.SHORT +import io.deephaven.csv.parsers.DataType.STRING +import io.deephaven.csv.parsers.DataType.TIMESTAMP_AS_LONG +import io.deephaven.csv.sinks.Sink +import io.deephaven.csv.sinks.SinkFactory +import io.deephaven.csv.sinks.Source +import kotlinx.datetime.toKotlinLocalDateTime +import java.time.LocalDateTime +import java.time.ZoneOffset +import kotlin.time.Duration.Companion.nanoseconds + +internal interface SinkSource : + Sink, + Source + +/** + * Implementation of Deephaven's [Sink] and [Source] that stores data in an [ArrayList]. + * + * The implementation is based on [Writing Your Own Data Sinks](https://github.com/deephaven/deephaven-csv/blob/main/ADVANCED.md). + * + * If we ever store column data unboxed / primitively, this needs to be modified. + */ +@Suppress("UNCHECKED_CAST") +internal class ListSink(val columnIndex: Int, val dataType: DataType) : SinkSource { + + @Suppress("ktlint:standard:comment-wrapping", "ktlint:standard:no-consecutive-comments") + companion object { + val SINK_FACTORY: SinkFactory = SinkFactory.of( + // unused in Parsers.DEFAULT: + /* byteSinkSupplier = */ { ListSink(it, BYTE) as SinkSource }, + /* shortSinkSupplier = */ { ListSink(it, SHORT) as SinkSource }, + /* intSinkSupplier = */ { ListSink(it, INT) as SinkSource }, + /* longSinkSupplier = */ { ListSink(it, LONG) as SinkSource }, + // unused in Parsers.COMPLETE and Parsers.DEFAULT: + /* floatSinkSupplier = */ { ListSink(it, FLOAT) as SinkSource }, + /* doubleSinkSupplier = */ { ListSink(it, DOUBLE) as SinkSource }, + /* booleanAsByteSinkSupplier = */ { ListSink(it, BOOLEAN_AS_BYTE) as SinkSource }, + /* charSinkSupplier = */ { ListSink(it, CHAR) as SinkSource }, + /* stringSinkSupplier = */ { ListSink(it, STRING) as SinkSource> }, + /* dateTimeAsLongSinkSupplier = */ { ListSink(it, DATETIME_AS_LONG) as SinkSource }, + // unused in Parsers.COMPLETE and Parsers.DEFAULT: + /* timestampAsLongSinkSupplier = */ { ListSink(it, TIMESTAMP_AS_LONG) as SinkSource }, + ) + } + + private val _data: MutableList = mutableListOf() + + val data: List + get() = _data + + var hasNulls: Boolean = false + private set + + private fun getValue(src: Any, srcIndex: Int, isNull: BooleanArray): Any? = + if (isNull[srcIndex]) { + hasNulls = true + null + } else { + when (dataType) { + BOOLEAN_AS_BYTE -> (src as ByteArray)[srcIndex] == 1.toByte() + + // unused in Parsers.DEFAULT + BYTE -> (src as ByteArray)[srcIndex] + + // unused in Parsers.DEFAULT + SHORT -> (src as ShortArray)[srcIndex] + + INT -> (src as IntArray)[srcIndex] + + LONG -> (src as LongArray)[srcIndex] + + // unused in Parsers.COMPLETE and Parsers.DEFAULT + FLOAT -> (src as FloatArray)[srcIndex] + + DOUBLE -> (src as DoubleArray)[srcIndex] + + CHAR -> (src as CharArray)[srcIndex] + + STRING -> (src as Array)[srcIndex] + + DATETIME_AS_LONG -> (src as LongArray)[srcIndex].nanoseconds + .toComponents { seconds, nanoseconds -> + LocalDateTime.ofEpochSecond(seconds, nanoseconds, ZoneOffset.UTC) + }.toKotlinLocalDateTime() + + // unused in Parsers.COMPLETE and Parsers.DEFAULT + TIMESTAMP_AS_LONG -> (src as LongArray)[srcIndex].nanoseconds + .toComponents { seconds, nanoseconds -> + LocalDateTime.ofEpochSecond(seconds, nanoseconds, ZoneOffset.UTC) + }.toKotlinLocalDateTime() + + else -> error("unsupported parser") + } + } + + private fun writeAppending( + src: Any, + destBegin: Int, + destEnd: Int, + isNull: BooleanArray, + ) { + while (data.size < destBegin) { + _data += null + hasNulls = true + } + for ((srcIndex, _) in (destBegin.. { + dest as ByteArray + for ((srcIndex, destIndex) in (srcBeginAsInt.. { + dest as ShortArray + for ((srcIndex, destIndex) in (srcBeginAsInt.. { + dest as IntArray + for ((srcIndex, destIndex) in (srcBeginAsInt.. { + dest as LongArray + for ((srcIndex, destIndex) in (srcBeginAsInt.. error("unsupported sink state") + } + } + + override fun getUnderlying(): ListSink = this +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/readDelim.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/readDelim.kt new file mode 100644 index 0000000000..84b1785799 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/readDelim.kt @@ -0,0 +1,380 @@ +package org.jetbrains.kotlinx.dataframe.impl.io + +import io.deephaven.csv.CsvSpecs +import io.deephaven.csv.parsers.DataType +import io.deephaven.csv.parsers.DataType.BOOLEAN_AS_BYTE +import io.deephaven.csv.parsers.DataType.BYTE +import io.deephaven.csv.parsers.DataType.CHAR +import io.deephaven.csv.parsers.DataType.DATETIME_AS_LONG +import io.deephaven.csv.parsers.DataType.DOUBLE +import io.deephaven.csv.parsers.DataType.FLOAT +import io.deephaven.csv.parsers.DataType.INT +import io.deephaven.csv.parsers.DataType.LONG +import io.deephaven.csv.parsers.DataType.SHORT +import io.deephaven.csv.parsers.DataType.STRING +import io.deephaven.csv.parsers.DataType.TIMESTAMP_AS_LONG +import io.deephaven.csv.parsers.Parser +import io.deephaven.csv.parsers.Parsers +import io.deephaven.csv.reading.CsvReader +import io.deephaven.csv.util.CsvReaderException +import kotlinx.datetime.Instant +import kotlinx.datetime.LocalDate +import kotlinx.datetime.LocalDateTime +import kotlinx.datetime.LocalTime +import org.jetbrains.kotlinx.dataframe.DataColumn +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.DataRow +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.api.convertTo +import org.jetbrains.kotlinx.dataframe.api.dataFrameOf +import org.jetbrains.kotlinx.dataframe.api.parse +import org.jetbrains.kotlinx.dataframe.api.parser +import org.jetbrains.kotlinx.dataframe.api.tryParse +import org.jetbrains.kotlinx.dataframe.columns.ValueColumn +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMPRESSION +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INPUT_STREAM_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.impl.ColumnNameGenerator +import org.jetbrains.kotlinx.dataframe.io.AdjustCsvSpecs +import org.jetbrains.kotlinx.dataframe.io.ColType +import org.jetbrains.kotlinx.dataframe.io.Compression +import org.jetbrains.kotlinx.dataframe.io.DEFAULT_DELIM_NULL_STRINGS +import org.jetbrains.kotlinx.dataframe.io.skippingBomCharacters +import org.jetbrains.kotlinx.dataframe.io.toKType +import org.jetbrains.kotlinx.dataframe.io.useDecompressed +import java.io.InputStream +import java.math.BigDecimal +import java.net.URL +import java.util.Locale +import kotlin.reflect.KType +import kotlin.reflect.full.withNullability +import kotlin.reflect.typeOf +import kotlin.time.Duration + +/** + * Implementation to read delimiter-separated data from an [InputStream] based on the Deephaven CSV library. + * + * @include [INPUT_STREAM_READ] + * @param delimiter The field delimiter character. The default is ',' for CSV, '\t' for TSV. + * @include [HEADER] + * @include [COMPRESSION] + * @include [COL_TYPES] + * @include [SKIP_LINES] + * @include [READ_LINES] + * @include [HAS_FIXED_WIDTH_COLUMNS] + * @include [FIXED_COLUMN_WIDTHS] + * @include [PARSER_OPTIONS] + * @include [IGNORE_EMPTY_LINES] + * @include [ALLOW_MISSING_COLUMNS] + * @include [IGNORE_EXCESS_COLUMNS] + * @include [QUOTE] + * @include [IGNORE_SURROUNDING_SPACES] + * @include [TRIM_INSIDE_QUOTED] + * @include [PARSE_PARALLEL] + * @include [ADJUST_CSV_SPECS] + */ +internal fun readDelimImpl( + inputStream: InputStream, + delimiter: Char, + header: List, + hasFixedWidthColumns: Boolean, + fixedColumnWidths: List, + compression: Compression<*>, + colTypes: Map, + skipLines: Long, + readLines: Long?, + parserOptions: ParserOptions?, + ignoreEmptyLines: Boolean, + allowMissingColumns: Boolean, + ignoreExcessColumns: Boolean, + quote: Char, + ignoreSurroundingSpaces: Boolean, + trimInsideQuoted: Boolean, + parseParallel: Boolean, + adjustCsvSpecs: AdjustCsvSpecs, +): DataFrame<*> { + // set up the csv specs + val csvSpecs = with(CsvSpecs.builder()) { + // turn on fast double parser if not explicitly set regardless of the global parser options + @Suppress("NullableBooleanElvis") + val adjustedParserOptions = (parserOptions ?: ParserOptions()) + .copy(useFastDoubleParser = parserOptions?.useFastDoubleParser ?: true) + customDoubleParser(DataFrameCustomDoubleParser(adjustedParserOptions)) + + // use the given nullStrings if provided, else take the global ones + some extras + val nullStrings = parserOptions?.nullStrings ?: (DataFrame.parser.nulls + DEFAULT_DELIM_NULL_STRINGS) + nullValueLiterals(nullStrings) + headerLegalizer(::legalizeHeader) + numRows(readLines ?: Long.MAX_VALUE) + ignoreEmptyLines(ignoreEmptyLines) + allowMissingColumns(allowMissingColumns) + ignoreExcessColumns(ignoreExcessColumns) + if (!hasFixedWidthColumns) delimiter(delimiter) + quote(quote) + ignoreSurroundingSpaces(ignoreSurroundingSpaces) + trim(trimInsideQuoted) + concurrent(parseParallel) + header(header) + hasFixedWidthColumns(hasFixedWidthColumns) + if (hasFixedWidthColumns && fixedColumnWidths.isNotEmpty()) fixedColumnWidths(fixedColumnWidths) + skipLines(takeHeaderFromCsv = header.isEmpty(), skipLines = skipLines) + + // Deephaven's LocalDateTime parser is unconfigurable, so if the user provides a locale, pattern, or formatter + // that's not compatible, we must use our own parser for LocalDateTime and let Deephaven read them as Strings. + val useDeepHavenLocalDateTime = + (parserOptions?.locale ?: DataFrame.parser.locale) in setOf(Locale.ROOT, Locale.US, Locale.ENGLISH) && + parserOptions?.dateTimePattern == null && + parserOptions?.dateTimeFormatter == null + parsers(parserOptions, colTypes, useDeepHavenLocalDateTime) + + adjustCsvSpecs(this, this) + }.build() + + val csvReaderResult = inputStream.useDecompressed(compression) { decompressedInputStream -> + // read the csv + try { + @Suppress("ktlint:standard:comment-wrapping") + CsvReader.read( + /* specs = */ csvSpecs, + /* stream = */ decompressedInputStream.skippingBomCharacters(), + /* sinkFactory = */ ListSink.SINK_FACTORY, + ) + } catch (e: CsvReaderException) { + // catch case when the file is empty and header needs to be inferred from it. + if (e.message == + "Can't proceed because hasHeaderRow is set but input file is empty or shorter than skipHeaderRows" + ) { + return@readDelimImpl DataFrame.empty() + } + throw IllegalStateException( + "Could not read delimiter-separated data: CsvReaderException: ${e.message}: ${e.cause?.message ?: ""}", + e, + ) + } + } + + val defaultColType = colTypes[ColType.DEFAULT] + + // convert each ResultColumn to a DataColumn + val cols = csvReaderResult.map { + it.toDataColumn( + parserOptions = parserOptions, + desiredColType = colTypes[it.name()] ?: defaultColType, + ) + } + + return dataFrameOf(cols) +} + +@Suppress("UNCHECKED_CAST") +private fun CsvReader.ResultColumn.toDataColumn( + parserOptions: ParserOptions?, + desiredColType: ColType?, +): DataColumn<*> { + val listSink = data()!! as ListSink + val columnData = listSink.data + val dataType = listSink.dataType + val hasNulls = listSink.hasNulls + val type = dataType().toKType().withNullability(hasNulls) + + val column = DataColumn.createValueColumn( + name = name(), + values = columnData, + type = type, + ) + if (dataType != STRING) return column + + // attempt to perform additional parsing if necessary, will remain String if it fails + column as ValueColumn + + return when { + desiredColType != null -> + column.convertTo( + newType = desiredColType.toKType().withNullability(true), + parserOptions = parserOptions, + ) + + else -> { + val givenSkipTypes = parserOptions?.skipTypes ?: DataFrame.parser.skipTypes + // no need to check for types that Deephaven already parses, skip those too + val adjustedSkipTypes = givenSkipTypes + typesDeephavenAlreadyParses + val adjustedParserOptions = (parserOptions ?: ParserOptions()) + .copy(skipTypes = adjustedSkipTypes) + + column.tryParse(adjustedParserOptions) + } + } +} + +private fun DataType?.toKType(): KType = + when (this) { + BOOLEAN_AS_BYTE -> typeOf() + + // unused in Parsers.DEFAULT + BYTE -> typeOf() + + // unused in Parsers.DEFAULT + SHORT -> typeOf() + + INT -> typeOf() + + LONG -> typeOf() + + // unused in Parsers.COMPLETE and Parsers.DEFAULT + FLOAT -> typeOf() + + DOUBLE -> typeOf() + + DATETIME_AS_LONG -> typeOf() + + CHAR -> typeOf() + + STRING -> typeOf() + + // unused in Parsers.COMPLETE and Parsers.DEFAULT + TIMESTAMP_AS_LONG -> typeOf() + + DataType.CUSTOM -> error("custom data type") + + null -> error("null data type") + } + +private fun legalizeHeader(header: Array): Array { + val generator = ColumnNameGenerator() + return header.map { generator.addUnique(it) }.toTypedArray() +} + +private fun CsvSpecs.Builder.skipLines(takeHeaderFromCsv: Boolean, skipLines: Long): CsvSpecs.Builder = + if (takeHeaderFromCsv) { + skipHeaderRows(skipLines) + } else { + skipRows(skipLines) + } + +/** + * Sets the correct parsers for the csv, based on [colTypes] and [ParserOptions.skipTypes]. + * If [ColType.DEFAULT] is present, it sets the default parser. + * + * Logic overview: + * + * - if no [colTypes] are given + * - let deephaven use all its [default parsers][Parsers.DEFAULT] + * - subtract parsers of [skipTypes][ParserOptions.skipTypes] if those are supplied + * - if [colTypes] are supplied + * - if [ColType.DEFAULT] is among the values + * - set the parser for each supplied column+colType + * - let deephaven use _only_ the parser given as [ColType.DEFAULT] type + * - if [ColType.DEFAULT] is not among the values + * - set the parser for each supplied column+coltype + * - let deephaven use all its [default parsers][Parsers.DEFAULT] + * - subtract parsers of [skipTypes][ParserOptions.skipTypes] if those are supplied + * + * Note that `skipTypes` will never skip a type explicitly set by `colTypes`. + * This is intended. + */ +private fun CsvSpecs.Builder.parsers( + parserOptions: ParserOptions?, + colTypes: Map, + useDeepHavenLocalDateTime: Boolean, +): CsvSpecs.Builder { + for ((colName, colType) in colTypes) { + if (colName == ColType.DEFAULT) continue + putParserForName(colName, colType.toCsvParser(useDeepHavenLocalDateTime)) + } + val skipTypes = parserOptions?.skipTypes ?: DataFrame.parser.skipTypes + val parsersToUse = when { + ColType.DEFAULT in colTypes -> + listOf(colTypes[ColType.DEFAULT]!!.toCsvParser(useDeepHavenLocalDateTime)) + + skipTypes.isNotEmpty() -> { + val parsersToSkip = skipTypes + .mapNotNull { it.toColType().toCsvParserOrNull(useDeepHavenLocalDateTime) } + Parsers.DEFAULT.toSet() - parsersToSkip.toSet() + } + + else -> Parsers.DEFAULT // BOOLEAN, INT, LONG, DOUBLE, DATETIME, CHAR, STRING + } + parsers(parsersToUse) + return this +} + +private fun CsvSpecs.Builder.header(header: List): CsvSpecs.Builder = + if (header.isEmpty()) { + // take header from csv + hasHeaderRow(true) + } else { + hasHeaderRow(false) + .headers(header) + } + +/** + * Converts a [ColType] to a [Parser] from the Deephaven CSV library. + * If no direct [Parser] exists, it returns `null`. + */ +internal fun ColType.toCsvParserOrNull(useDeepHavenLocalDateTime: Boolean): Parser<*>? = + when (this) { + ColType.Int -> Parsers.INT + ColType.Long -> Parsers.LONG + ColType.Double -> Parsers.DOUBLE + ColType.Char -> Parsers.CHAR + ColType.Boolean -> Parsers.BOOLEAN + ColType.String -> Parsers.STRING + ColType.LocalDateTime -> if (useDeepHavenLocalDateTime) Parsers.DATETIME else null + else -> null + } + +/** + * Converts a [ColType] to a [Parser] from the Deephaven CSV library. + * If no direct [Parser] exists, it defaults to [Parsers.STRING] so that [DataFrame.parse] can handle it. + */ +internal fun ColType.toCsvParser(useDeepHavenLocalDateTime: Boolean): Parser<*> = + toCsvParserOrNull(useDeepHavenLocalDateTime) ?: Parsers.STRING + +internal fun KType.toColType(): ColType = + when (this.withNullability(false)) { + typeOf() -> ColType.Int + typeOf() -> ColType.Long + typeOf() -> ColType.Double + typeOf() -> ColType.Boolean + typeOf() -> ColType.BigDecimal + typeOf() -> ColType.LocalDate + typeOf() -> ColType.LocalTime + typeOf() -> ColType.LocalDateTime + typeOf() -> ColType.String + typeOf() -> ColType.Instant + typeOf() -> ColType.Duration + typeOf() -> ColType.Url + typeOf>() -> ColType.JsonArray + typeOf>() -> ColType.JsonObject + typeOf() -> ColType.Char + else -> ColType.String + } + +/** + * Types that Deephaven already parses, so we can skip them when + * defaulting to DataFrame's String parsers. + * + * [LocalDateTime] and [java.time.LocalDateTime] are not included because Deephaven cannot recognize all formats. + */ +internal val typesDeephavenAlreadyParses: Set = + setOf( + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/writeDelim.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/writeDelim.kt new file mode 100644 index 0000000000..7716056d39 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/io/writeDelim.kt @@ -0,0 +1,76 @@ +package org.jetbrains.kotlinx.dataframe.impl.io + +import org.apache.commons.csv.CSVFormat +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.AnyRow +import org.jetbrains.kotlinx.dataframe.api.forEach +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.CSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.WRITER_WRITE +import org.jetbrains.kotlinx.dataframe.io.AdjustCSVFormat +import org.jetbrains.kotlinx.dataframe.io.QuoteMode +import org.jetbrains.kotlinx.dataframe.io.toJson +import org.apache.commons.csv.QuoteMode as ApacheQuoteMode + +/** + * Writes [df] to [writer] in a delimiter-separated format. + * + * @param df The data to write. + * @include [WRITER_WRITE] + * @include [CSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + * @include [ADJUST_CSV_FORMAT] + */ +internal fun writeDelimImpl( + df: AnyFrame, + writer: Appendable, + delimiter: Char, + includeHeader: Boolean, + quote: Char?, + quoteMode: QuoteMode, + escapeChar: Char?, + commentChar: Char?, + headerComments: List, + recordSeparator: String, + adjustCsvFormat: AdjustCSVFormat, +) { + // setup CSV format + val format = with(CSVFormat.Builder.create(CSVFormat.DEFAULT)) { + setDelimiter(delimiter) + setQuote(quote) + setSkipHeaderRecord(!includeHeader) + setQuoteMode(quoteMode.toApache()) + setRecordSeparator(recordSeparator) + setEscape(escapeChar) + setCommentMarker(commentChar) + setHeaderComments(*headerComments.toTypedArray()) + }.let { adjustCsvFormat(it, it) } + .build() + + // let the format handle the writing, only converting AnyRow and AnyFrame to JSON + format.print(writer).use { printer -> + if (includeHeader) { + printer.printRecord(df.columnNames()) + } + df.forEach { + val values = it.values().map { + when (it) { + is AnyRow -> it.toJson() + is AnyFrame -> it.toJson() + else -> it + } + } + printer.printRecord(values) + } + } +} + +internal fun QuoteMode.toApache(): ApacheQuoteMode = + when (this) { + QuoteMode.ALL -> ApacheQuoteMode.ALL + QuoteMode.MINIMAL -> ApacheQuoteMode.MINIMAL + QuoteMode.NON_NUMERIC -> ApacheQuoteMode.NON_NUMERIC + QuoteMode.NONE -> ApacheQuoteMode.NONE + QuoteMode.ALL_NON_NULL -> ApacheQuoteMode.ALL_NON_NULL + } diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/Compression.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/Compression.kt new file mode 100644 index 0000000000..5ab1734a91 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/Compression.kt @@ -0,0 +1,107 @@ +package org.jetbrains.kotlinx.dataframe.io + +import java.io.File +import java.io.InputStream +import java.net.URL +import java.nio.file.Path +import java.util.zip.GZIPInputStream +import java.util.zip.InflaterInputStream +import java.util.zip.ZipInputStream + +/** + * Compression algorithm to use when reading csv files. + * We support [GZIP][Compression.Gzip] and [ZIP][Compression.Zip] compression out of the box. + * + * Custom decompression algorithms can be added by creating an instance of [Custom]. + * + * @param wrapStream function that wraps any [InputStream] into a decompressing [InflaterInputStream] stream + */ +public sealed class Compression(public open val wrapStream: (InputStream) -> I) { + + public companion object { + public fun of(fileOrUrl: String): Compression<*> = + when (fileOrUrl.split(".").last()) { + "gz" -> Gzip + "zip" -> Zip + else -> None + } + + public fun of(file: File): Compression<*> = of(file.name) + + public fun of(path: Path): Compression<*> = of(path.fileName?.toString() ?: "") + + public fun of(url: URL): Compression<*> = of(url.path) + } + + /** Can be overridden to perform some actions before reading from the input stream. */ + public open fun doFirst(inputStream: I) {} + + /** + * Can be overridden to perform some actions after reading from the input stream. + * Remember to close the stream if you override this function. + */ + public open fun doFinally(inputStream: I) { + inputStream.close() + } + + /** + * For .gz / GZIP files. + */ + public data object Gzip : Compression(wrapStream = ::GZIPInputStream) + + /** + * For .zip / ZIP files. + */ + public data object Zip : Compression(wrapStream = ::ZipInputStream) { + + override fun doFirst(inputStream: ZipInputStream) { + // Make sure to call nextEntry once to prepare the stream + if (inputStream.nextEntry == null) error("No entries in zip file") + } + + override fun doFinally(inputStream: ZipInputStream) { + // Check we don't have more than one entry in the zip file + if (inputStream.nextEntry != null) { + inputStream.close() + throw IllegalArgumentException("Zip file contains more than one entry") + } + inputStream.close() + } + } + + /** + * No compression. + */ + public data object None : Compression(wrapStream = { it }) + + /** + * Custom decompression algorithm. + * + * Can either be extended or instantiated directly with a custom [wrapStream] function. + * @param wrapStream function that wraps any [InputStream] into a decompressing [InputStream] + */ + public open class Custom(override val wrapStream: (InputStream) -> I) : + Compression(wrapStream = wrapStream) { + override fun toString(): String = "Compression.Custom(wrapStream = $wrapStream)" + } +} + +/** + * Decompresses the input stream with the given compression algorithm. + * + * Also closes the stream after the block is executed. + */ +public inline fun InputStream.useDecompressed( + compression: Compression, + block: (InputStream) -> T, +): T { + // first wrap the stream by (optional) compression algorithm + val wrappedStream = compression.wrapStream(this) + compression.doFirst(wrappedStream) + + try { + return block(wrappedStream) + } finally { + compression.doFinally(wrappedStream) + } +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/QuoteMode.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/QuoteMode.kt new file mode 100644 index 0000000000..80302dd591 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/QuoteMode.kt @@ -0,0 +1,26 @@ +package org.jetbrains.kotlinx.dataframe.io + +/** Defines quoting behavior. */ +public enum class QuoteMode { + + /** Quotes all fields. */ + ALL, + + /** Quotes all non-null fields. */ + ALL_NON_NULL, + + /** + * Quotes fields that contain special characters such as a field delimiter, quote character, or any of the + * characters in the line separator string. + */ + MINIMAL, + + /** Quotes all non-numeric fields. */ + NON_NUMERIC, + + /** + * Never quotes fields. When the delimiter occurs in data, the printer prefixes it with the escape character. If the + * escape character is not set, format validation throws an exception. + */ + NONE, +} diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt new file mode 100644 index 0000000000..165bf2e781 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/csv.kt @@ -0,0 +1,36 @@ +@file:JvmName("CsvDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.codeGen.AbstractDefaultReadMethod +import org.jetbrains.kotlinx.dataframe.codeGen.DefaultReadDfMethod +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams +import java.io.File +import java.io.InputStream +import kotlin.reflect.typeOf + +public class Csv(private val delimiter: Char = DelimParams.CSV_DELIMITER) : SupportedDataFrameFormat { + override fun readDataFrame(stream: InputStream, header: List): DataFrame<*> = + DataFrame.readCsv(inputStream = stream, header = header) + + override fun readDataFrame(file: File, header: List): DataFrame<*> = + DataFrame.readCsv(file = file, header = header) + + override fun acceptsExtension(ext: String): Boolean = ext == "csv" + + override fun acceptsSample(sample: SupportedFormatSample): Boolean = true // Extension is enough + + // if the user adds the dataframe-csv module, this will override old CSV reading method in DataFrame.read() + override val testOrder: Int = CSV().testOrder - 1 + + override fun createDefaultReadMethod(pathRepresentation: String?): DefaultReadDfMethod { + val arguments = MethodArguments().add("delimiter", typeOf(), "'%L'", delimiter) + return DefaultReadCsvMethod(pathRepresentation, arguments) + } +} + +private const val READ_CSV = "readCsv" + +internal class DefaultReadCsvMethod(path: String?, arguments: MethodArguments) : + AbstractDefaultReadMethod(path, arguments, READ_CSV) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readCsv.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readCsv.kt new file mode 100644 index 0000000000..cee969e60e --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readCsv.kt @@ -0,0 +1,294 @@ +@file:JvmName("ReadCsvDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.documentation.CommonReadDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMPRESSION +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.CSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_OR_URL_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INPUT_STREAM_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PATH_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl +import org.jetbrains.kotlinx.dataframe.io.Compression +import org.jetbrains.kotlinx.dataframe.io.Compression.Companion +import java.io.File +import java.io.FileInputStream +import java.io.InputStream +import java.net.URL +import java.nio.file.Path +import kotlin.io.path.inputStream + +/** + * @include [CommonReadDelimDocs.CsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File + * @set [CommonReadDelimDocs.DataArg] file + * @include [PATH_READ] + * @include [CSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readCsv( + path: Path, + delimiter: Char = CSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(path), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + path.inputStream().use { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.CsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File + * @set [CommonReadDelimDocs.DataArg] file + * @include [FILE_READ] + * @include [CSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readCsv( + file: File, + delimiter: Char = CSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(file), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + FileInputStream(file).use { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.CsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] Url + * @set [CommonReadDelimDocs.DataArg] url + * @include [DelimParams.URL_READ] + * @include [CSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readCsv( + url: URL, + delimiter: Char = CSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(url), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + catchHttpResponse(url) { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.CsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File or URL + * @set [CommonReadDelimDocs.DataArg] file or url + * @include [FILE_OR_URL_READ] + * @include [CSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readCsv( + fileOrUrl: String, + delimiter: Char = CSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(fileOrUrl), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + catchHttpResponse(asUrl(fileOrUrl = fileOrUrl)) { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * {@comment the only one with adjustCsvSpecs} + * @include [CommonReadDelimDocs.CsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] InputStream + * @set [CommonReadDelimDocs.DataArg] input stream + * @include [INPUT_STREAM_READ] + * @include [CSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + * @include [ADJUST_CSV_SPECS] + */ +public fun DataFrame.Companion.readCsv( + inputStream: InputStream, + delimiter: Char = CSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = COMPRESSION, + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, + adjustCsvSpecs: AdjustCsvSpecs = ADJUST_CSV_SPECS, +): DataFrame<*> = + readDelimImpl( + inputStream = inputStream, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = adjustCsvSpecs, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readCsvStr.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readCsvStr.kt new file mode 100644 index 0000000000..776d7c2f51 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readCsvStr.kt @@ -0,0 +1,70 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.documentation.CommonReadDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.CSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TEXT_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl + +/** + * @include [CommonReadDelimDocs.CsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] String + * @set [CommonReadDelimDocs.DataArg] [String] + * @include [TEXT_READ] + * @include [CSV_DELIMITER] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readCsvStr( + text: String, + delimiter: Char = CSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + readDelimImpl( + inputStream = text.byteInputStream(), + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = Compression.None, // of course + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readDelim.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readDelim.kt new file mode 100644 index 0000000000..1f1ee46d37 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readDelim.kt @@ -0,0 +1,299 @@ +@file:JvmName("ReadDelimDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.documentation.CommonReadDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMPRESSION +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.DELIM_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_OR_URL_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INPUT_STREAM_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PATH_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl +import org.jetbrains.kotlinx.dataframe.io.Compression +import java.io.File +import java.io.FileInputStream +import java.io.InputStream +import java.net.URL +import java.nio.file.Path +import kotlin.io.path.inputStream + +/* + * TODO these currently clash with :core's readDelim(Str) functions. + * When those are deprecated, we can let the users fall-back to these. + * They do the same as readCsv(Str). + */ + +/** + * @include [CommonReadDelimDocs.DelimDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File + * @set [CommonReadDelimDocs.DataArg] file + * @include [PATH_READ] + * @include [DELIM_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readDelim( + path: Path, + delimiter: Char = DELIM_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(path), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + path.inputStream().use { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.DelimDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File + * @set [CommonReadDelimDocs.DataArg] file + * @include [FILE_READ] + * @include [DELIM_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readDelim( + file: File, + delimiter: Char = DELIM_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(file), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + FileInputStream(file).use { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.DelimDocs] + * @set [CommonReadDelimDocs.DataTitleArg] Url + * @set [CommonReadDelimDocs.DataArg] url + * @include [DelimParams.URL_READ] + * @include [DELIM_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readDelim( + url: URL, + delimiter: Char = DELIM_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(url), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + catchHttpResponse(url) { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.DelimDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File or URL + * @set [CommonReadDelimDocs.DataArg] file or url + * @include [FILE_OR_URL_READ] + * @include [DELIM_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readDelim( + fileOrUrl: String, + delimiter: Char = DELIM_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(fileOrUrl), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + catchHttpResponse(asUrl(fileOrUrl = fileOrUrl)) { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * {@comment the only one with adjustCsvSpecs} + * @include [CommonReadDelimDocs.DelimDocs] + * @set [CommonReadDelimDocs.DataTitleArg] InputStream + * @set [CommonReadDelimDocs.DataArg] input stream + * @include [INPUT_STREAM_READ] + * @include [DELIM_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + * @include [ADJUST_CSV_SPECS] + */ +public fun DataFrame.Companion.readDelim( + inputStream: InputStream, + delimiter: Char = DELIM_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = COMPRESSION, + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, + adjustCsvSpecs: AdjustCsvSpecs = ADJUST_CSV_SPECS, +): DataFrame<*> = + readDelimImpl( + inputStream = inputStream, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = adjustCsvSpecs, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readDelimStr.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readDelimStr.kt new file mode 100644 index 0000000000..fda3f32448 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readDelimStr.kt @@ -0,0 +1,70 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.documentation.CommonReadDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.DELIM_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TEXT_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl + +/** + * @include [CommonReadDelimDocs.DelimDocs] + * @set [CommonReadDelimDocs.DataTitleArg] String + * @set [CommonReadDelimDocs.DataArg] [String] + * @include [TEXT_READ] + * @include [DELIM_DELIMITER] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readDelimStr( + text: String, + delimiter: Char = DELIM_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + readDelimImpl( + inputStream = text.byteInputStream(), + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = Compression.None, // of course + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readTsv.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readTsv.kt new file mode 100644 index 0000000000..00ef1d32c9 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readTsv.kt @@ -0,0 +1,293 @@ +@file:JvmName("ReadTsvDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.documentation.CommonReadDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMPRESSION +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_OR_URL_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INPUT_STREAM_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PATH_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl +import org.jetbrains.kotlinx.dataframe.io.Compression +import java.io.File +import java.io.FileInputStream +import java.io.InputStream +import java.net.URL +import java.nio.file.Path +import kotlin.io.path.inputStream + +/** + * @include [CommonReadDelimDocs.TsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File + * @set [CommonReadDelimDocs.DataArg] file + * @include [PATH_READ] + * @include [TSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readTsv( + path: Path, + delimiter: Char = TSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(path), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + path.inputStream().use { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.TsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File + * @set [CommonReadDelimDocs.DataArg] file + * @include [FILE_READ] + * @include [TSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readTsv( + file: File, + delimiter: Char = TSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(file), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + FileInputStream(file).use { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.TsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] Url + * @set [CommonReadDelimDocs.DataArg] url + * @include [DelimParams.URL_READ] + * @include [TSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readTsv( + url: URL, + delimiter: Char = TSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(url), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + catchHttpResponse(url) { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * @include [CommonReadDelimDocs.TsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] File or URL + * @set [CommonReadDelimDocs.DataArg] file or url + * @include [FILE_OR_URL_READ] + * @include [TSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readTsv( + fileOrUrl: String, + delimiter: Char = TSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = Compression.of(fileOrUrl), + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + catchHttpResponse(asUrl(fileOrUrl = fileOrUrl)) { + readDelimImpl( + inputStream = it, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) + } + +/** + * {@comment the only one with adjustCsvSpecs} + * @include [CommonReadDelimDocs.TsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] InputStream + * @set [CommonReadDelimDocs.DataArg] input stream + * @include [INPUT_STREAM_READ] + * @include [TSV_DELIMITER] + * @include [COMPRESSION] + * @include [CommonReadDelimDocs.CommonReadParams] + * @include [ADJUST_CSV_SPECS] + */ +public fun DataFrame.Companion.readTsv( + inputStream: InputStream, + delimiter: Char = TSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + compression: Compression<*> = COMPRESSION, + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, + adjustCsvSpecs: AdjustCsvSpecs = ADJUST_CSV_SPECS, +): DataFrame<*> = + readDelimImpl( + inputStream = inputStream, + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = compression, + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = adjustCsvSpecs, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readTsvStr.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readTsvStr.kt new file mode 100644 index 0000000000..9086f06efb --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/readTsvStr.kt @@ -0,0 +1,70 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.documentation.CommonReadDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_SPECS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ALLOW_MISSING_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COL_TYPES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FIXED_COLUMN_WIDTHS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HAS_FIXED_WIDTH_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EMPTY_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_EXCESS_COLUMNS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.IGNORE_SURROUNDING_SPACES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSER_OPTIONS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PARSE_PARALLEL +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.READ_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.SKIP_LINES +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TEXT_READ +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TRIM_INSIDE_QUOTED +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.impl.io.readDelimImpl + +/** + * @include [CommonReadDelimDocs.TsvDocs] + * @set [CommonReadDelimDocs.DataTitleArg] String + * @set [CommonReadDelimDocs.DataArg] [String] + * @include [TEXT_READ] + * @include [TSV_DELIMITER] + * @include [CommonReadDelimDocs.CommonReadParams] + */ +public fun DataFrame.Companion.readTsvStr( + text: String, + delimiter: Char = TSV_DELIMITER, + header: List = HEADER, + hasFixedWidthColumns: Boolean = HAS_FIXED_WIDTH_COLUMNS, + fixedColumnWidths: List = FIXED_COLUMN_WIDTHS, + colTypes: Map = COL_TYPES, + skipLines: Long = SKIP_LINES, + readLines: Long? = READ_LINES, + parserOptions: ParserOptions? = PARSER_OPTIONS, + ignoreEmptyLines: Boolean = IGNORE_EMPTY_LINES, + allowMissingColumns: Boolean = ALLOW_MISSING_COLUMNS, + ignoreExcessColumns: Boolean = IGNORE_EXCESS_COLUMNS, + quote: Char = QUOTE, + ignoreSurroundingSpaces: Boolean = IGNORE_SURROUNDING_SPACES, + trimInsideQuoted: Boolean = TRIM_INSIDE_QUOTED, + parseParallel: Boolean = PARSE_PARALLEL, +): DataFrame<*> = + readDelimImpl( + inputStream = text.byteInputStream(), + delimiter = delimiter, + header = header, + hasFixedWidthColumns = hasFixedWidthColumns, + fixedColumnWidths = fixedColumnWidths, + compression = Compression.None, // of course + colTypes = colTypes, + skipLines = skipLines, + readLines = readLines, + parserOptions = parserOptions, + ignoreEmptyLines = ignoreEmptyLines, + allowMissingColumns = allowMissingColumns, + ignoreExcessColumns = ignoreExcessColumns, + quote = quote, + ignoreSurroundingSpaces = ignoreSurroundingSpaces, + trimInsideQuoted = trimInsideQuoted, + parseParallel = parseParallel, + adjustCsvSpecs = ADJUST_CSV_SPECS, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toCsvStr.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toCsvStr.kt new file mode 100644 index 0000000000..9fdecf1109 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toCsvStr.kt @@ -0,0 +1,48 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMMENT_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.CSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ESCAPE_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER_COMMENTS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INCLUDE_HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE_MODE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.RECORD_SEPARATOR +import org.jetbrains.kotlinx.dataframe.impl.io.writeDelimImpl + +/** + * @include [CommonWriteDelimDocs.CsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Convert + * @set [CommonWriteDelimDocs.DataTitleArg] String + * @set [CommonWriteDelimDocs.DataArg] [String] + * @include [CSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.toCsvStr( + delimiter: Char = CSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): String = + buildString { + writeDelimImpl( + df = this@toCsvStr, + writer = this, + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + } diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toDelimStr.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toDelimStr.kt new file mode 100644 index 0000000000..d0bbca5671 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toDelimStr.kt @@ -0,0 +1,48 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMMENT_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.DELIM_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ESCAPE_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER_COMMENTS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INCLUDE_HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE_MODE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.RECORD_SEPARATOR +import org.jetbrains.kotlinx.dataframe.impl.io.writeDelimImpl + +/** + * @include [CommonWriteDelimDocs.DelimDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Convert + * @set [CommonWriteDelimDocs.DataTitleArg] String + * @set [CommonWriteDelimDocs.DataArg] [String] + * @include [DELIM_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.toDelimStr( + delimiter: Char = DELIM_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): String = + buildString { + writeDelimImpl( + df = this@toDelimStr, + writer = this, + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + } diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toTsvStr.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toTsvStr.kt new file mode 100644 index 0000000000..e257c69593 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/toTsvStr.kt @@ -0,0 +1,48 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMMENT_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ESCAPE_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER_COMMENTS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INCLUDE_HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE_MODE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.RECORD_SEPARATOR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.impl.io.writeDelimImpl + +/** + * @include [CommonWriteDelimDocs.TsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Convert + * @set [CommonWriteDelimDocs.DataTitleArg] String + * @set [CommonWriteDelimDocs.DataArg] [String] + * @include [TSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.toTsvStr( + includeHeader: Boolean = INCLUDE_HEADER, + delimiter: Char = TSV_DELIMITER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): String = + buildString { + writeDelimImpl( + df = this@toTsvStr, + writer = this, + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + } diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt new file mode 100644 index 0000000000..8213b0d43f --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/tsv.kt @@ -0,0 +1,36 @@ +@file:JvmName("TsvDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.codeGen.AbstractDefaultReadMethod +import org.jetbrains.kotlinx.dataframe.codeGen.DefaultReadDfMethod +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams +import java.io.File +import java.io.InputStream +import kotlin.reflect.typeOf + +public class Tsv(private val delimiter: Char = DelimParams.TSV_DELIMITER) : SupportedDataFrameFormat { + override fun readDataFrame(stream: InputStream, header: List): DataFrame<*> = + DataFrame.readTsv(inputStream = stream, header = header) + + override fun readDataFrame(file: File, header: List): DataFrame<*> = + DataFrame.readTsv(file = file, header = header) + + override fun acceptsExtension(ext: String): Boolean = ext == "tsv" + + override fun acceptsSample(sample: SupportedFormatSample): Boolean = true // Extension is enough + + // if the user adds the dataframe-csv module, this will override old TSV reading method in DataFrame.read() + override val testOrder: Int = TSV().testOrder - 1 + + override fun createDefaultReadMethod(pathRepresentation: String?): DefaultReadDfMethod { + val arguments = MethodArguments().add("delimiter", typeOf(), "'%L'", delimiter) + return DefaultReadTsvMethod(pathRepresentation, arguments) + } +} + +private const val READ_TSV = "readTsv" + +internal class DefaultReadTsvMethod(path: String?, arguments: MethodArguments) : + AbstractDefaultReadMethod(path, arguments, READ_TSV) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/util.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/util.kt new file mode 100644 index 0000000000..2f491e0c1a --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/util.kt @@ -0,0 +1,29 @@ +package org.jetbrains.kotlinx.dataframe.io + +import io.deephaven.csv.CsvSpecs +import org.apache.commons.csv.CSVFormat +import org.jetbrains.kotlinx.dataframe.documentation.ExcludeFromSources + +/** [\["", "NA", "N/A", "null", "NULL", "None", "none", "NIL", "nil"\]][DEFAULT_DELIM_NULL_STRINGS] */ +@ExcludeFromSources +internal interface DefaultNullStringsContentLink + +/** + * Default strings that are considered null when reading CSV / TSV / delim files: + * + * @include [DefaultNullStringsContentLink] + */ +public val DEFAULT_DELIM_NULL_STRINGS: Set = + setOf("", "NA", "N/A", "null", "NULL", "None", "none", "NIL", "nil") + +/** + * Typealias for `CsvSpecs.Builder.(CsvSpecs.Builder) -> CsvSpecs.Builder`. + * A lambda where you can overwrite or adjust any of the CSV specs. + */ +public typealias AdjustCsvSpecs = CsvSpecs.Builder.(CsvSpecs.Builder) -> CsvSpecs.Builder + +/** + * Typealias for `CSVFormat.Builder.(CSVFormat.Builder) -> CSVFormat.Builder`. + * A lambda where you can overwrite or adjust any of the CSV format options. + */ +public typealias AdjustCSVFormat = CSVFormat.Builder.(CSVFormat.Builder) -> CSVFormat.Builder diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeCsv.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeCsv.kt new file mode 100644 index 0000000000..aca7b54665 --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeCsv.kt @@ -0,0 +1,162 @@ +@file:JvmName("WriteCsvDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMMENT_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.CSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ESCAPE_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_WRITE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER_COMMENTS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INCLUDE_HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PATH_WRITE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE_MODE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.RECORD_SEPARATOR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.WRITER_WRITE +import org.jetbrains.kotlinx.dataframe.impl.io.writeDelimImpl +import java.io.File +import java.io.FileWriter +import java.nio.file.Path +import kotlin.io.path.writer + +/** + * @include [CommonWriteDelimDocs.CsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [PATH_WRITE] + * @include [CSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeCsv( + path: Path, + delimiter: Char = CSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = path.writer(), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * @include [CommonWriteDelimDocs.CsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [FILE_WRITE] + * @include [CSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeCsv( + file: File, + delimiter: Char = CSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = FileWriter(file), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * @include [CommonWriteDelimDocs.CsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [PATH_WRITE] + * @include [CSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeCsv( + path: String, + delimiter: Char = CSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = FileWriter(path), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * {@comment only one with adjustCsvFormat} + * @include [CommonWriteDelimDocs.CsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] Appendable + * @set [CommonWriteDelimDocs.DataArg] [Appendable] + * @include [WRITER_WRITE] + * @include [CSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + * @include [ADJUST_CSV_FORMAT] + */ +public fun AnyFrame.writeCsv( + writer: Appendable, + delimiter: Char = CSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, + adjustCsvFormat: AdjustCSVFormat = ADJUST_CSV_FORMAT, +): Unit = + writeDelimImpl( + df = this, + writer = writer, + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = adjustCsvFormat, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeDelim.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeDelim.kt new file mode 100644 index 0000000000..9ffdbcc2fb --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeDelim.kt @@ -0,0 +1,162 @@ +@file:JvmName("WriteDelimDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMMENT_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.DELIM_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ESCAPE_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_WRITE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER_COMMENTS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INCLUDE_HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PATH_WRITE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE_MODE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.RECORD_SEPARATOR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.WRITER_WRITE +import org.jetbrains.kotlinx.dataframe.impl.io.writeDelimImpl +import java.io.File +import java.io.FileWriter +import java.nio.file.Path +import kotlin.io.path.writer + +/** + * @include [CommonWriteDelimDocs.DelimDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [PATH_WRITE] + * @include [DELIM_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeDelim( + path: Path, + delimiter: Char = DELIM_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = path.writer(), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * @include [CommonWriteDelimDocs.DelimDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [FILE_WRITE] + * @include [DELIM_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeDelim( + file: File, + delimiter: Char = DELIM_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = FileWriter(file), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * @include [CommonWriteDelimDocs.DelimDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [PATH_WRITE] + * @include [DELIM_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeDelim( + path: String, + delimiter: Char = DELIM_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = FileWriter(path), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * {@comment only one with adjustCsvFormat} + * @include [CommonWriteDelimDocs.DelimDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] Appendable + * @set [CommonWriteDelimDocs.DataArg] [Appendable] + * @include [WRITER_WRITE] + * @include [DELIM_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + * @include [ADJUST_CSV_FORMAT] + */ +public fun AnyFrame.writeDelim( + writer: Appendable, + delimiter: Char = DELIM_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, + adjustCsvFormat: AdjustCSVFormat = ADJUST_CSV_FORMAT, +): Unit = + writeDelimImpl( + df = this, + writer = writer, + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = adjustCsvFormat, + ) diff --git a/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeTsv.kt b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeTsv.kt new file mode 100644 index 0000000000..f2936125ec --- /dev/null +++ b/dataframe-csv/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/writeTsv.kt @@ -0,0 +1,162 @@ +@file:JvmName("WriteTsvDeephavenKt") + +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.AnyFrame +import org.jetbrains.kotlinx.dataframe.documentation.CommonWriteDelimDocs +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ADJUST_CSV_FORMAT +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.COMMENT_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.ESCAPE_CHAR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.FILE_WRITE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.HEADER_COMMENTS +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.INCLUDE_HEADER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.PATH_WRITE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.QUOTE_MODE +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.RECORD_SEPARATOR +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.TSV_DELIMITER +import org.jetbrains.kotlinx.dataframe.documentation.DelimParams.WRITER_WRITE +import org.jetbrains.kotlinx.dataframe.impl.io.writeDelimImpl +import java.io.File +import java.io.FileWriter +import java.nio.file.Path +import kotlin.io.path.writer + +/** + * @include [CommonWriteDelimDocs.TsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [PATH_WRITE] + * @include [TSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeTsv( + path: Path, + delimiter: Char = TSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = path.writer(), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * @include [CommonWriteDelimDocs.TsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [FILE_WRITE] + * @include [TSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeTsv( + file: File, + delimiter: Char = TSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = FileWriter(file), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * @include [CommonWriteDelimDocs.TsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] File + * @set [CommonWriteDelimDocs.DataArg] file + * @include [PATH_WRITE] + * @include [TSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + */ +public fun AnyFrame.writeTsv( + path: String, + delimiter: Char = TSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, +): Unit = + writeDelimImpl( + df = this, + writer = FileWriter(path), + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = ADJUST_CSV_FORMAT, + ) + +/** + * {@comment only one with adjustCsvFormat} + * @include [CommonWriteDelimDocs.TsvDocs] + * @set [CommonWriteDelimDocs.WriteOrConvertArg] Write + * @set [CommonWriteDelimDocs.DataTitleArg] Appendable + * @set [CommonWriteDelimDocs.DataArg] [Appendable] + * @include [WRITER_WRITE] + * @include [TSV_DELIMITER] + * @include [CommonWriteDelimDocs.CommonWriteParams] + * @include [ADJUST_CSV_FORMAT] + */ +public fun AnyFrame.writeTsv( + writer: Appendable, + delimiter: Char = TSV_DELIMITER, + includeHeader: Boolean = INCLUDE_HEADER, + quote: Char? = QUOTE, + quoteMode: QuoteMode = QUOTE_MODE, + escapeChar: Char? = ESCAPE_CHAR, + commentChar: Char? = COMMENT_CHAR, + headerComments: List = HEADER_COMMENTS, + recordSeparator: String = RECORD_SEPARATOR, + adjustCsvFormat: AdjustCSVFormat = ADJUST_CSV_FORMAT, +): Unit = + writeDelimImpl( + df = this, + writer = writer, + delimiter = delimiter, + includeHeader = includeHeader, + quote = quote, + quoteMode = quoteMode, + escapeChar = escapeChar, + commentChar = commentChar, + headerComments = headerComments, + recordSeparator = recordSeparator, + adjustCsvFormat = adjustCsvFormat, + ) diff --git a/dataframe-csv/src/main/resources/META-INF/services/org.jetbrains.kotlinx.dataframe.io.SupportedFormat b/dataframe-csv/src/main/resources/META-INF/services/org.jetbrains.kotlinx.dataframe.io.SupportedFormat new file mode 100644 index 0000000000..ebcae7710f --- /dev/null +++ b/dataframe-csv/src/main/resources/META-INF/services/org.jetbrains.kotlinx.dataframe.io.SupportedFormat @@ -0,0 +1,2 @@ +org.jetbrains.kotlinx.dataframe.io.Csv +org.jetbrains.kotlinx.dataframe.io.Tsv diff --git a/dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/BenchmarkTest.kt b/dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/BenchmarkTest.kt new file mode 100644 index 0000000000..38816302ee --- /dev/null +++ b/dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/BenchmarkTest.kt @@ -0,0 +1,54 @@ +package org.jetbrains.kotlinx.dataframe.io + +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.openjdk.jmh.annotations.Benchmark +import org.openjdk.jmh.annotations.BenchmarkMode +import org.openjdk.jmh.annotations.Measurement +import org.openjdk.jmh.annotations.Mode +import org.openjdk.jmh.annotations.Param +import org.openjdk.jmh.annotations.Scope +import org.openjdk.jmh.annotations.Setup +import org.openjdk.jmh.annotations.State +import org.openjdk.jmh.annotations.TearDown +import org.openjdk.jmh.annotations.Warmup +import java.io.File +import java.util.concurrent.TimeUnit + +@BenchmarkMode(Mode.SingleShotTime) +@Warmup(iterations = 10, time = 5, timeUnit = TimeUnit.SECONDS) +@Measurement(iterations = 10, timeUnit = TimeUnit.SECONDS) +@State(Scope.Benchmark) +open class BenchmarkTest { + + @Param("small", "medium", "large") + var type = "" + var file: File? = null + + @Setup + fun setup() { + System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "info") + file = File( + "src/test/resources/" + when (type) { + "small" -> "testCSV.csv" + "medium" -> "gross-domestic-product-june-2024-quarter.csv" + "large" -> "largeCsv.csv.gz" + else -> throw IllegalArgumentException("Invalid type") + }, + ) + } + + @TearDown + fun tearDown() { + file = null + } + + @Benchmark + fun apache() { + DataFrame.readCSV(file!!) + } + + @Benchmark + fun deephaven() { + DataFrame.readCsv(file!!) + } +} diff --git a/dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/DelimCsvTsvTests.kt b/dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/DelimCsvTsvTests.kt new file mode 100644 index 0000000000..f845f521b0 --- /dev/null +++ b/dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/DelimCsvTsvTests.kt @@ -0,0 +1,769 @@ +package org.jetbrains.kotlinx.dataframe.io + +import io.kotest.assertions.throwables.shouldNotThrowAny +import io.kotest.assertions.throwables.shouldThrow +import io.kotest.matchers.collections.shouldContainInOrder +import io.kotest.matchers.nulls.shouldNotBeNull +import io.kotest.matchers.shouldBe +import kotlinx.datetime.LocalDate +import kotlinx.datetime.LocalDateTime +import org.intellij.lang.annotations.Language +import org.jetbrains.kotlinx.dataframe.DataFrame +import org.jetbrains.kotlinx.dataframe.api.ParserOptions +import org.jetbrains.kotlinx.dataframe.api.allNulls +import org.jetbrains.kotlinx.dataframe.api.convert +import org.jetbrains.kotlinx.dataframe.api.dataFrameOf +import org.jetbrains.kotlinx.dataframe.api.group +import org.jetbrains.kotlinx.dataframe.api.groupBy +import org.jetbrains.kotlinx.dataframe.api.into +import org.jetbrains.kotlinx.dataframe.api.isEmpty +import org.jetbrains.kotlinx.dataframe.api.parser +import org.jetbrains.kotlinx.dataframe.api.print +import org.jetbrains.kotlinx.dataframe.api.schema +import org.jetbrains.kotlinx.dataframe.api.toStr +import org.jetbrains.kotlinx.dataframe.impl.io.FastDoubleParser +import org.jetbrains.kotlinx.dataframe.schema.DataFrameSchema +import org.junit.After +import org.junit.Before +import org.junit.Test +import java.io.File +import java.io.StringWriter +import java.math.BigDecimal +import java.net.URL +import java.util.Locale +import java.util.zip.GZIPInputStream +import kotlin.reflect.KClass +import kotlin.reflect.typeOf + +@Suppress("ktlint:standard:argument-list-wrapping") +class DelimCsvTsvTests { + + private val logLevel = "org.slf4j.simpleLogger.log.${FastDoubleParser::class.qualifiedName}" + private var loggerBefore: String? = null + + @Before + fun setLogger() { + loggerBefore = System.getProperty(logLevel) + System.setProperty(logLevel, "debug") + } + + @After + fun restoreLogger() { + if (loggerBefore != null) { + System.setProperty(logLevel, loggerBefore) + } + } + + @Test + fun readNulls() { + @Language("CSV") + val src = + """ + first,second + 2,, + 3,, + """.trimIndent() + val df = DataFrame.readCsvStr(src) + df.rowsCount() shouldBe 2 + df.columnsCount() shouldBe 2 + df["first"].type() shouldBe typeOf() + df["second"].allNulls() shouldBe true + df["second"].type() shouldBe typeOf() + } + + @Test + fun write() { + val df = dataFrameOf("col1", "col2")( + 1, null, + 2, null, + ).convert("col2").toStr() + + val str = StringWriter() + df.writeCsv(str) + + val res = DataFrame.readCsvStr(str.buffer.toString()) + + res shouldBe df + } + + @Test + fun readCsv() { + val df = DataFrame.read(simpleCsv) + + df.columnsCount() shouldBe 11 + df.rowsCount() shouldBe 5 + df.columnNames()[5] shouldBe "duplicate1" + df.columnNames()[6] shouldBe "duplicate11" + df["duplicate1"].type() shouldBe typeOf() + df["double"].type() shouldBe typeOf() + df["number"].type() shouldBe typeOf() + df["time"].type() shouldBe typeOf() + + df.print(columnTypes = true, borders = true, title = true) + } + + @Test + fun `read ZIP Csv`() { + DataFrame.readCsv(simpleCsvZip) shouldBe DataFrame.readCsv(simpleCsv) + + shouldThrow { + DataFrame.readCsv(notCsv) + } + } + + @Test + fun `read GZ Csv`() { + DataFrame.readCsv(simpleCsvGz) shouldBe DataFrame.readCsv(simpleCsv) + } + + @Test + fun `read custom compression Csv`() { + DataFrame.readCsv( + simpleCsvGz, + compression = Compression.Custom { GZIPInputStream(it) }, + ) shouldBe DataFrame.readCsv(simpleCsv) + } + + @Test + fun `read 2 compressed Csv`() { + shouldThrow { DataFrame.readCsv(twoCsvsZip) } + } + + @Test + fun readCsvWithFrenchLocaleAndAlternativeDelimiter() { + val df = DataFrame.readCsv( + url = csvWithFrenchLocale, + delimiter = ';', + parserOptions = ParserOptions(locale = Locale.FRENCH), + ) + + df.columnsCount() shouldBe 11 + df.rowsCount() shouldBe 5 + df.columnNames()[5] shouldBe "duplicate1" + df.columnNames()[6] shouldBe "duplicate11" + df["duplicate1"].type() shouldBe typeOf() + df["double"].type() shouldBe typeOf() + df["number"].type() shouldBe typeOf() + df["time"].type() shouldBe typeOf() + + println(df) + } + + private fun assertColumnType(columnName: String, kClass: KClass<*>, schema: DataFrameSchema) { + val col = schema.columns[columnName] + col.shouldNotBeNull() + col.type.classifier shouldBe kClass + } + + @Test + fun readCsvWithFloats() { + val df = DataFrame.readCsv(wineCsv, delimiter = ';') + val schema = df.schema() + + assertColumnType("citric acid", Double::class, schema) + assertColumnType("alcohol", Double::class, schema) + assertColumnType("quality", Int::class, schema) + } + + @Test + fun `read standard CSV with floats when user has alternative locale`() { + val currentLocale = Locale.getDefault() + try { + Locale.setDefault(Locale.forLanguageTag("ru-RU")) + val df = DataFrame.readCsv(wineCsv, delimiter = ';') + val schema = df.schema() + + assertColumnType("citric acid", Double::class, schema) + assertColumnType("alcohol", Double::class, schema) + assertColumnType("quality", Int::class, schema) + } finally { + Locale.setDefault(currentLocale) + } + } + + @Test + fun `read with custom header`() { + val header = ('A'..'K').map { it.toString() } + val df = DataFrame.readCsv(simpleCsv, header = header, skipLines = 1) + df.columnNames() shouldBe header + df["B"].type() shouldBe typeOf() + + val headerShort = ('A'..'E').map { it.toString() } + val dfShort = DataFrame.readCsv(simpleCsv, header = headerShort, skipLines = 1) + dfShort.columnsCount() shouldBe 5 + dfShort.columnNames() shouldBe headerShort + } + + @Test + fun `read first rows`() { + val expected = + listOf( + "untitled", + "user_id", + "name", + "duplicate", + "username", + "duplicate1", + "duplicate11", + "double", + "number", + "time", + "empty", + ) + val dfHeader = DataFrame.readCsv(simpleCsv, readLines = 0) + dfHeader.rowsCount() shouldBe 0 + dfHeader.columnNames() shouldBe expected + + val dfThree = DataFrame.readCsv(simpleCsv, readLines = 3) + dfThree.rowsCount() shouldBe 3 + + val dfFull = DataFrame.readCsv(simpleCsv, readLines = 10) + dfFull.rowsCount() shouldBe 5 + } + + @Test + fun `if string starts with a number, it should be parsed as a string anyway`() { + @Language("CSV") + val df = DataFrame.readCsvStr( + """ + duration,floatDuration + 12 min,1.0 + 15,12.98 sec + 1 Season,0.9 parsec + """.trimIndent(), + ) + df["duration"].type() shouldBe typeOf() + df["floatDuration"].type() shouldBe typeOf() + } + + @Test + fun `if record has fewer columns than header then pad it with nulls`() { + @Language("CSV") + val csvContent = + """ + col1,col2,col3 + 568,801,587 + 780,588 + """.trimIndent() + + val df = shouldNotThrowAny { + DataFrame.readCsvStr(csvContent) + } + + df shouldBe dataFrameOf("col1", "col2", "col3")( + 568, 801, 587, + 780, 588, null, + ) + } + + @Test + fun `write and read frame column`() { + val df = dataFrameOf("a", "b", "c")( + 1, 2, 3, + 1, 3, 2, + 2, 1, 3, + ) + val grouped = df.groupBy("a").into("g") + val str = grouped.toCsvStr(escapeChar = null) + val res = DataFrame.readCsvStr(str, quote = '"') + res shouldBe grouped + } + + @Test + fun `write and read column group`() { + val df = dataFrameOf("a", "b", "c")( + 1, 2, 3, + 1, 3, 2, + ) + val grouped = df.group("b", "c").into("d") + val str = grouped.toCsvStr() + val res = DataFrame.readCsvStr(str) + res shouldBe grouped + } + + @Test + fun `CSV String of saved dataframe starts with column name`() { + val df = dataFrameOf("a")(1) + df.toCsvStr().first() shouldBe 'a' + } + + @Test + fun `guess tsv`() { + val df = DataFrame.read(testResource("abc.tsv")) + df.columnsCount() shouldBe 3 + df.rowsCount() shouldBe 2 + } + + @Test + fun `write csv without header produce correct file`() { + val df = dataFrameOf("a", "b", "c")( + 1, 2, 3, + 1, 3, 2, + ) + df.writeCsv( + path = "src/test/resources/without_header.csv", + includeHeader = false, + recordSeparator = "\r\n", + ) + val producedFile = File("src/test/resources/without_header.csv") + producedFile.exists() shouldBe true + producedFile.readText() shouldBe "1,2,3\r\n1,3,2\r\n" + producedFile.delete() + } + + @Test + fun `check integrity of example data`() { + shouldThrow { + // cannot read file with blank line at the start + DataFrame.readCsv("../data/jetbrains_repositories.csv") + } + shouldThrow { + // ignoreEmptyLines only ignores intermediate empty lines + DataFrame.readCsv("../data/jetbrains_repositories.csv", ignoreEmptyLines = true) + } + + val df = DataFrame.readCsv( + "../data/jetbrains_repositories.csv", + skipLines = 1, // we need to skip the empty lines manually + ) + df.columnNames() shouldBe listOf("full_name", "html_url", "stargazers_count", "topics", "watchers") + df.columnTypes() shouldBe listOf( + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + ) + df shouldBe DataFrame.readCsv( + "../data/jetbrains repositories.csv", + skipLines = 1, + ) + } + + @Test + fun `readCsvStr delimiter`() { + @Language("TSV") + val tsv = + """ + a b c + 1 2 3 + """.trimIndent() + val df = DataFrame.readCsvStr(tsv, '\t') + df shouldBe dataFrameOf("a", "b", "c")(1, 2, 3) + } + + @Test + fun `file with BOM`() { + val df = DataFrame.readCsv(withBomCsv, delimiter = ';') + df.columnNames() shouldBe listOf("Column1", "Column2") + } + + @Test + fun `read empty CSV`() { + val emptyDelimStr = DataFrame.readCsvStr("") + emptyDelimStr shouldBe DataFrame.empty() + + val emptyWidthStr = DataFrame.readCsvStr("", hasFixedWidthColumns = true) + emptyWidthStr shouldBe DataFrame.empty() + + val emptyCsvFile = DataFrame.readCsv(File.createTempFile("empty", "csv")) + emptyCsvFile shouldBe DataFrame.empty() + + val emptyCsvFileManualHeader = DataFrame.readCsv( + file = File.createTempFile("empty", "csv"), + header = listOf("a", "b", "c"), + ) + emptyCsvFileManualHeader.apply { + isEmpty() shouldBe true + columnNames() shouldBe listOf("a", "b", "c") + columnTypes() shouldBe listOf(typeOf(), typeOf(), typeOf()) + } + + val emptyCsvFileWithHeader = DataFrame.readCsv( + file = File.createTempFile("empty", "csv").also { it.writeText("a,b,c") }, + ) + emptyCsvFileWithHeader.apply { + isEmpty() shouldBe true + columnNames() shouldBe listOf("a", "b", "c") + columnTypes() shouldBe listOf(typeOf(), typeOf(), typeOf()) + } + + val emptyTsvStr = DataFrame.readTsv(File.createTempFile("empty", "tsv")) + emptyTsvStr shouldBe DataFrame.empty() + } + + @Test + fun `read Csv with comments`() { + @Language("CSV") + val csv = + """ + # This is a comment + a,b,c + 1,2,3 + """.trimIndent() + val df = DataFrame.readCsvStr(csv, skipLines = 1L) + df shouldBe dataFrameOf("a", "b", "c")(1, 2, 3) + } + + @Test + fun `csv with empty lines`() { + @Language("CSV") + val csv = + """ + a,b,c + 1,2,3 + + 4,5,6 + """.trimIndent() + val df1 = DataFrame.readCsvStr(csv) + df1 shouldBe dataFrameOf("a", "b", "c")( + 1, 2, 3, + null, null, null, + 4, 5, 6, + ) + + val df2 = DataFrame.readCsvStr(csv, ignoreEmptyLines = true) + df2 shouldBe dataFrameOf("a", "b", "c")( + 1, 2, 3, + 4, 5, 6, + ) + + shouldThrow { DataFrame.readCsvStr(csv, allowMissingColumns = false) } + } + + @Test + fun `don't read folder`() { + shouldThrow { DataFrame.readCsv("") } + shouldThrow { DataFrame.readCsv("NON EXISTENT FILE") } + } + + @Test + fun `cannot auto-parse specific date string`() { + @Language("csv") + val frenchCsv = + """ + name; price; date; + a;12,45; 05/06/2021; + b;-13,35;14/07/2025; + c;100 123,35;; + d;-204 235,23;; + e;NaN;; + f;null;; + """.trimIndent() + + val dfDeephaven = DataFrame.readCsvStr( + text = frenchCsv, + delimiter = ';', + ) + + // could not parse, remains String + dfDeephaven["date"].type() shouldBe typeOf() + + val dfDataFrame = DataFrame.readCsvStr( + text = frenchCsv, + delimiter = ';', + // setting any locale skips deephaven's date parsing + parserOptions = ParserOptions(locale = Locale.ROOT), + ) + + // could not parse, remains String + dfDataFrame["date"].type() shouldBe typeOf() + } + + @Test + fun `parse with other locales`() { + @Language("csv") + val frenchCsv = + """ + name; price; date; + a;12,45; 05/06/2021; + b;-13,35;14/07/2025; + c;100 123,35;; + d;-204 235,23;; + e;NaN;; + f;null;; + """.trimIndent() + + val frenchDf = DataFrame.readCsvStr( + text = frenchCsv, + delimiter = ';', + parserOptions = ParserOptions( + dateTimePattern = "dd/MM/yyyy", + locale = Locale.FRENCH, + ), + ) + + frenchDf["price"].type() shouldBe typeOf() + frenchDf["date"].type() shouldBe typeOf() + + @Language("csv") + val dutchCsv = + """ + name; price; + a;12,45; + b;-13,35; + c;100.123,35; + d;-204.235,23; + e;NaN; + f;null; + """.trimIndent() + + val dutchDf = DataFrame.readCsvStr( + text = dutchCsv, + delimiter = ';', + parserOptions = ParserOptions( + locale = Locale.forLanguageTag("nl-NL"), + ), + ) + + dutchDf["price"].type() shouldBe typeOf() + + // while negative numbers in RTL languages cannot be parsed, thanks to Java, others work + @Language("csv") + val arabicCsv = + """ + الاسم; السعر; + أ;١٢٫٤٥; + ب;١٣٫٣٥; + ج;١٠٠٫١٢٣; + د;٢٠٤٫٢٣٥; + هـ;ليس رقم; + و;null; + """.trimIndent() + + val easternArabicDf = DataFrame.readCsvStr( + arabicCsv, + delimiter = ';', + parserOptions = ParserOptions( + locale = Locale.forLanguageTag("ar-001"), + ), + ) + + easternArabicDf["السعر"].type() shouldBe typeOf() + easternArabicDf["الاسم"].type() shouldBe typeOf() // apparently not a char + } + + @Test + fun `handle slightly mixed locales`() { + @Language("csv") + val estonianWrongMinus = + """ + name; price; + a;12,45; + b;-13,35; + c;100 123,35; + d;-204 235,23; + e;NaN; + f;null; + """.trimIndent() + + val estonianDf1 = DataFrame.readCsvStr( + text = estonianWrongMinus, + delimiter = ';', + parserOptions = ParserOptions( + locale = Locale.forLanguageTag("et-EE"), + ), + ) + + estonianDf1["price"].type() shouldBe typeOf() + + // also test the global setting + DataFrame.parser.locale = Locale.forLanguageTag("et-EE") + + val estonianDf2 = DataFrame.readCsvStr( + text = estonianWrongMinus, + delimiter = ';', + ) + estonianDf2 shouldBe estonianDf1 + + DataFrame.parser.resetToDefault() + } + + @Test + fun `NA and custom null string in double column`() { + val df1 = DataFrame.readCsv( + msleepCsv, + parserOptions = ParserOptions( + nullStrings = DEFAULT_DELIM_NULL_STRINGS + "nothing", + ), + ) + + df1["name"].type() shouldBe typeOf() + df1["genus"].type() shouldBe typeOf() + df1["vore"].type() shouldBe typeOf() + df1["order"].type() shouldBe typeOf() + df1["conservation"].type() shouldBe typeOf() + df1["sleep_total"].type() shouldBe typeOf() + df1["sleep_rem"].type() shouldBe typeOf() + df1["sleep_cycle"].type() shouldBe typeOf() + df1["awake"].type() shouldBe typeOf() + df1["brainwt"].type() shouldBe typeOf() + df1["bodywt"].type() shouldBe typeOf() + + // Also test the global setting + DataFrame.parser.addNullString("nothing") + DEFAULT_DELIM_NULL_STRINGS.forEach { + DataFrame.parser.addNullString(it) + } + + val df2 = DataFrame.readCsv(msleepCsv) + df2 shouldBe df1 + + DataFrame.parser.resetToDefault() + } + + @Test + fun `multiple spaces as delimiter`() { + @Language("csv") + val csv = + """ + NAME STATUS AGE NUMBER LABELS + argo-events Active 2y77d 1234 app.kubernetes.io/instance=argo-events,kubernetes.io/metadata.name=argo-events + argo-workflows Active 2y77d 1234 app.kubernetes.io/instance=argo-workflows,kubernetes.io/metadata.name=argo-workflows + argocd Active 5y18d 1234 kubernetes.io/metadata.name=argocd + beta Active 4y235d 1234 kubernetes.io/metadata.name=beta + """.trimIndent() + + val df1 = DataFrame.readCsvStr( + text = csv, + hasFixedWidthColumns = true, + ) + + df1["NAME"].type() shouldBe typeOf() + df1["STATUS"].type() shouldBe typeOf() + df1["AGE"].type() shouldBe typeOf() + df1["NUMBER"].type() shouldBe typeOf() + df1["LABELS"].type() shouldBe typeOf() + + val df2 = DataFrame.readCsvStr( + text = csv, + hasFixedWidthColumns = true, + fixedColumnWidths = listOf(25, 9, 9, 9, 100), + skipLines = 1, + header = listOf("name", "status", "age", "number", "labels"), + ) + + df2["name"].type() shouldBe typeOf() + df2["status"].type() shouldBe typeOf() + df2["age"].type() shouldBe typeOf() + df2["number"].type() shouldBe typeOf() + df2["labels"].type() shouldBe typeOf() + } + + @Test + fun `handle default coltype with other parameters`() { + val df = DataFrame.readCsv( + simpleCsv, + header = listOf("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k"), + skipLines = 2, + colTypes = mapOf( + "a" to ColType.Int, + "b" to ColType.Double, + ColType.DEFAULT to ColType.String, + ), + ) + + df.columnTypes().shouldContainInOrder( + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + typeOf(), + ) + df.rowsCount() shouldBe 4 + } + + @Test + fun `skipping types`() { + val df1 = DataFrame.readCsv( + irisDataset, + colTypes = mapOf("sepal.length" to ColType.Double), + parserOptions = ParserOptions( + skipTypes = setOf(typeOf()), + ), + ) + + df1["sepal.length"].type() shouldBe typeOf() + df1["sepal.width"].type() shouldBe typeOf() + df1["petal.length"].type() shouldBe typeOf() + df1["petal.width"].type() shouldBe typeOf() + df1["variety"].type() shouldBe typeOf() + + // Also test the global setting + DataFrame.parser.addSkipType(typeOf()) + + val df2 = DataFrame.readCsv( + irisDataset, + colTypes = mapOf("sepal.length" to ColType.Double), + ) + df2 shouldBe df1 + + DataFrame.parser.resetToDefault() + } + + // Issue #921 + @Test + fun `read csv with custom null strings and given type`() { + @Language("CSV") + val csv = + """ + a,b + noppes,2 + 1.2, + 3,45 + ,noppes + 1.3,1 + """.trimIndent() + + val df1 = DataFrame.readCsvStr( + csv, + parserOptions = ParserOptions( + nullStrings = setOf("noppes", ""), + ), + colTypes = mapOf("a" to ColType.Double, "b" to ColType.Int), + ) + df1 shouldBe dataFrameOf("a", "b")( + null, 2, + 1.2, null, + 3.0, 45, + null, null, + 1.3, 1, + ) + + // Also test the global setting + DataFrame.parser.addNullString("noppes") + DataFrame.parser.addNullString("") + + val df2 = DataFrame.readCsvStr( + csv, + colTypes = mapOf("a" to ColType.Double, "b" to ColType.Int), + ) + + df2 shouldBe df1 + + DataFrame.parser.resetToDefault() + } + + companion object { + private val irisDataset = testCsv("irisDataset") + private val simpleCsv = testCsv("testCSV") + private val simpleCsvZip = testResource("testCSV.zip") + private val twoCsvsZip = testResource("two csvs.zip") + private val simpleCsvGz = testResource("testCSV.csv.gz") + private val csvWithFrenchLocale = testCsv("testCSVwithFrenchLocale") + private val wineCsv = testCsv("wine") + private val withBomCsv = testCsv("with-bom") + private val msleepCsv = testCsv("msleep") + private val notCsv = testResource("not-csv.zip") + } +} + +fun testResource(resourcePath: String): URL = DelimCsvTsvTests::class.java.classLoader.getResource(resourcePath)!! + +fun testCsv(csvName: String) = testResource("$csvName.csv") diff --git a/dataframe-csv/src/test/resources/abc.tsv b/dataframe-csv/src/test/resources/abc.tsv new file mode 100644 index 0000000000..16f48b0f9d --- /dev/null +++ b/dataframe-csv/src/test/resources/abc.tsv @@ -0,0 +1,3 @@ +A B C +1 2 3 +4 5 6 \ No newline at end of file diff --git a/dataframe-csv/src/test/resources/ds_salaries.csv b/dataframe-csv/src/test/resources/ds_salaries.csv new file mode 100644 index 0000000000..4f56347e3e --- /dev/null +++ b/dataframe-csv/src/test/resources/ds_salaries.csv @@ -0,0 +1,608 @@ +,work_year,experience_level,employment_type,job_title,salary,salary_currency,salary_in_usd,employee_residence,remote_ratio,company_location,company_size +0,2020,MI,FT,Data Scientist,70000,EUR,79833,DE,0,DE,L +1,2020,SE,FT,Machine Learning Scientist,260000,USD,260000,JP,0,JP,S +2,2020,SE,FT,Big Data Engineer,85000,GBP,109024,GB,50,GB,M +3,2020,MI,FT,Product Data Analyst,20000,USD,20000,HN,0,HN,S +4,2020,SE,FT,Machine Learning Engineer,150000,USD,150000,US,50,US,L +5,2020,EN,FT,Data Analyst,72000,USD,72000,US,100,US,L +6,2020,SE,FT,Lead Data Scientist,190000,USD,190000,US,100,US,S +7,2020,MI,FT,Data Scientist,11000000,HUF,35735,HU,50,HU,L +8,2020,MI,FT,Business Data Analyst,135000,USD,135000,US,100,US,L +9,2020,SE,FT,Lead Data Engineer,125000,USD,125000,NZ,50,NZ,S +10,2020,EN,FT,Data Scientist,45000,EUR,51321,FR,0,FR,S +11,2020,MI,FT,Data Scientist,3000000,INR,40481,IN,0,IN,L +12,2020,EN,FT,Data Scientist,35000,EUR,39916,FR,0,FR,M +13,2020,MI,FT,Lead Data Analyst,87000,USD,87000,US,100,US,L +14,2020,MI,FT,Data Analyst,85000,USD,85000,US,100,US,L +15,2020,MI,FT,Data Analyst,8000,USD,8000,PK,50,PK,L +16,2020,EN,FT,Data Engineer,4450000,JPY,41689,JP,100,JP,S +17,2020,SE,FT,Big Data Engineer,100000,EUR,114047,PL,100,GB,S +18,2020,EN,FT,Data Science Consultant,423000,INR,5707,IN,50,IN,M +19,2020,MI,FT,Lead Data Engineer,56000,USD,56000,PT,100,US,M +20,2020,MI,FT,Machine Learning Engineer,299000,CNY,43331,CN,0,CN,M +21,2020,MI,FT,Product Data Analyst,450000,INR,6072,IN,100,IN,L +22,2020,SE,FT,Data Engineer,42000,EUR,47899,GR,50,GR,L +23,2020,MI,FT,BI Data Analyst,98000,USD,98000,US,0,US,M +24,2020,MI,FT,Lead Data Scientist,115000,USD,115000,AE,0,AE,L +25,2020,EX,FT,Director of Data Science,325000,USD,325000,US,100,US,L +26,2020,EN,FT,Research Scientist,42000,USD,42000,NL,50,NL,L +27,2020,SE,FT,Data Engineer,720000,MXN,33511,MX,0,MX,S +28,2020,EN,CT,Business Data Analyst,100000,USD,100000,US,100,US,L +29,2020,SE,FT,Machine Learning Manager,157000,CAD,117104,CA,50,CA,L +30,2020,MI,FT,Data Engineering Manager,51999,EUR,59303,DE,100,DE,S +31,2020,EN,FT,Big Data Engineer,70000,USD,70000,US,100,US,L +32,2020,SE,FT,Data Scientist,60000,EUR,68428,GR,100,US,L +33,2020,MI,FT,Research Scientist,450000,USD,450000,US,0,US,M +34,2020,MI,FT,Data Analyst,41000,EUR,46759,FR,50,FR,L +35,2020,MI,FT,Data Engineer,65000,EUR,74130,AT,50,AT,L +36,2020,MI,FT,Data Science Consultant,103000,USD,103000,US,100,US,L +37,2020,EN,FT,Machine Learning Engineer,250000,USD,250000,US,50,US,L +38,2020,EN,FT,Data Analyst,10000,USD,10000,NG,100,NG,S +39,2020,EN,FT,Machine Learning Engineer,138000,USD,138000,US,100,US,S +40,2020,MI,FT,Data Scientist,45760,USD,45760,PH,100,US,S +41,2020,EX,FT,Data Engineering Manager,70000,EUR,79833,ES,50,ES,L +42,2020,MI,FT,Machine Learning Infrastructure Engineer,44000,EUR,50180,PT,0,PT,M +43,2020,MI,FT,Data Engineer,106000,USD,106000,US,100,US,L +44,2020,MI,FT,Data Engineer,88000,GBP,112872,GB,50,GB,L +45,2020,EN,PT,ML Engineer,14000,EUR,15966,DE,100,DE,S +46,2020,MI,FT,Data Scientist,60000,GBP,76958,GB,100,GB,S +47,2020,SE,FT,Data Engineer,188000,USD,188000,US,100,US,L +48,2020,MI,FT,Data Scientist,105000,USD,105000,US,100,US,L +49,2020,MI,FT,Data Engineer,61500,EUR,70139,FR,50,FR,L +50,2020,EN,FT,Data Analyst,450000,INR,6072,IN,0,IN,S +51,2020,EN,FT,Data Analyst,91000,USD,91000,US,100,US,L +52,2020,EN,FT,AI Scientist,300000,DKK,45896,DK,50,DK,S +53,2020,EN,FT,Data Engineer,48000,EUR,54742,PK,100,DE,L +54,2020,SE,FL,Computer Vision Engineer,60000,USD,60000,RU,100,US,S +55,2020,SE,FT,Principal Data Scientist,130000,EUR,148261,DE,100,DE,M +56,2020,MI,FT,Data Scientist,34000,EUR,38776,ES,100,ES,M +57,2020,MI,FT,Data Scientist,118000,USD,118000,US,100,US,M +58,2020,SE,FT,Data Scientist,120000,USD,120000,US,50,US,L +59,2020,MI,FT,Data Scientist,138350,USD,138350,US,100,US,M +60,2020,MI,FT,Data Engineer,110000,USD,110000,US,100,US,L +61,2020,MI,FT,Data Engineer,130800,USD,130800,ES,100,US,M +62,2020,EN,PT,Data Scientist,19000,EUR,21669,IT,50,IT,S +63,2020,SE,FT,Data Scientist,412000,USD,412000,US,100,US,L +64,2020,SE,FT,Machine Learning Engineer,40000,EUR,45618,HR,100,HR,S +65,2020,EN,FT,Data Scientist,55000,EUR,62726,DE,50,DE,S +66,2020,EN,FT,Data Scientist,43200,EUR,49268,DE,0,DE,S +67,2020,SE,FT,Data Science Manager,190200,USD,190200,US,100,US,M +68,2020,EN,FT,Data Scientist,105000,USD,105000,US,100,US,S +69,2020,SE,FT,Data Scientist,80000,EUR,91237,AT,0,AT,S +70,2020,MI,FT,Data Scientist,55000,EUR,62726,FR,50,LU,S +71,2020,MI,FT,Data Scientist,37000,EUR,42197,FR,50,FR,S +72,2021,EN,FT,Research Scientist,60000,GBP,82528,GB,50,GB,L +73,2021,EX,FT,BI Data Analyst,150000,USD,150000,IN,100,US,L +74,2021,EX,FT,Head of Data,235000,USD,235000,US,100,US,L +75,2021,SE,FT,Data Scientist,45000,EUR,53192,FR,50,FR,L +76,2021,MI,FT,BI Data Analyst,100000,USD,100000,US,100,US,M +77,2021,MI,PT,3D Computer Vision Researcher,400000,INR,5409,IN,50,IN,M +78,2021,MI,CT,ML Engineer,270000,USD,270000,US,100,US,L +79,2021,EN,FT,Data Analyst,80000,USD,80000,US,100,US,M +80,2021,SE,FT,Data Analytics Engineer,67000,EUR,79197,DE,100,DE,L +81,2021,MI,FT,Data Engineer,140000,USD,140000,US,100,US,L +82,2021,MI,FT,Applied Data Scientist,68000,CAD,54238,GB,50,CA,L +83,2021,MI,FT,Machine Learning Engineer,40000,EUR,47282,ES,100,ES,S +84,2021,EX,FT,Director of Data Science,130000,EUR,153667,IT,100,PL,L +85,2021,MI,FT,Data Engineer,110000,PLN,28476,PL,100,PL,L +86,2021,EN,FT,Data Analyst,50000,EUR,59102,FR,50,FR,M +87,2021,MI,FT,Data Analytics Engineer,110000,USD,110000,US,100,US,L +88,2021,SE,FT,Lead Data Analyst,170000,USD,170000,US,100,US,L +89,2021,SE,FT,Data Analyst,80000,USD,80000,BG,100,US,S +90,2021,SE,FT,Marketing Data Analyst,75000,EUR,88654,GR,100,DK,L +91,2021,EN,FT,Data Science Consultant,65000,EUR,76833,DE,100,DE,S +92,2021,MI,FT,Lead Data Analyst,1450000,INR,19609,IN,100,IN,L +93,2021,SE,FT,Lead Data Engineer,276000,USD,276000,US,0,US,L +94,2021,EN,FT,Data Scientist,2200000,INR,29751,IN,50,IN,L +95,2021,MI,FT,Cloud Data Engineer,120000,SGD,89294,SG,50,SG,L +96,2021,EN,PT,AI Scientist,12000,USD,12000,BR,100,US,S +97,2021,MI,FT,Financial Data Analyst,450000,USD,450000,US,100,US,L +98,2021,EN,FT,Computer Vision Software Engineer,70000,USD,70000,US,100,US,M +99,2021,MI,FT,Computer Vision Software Engineer,81000,EUR,95746,DE,100,US,S +100,2021,MI,FT,Data Analyst,75000,USD,75000,US,0,US,L +101,2021,SE,FT,Data Engineer,150000,USD,150000,US,100,US,L +102,2021,MI,FT,BI Data Analyst,11000000,HUF,36259,HU,50,US,L +103,2021,MI,FT,Data Analyst,62000,USD,62000,US,0,US,L +104,2021,MI,FT,Data Scientist,73000,USD,73000,US,0,US,L +105,2021,MI,FT,Data Analyst,37456,GBP,51519,GB,50,GB,L +106,2021,MI,FT,Research Scientist,235000,CAD,187442,CA,100,CA,L +107,2021,SE,FT,Data Engineer,115000,USD,115000,US,100,US,S +108,2021,SE,FT,Data Engineer,150000,USD,150000,US,100,US,M +109,2021,EN,FT,Data Engineer,2250000,INR,30428,IN,100,IN,L +110,2021,SE,FT,Machine Learning Engineer,80000,EUR,94564,DE,50,DE,L +111,2021,SE,FT,Director of Data Engineering,82500,GBP,113476,GB,100,GB,M +112,2021,SE,FT,Lead Data Engineer,75000,GBP,103160,GB,100,GB,S +113,2021,EN,PT,AI Scientist,12000,USD,12000,PK,100,US,M +114,2021,MI,FT,Data Engineer,38400,EUR,45391,NL,100,NL,L +115,2021,EN,FT,Machine Learning Scientist,225000,USD,225000,US,100,US,L +116,2021,MI,FT,Data Scientist,50000,USD,50000,NG,100,NG,L +117,2021,MI,FT,Data Science Engineer,34000,EUR,40189,GR,100,GR,M +118,2021,EN,FT,Data Analyst,90000,USD,90000,US,100,US,S +119,2021,MI,FT,Data Engineer,200000,USD,200000,US,100,US,L +120,2021,MI,FT,Big Data Engineer,60000,USD,60000,ES,50,RO,M +121,2021,SE,FT,Principal Data Engineer,200000,USD,200000,US,100,US,M +122,2021,EN,FT,Data Analyst,50000,USD,50000,US,100,US,M +123,2021,EN,FT,Applied Data Scientist,80000,GBP,110037,GB,0,GB,L +124,2021,EN,PT,Data Analyst,8760,EUR,10354,ES,50,ES,M +125,2021,MI,FT,Principal Data Scientist,151000,USD,151000,US,100,US,L +126,2021,SE,FT,Machine Learning Scientist,120000,USD,120000,US,50,US,S +127,2021,MI,FT,Data Scientist,700000,INR,9466,IN,0,IN,S +128,2021,EN,FT,Machine Learning Engineer,20000,USD,20000,IN,100,IN,S +129,2021,SE,FT,Lead Data Scientist,3000000,INR,40570,IN,50,IN,L +130,2021,EN,FT,Machine Learning Developer,100000,USD,100000,IQ,50,IQ,S +131,2021,EN,FT,Data Scientist,42000,EUR,49646,FR,50,FR,M +132,2021,MI,FT,Applied Machine Learning Scientist,38400,USD,38400,VN,100,US,M +133,2021,SE,FT,Computer Vision Engineer,24000,USD,24000,BR,100,BR,M +134,2021,EN,FT,Data Scientist,100000,USD,100000,US,0,US,S +135,2021,MI,FT,Data Analyst,90000,USD,90000,US,100,US,M +136,2021,MI,FT,ML Engineer,7000000,JPY,63711,JP,50,JP,S +137,2021,MI,FT,ML Engineer,8500000,JPY,77364,JP,50,JP,S +138,2021,SE,FT,Principal Data Scientist,220000,USD,220000,US,0,US,L +139,2021,EN,FT,Data Scientist,80000,USD,80000,US,100,US,M +140,2021,MI,FT,Data Analyst,135000,USD,135000,US,100,US,L +141,2021,SE,FT,Data Science Manager,240000,USD,240000,US,0,US,L +142,2021,SE,FT,Data Engineering Manager,150000,USD,150000,US,0,US,L +143,2021,MI,FT,Data Scientist,82500,USD,82500,US,100,US,S +144,2021,MI,FT,Data Engineer,100000,USD,100000,US,100,US,L +145,2021,SE,FT,Machine Learning Engineer,70000,EUR,82744,BE,50,BE,M +146,2021,MI,FT,Research Scientist,53000,EUR,62649,FR,50,FR,M +147,2021,MI,FT,Data Engineer,90000,USD,90000,US,100,US,L +148,2021,SE,FT,Data Engineering Manager,153000,USD,153000,US,100,US,L +149,2021,SE,FT,Cloud Data Engineer,160000,USD,160000,BR,100,US,S +150,2021,SE,FT,Director of Data Science,168000,USD,168000,JP,0,JP,S +151,2021,MI,FT,Data Scientist,150000,USD,150000,US,100,US,M +152,2021,MI,FT,Data Scientist,95000,CAD,75774,CA,100,CA,L +153,2021,EN,FT,Data Scientist,13400,USD,13400,UA,100,UA,L +154,2021,SE,FT,Data Science Manager,144000,USD,144000,US,100,US,L +155,2021,SE,FT,Data Science Engineer,159500,CAD,127221,CA,50,CA,L +156,2021,MI,FT,Data Scientist,160000,SGD,119059,SG,100,IL,M +157,2021,MI,FT,Applied Machine Learning Scientist,423000,USD,423000,US,50,US,L +158,2021,SE,FT,Data Analytics Manager,120000,USD,120000,US,100,US,M +159,2021,EN,FT,Machine Learning Engineer,125000,USD,125000,US,100,US,S +160,2021,EX,FT,Head of Data,230000,USD,230000,RU,50,RU,L +161,2021,EX,FT,Head of Data Science,85000,USD,85000,RU,0,RU,M +162,2021,MI,FT,Data Engineer,24000,EUR,28369,MT,50,MT,L +163,2021,EN,FT,Data Science Consultant,54000,EUR,63831,DE,50,DE,L +164,2021,EX,FT,Director of Data Science,110000,EUR,130026,DE,50,DE,M +165,2021,SE,FT,Data Specialist,165000,USD,165000,US,100,US,L +166,2021,EN,FT,Data Engineer,80000,USD,80000,US,100,US,L +167,2021,EX,FT,Director of Data Science,250000,USD,250000,US,0,US,L +168,2021,EN,FT,BI Data Analyst,55000,USD,55000,US,50,US,S +169,2021,MI,FT,Data Architect,150000,USD,150000,US,100,US,L +170,2021,MI,FT,Data Architect,170000,USD,170000,US,100,US,L +171,2021,MI,FT,Data Engineer,60000,GBP,82528,GB,100,GB,L +172,2021,EN,FT,Data Analyst,60000,USD,60000,US,100,US,S +173,2021,SE,FT,Principal Data Scientist,235000,USD,235000,US,100,US,L +174,2021,SE,FT,Research Scientist,51400,EUR,60757,PT,50,PT,L +175,2021,SE,FT,Data Engineering Manager,174000,USD,174000,US,100,US,L +176,2021,MI,FT,Data Scientist,58000,MXN,2859,MX,0,MX,S +177,2021,MI,FT,Data Scientist,30400000,CLP,40038,CL,100,CL,L +178,2021,EN,FT,Machine Learning Engineer,81000,USD,81000,US,50,US,S +179,2021,MI,FT,Data Scientist,420000,INR,5679,IN,100,US,S +180,2021,MI,FT,Big Data Engineer,1672000,INR,22611,IN,0,IN,L +181,2021,MI,FT,Data Scientist,76760,EUR,90734,DE,50,DE,L +182,2021,MI,FT,Data Engineer,22000,EUR,26005,RO,0,US,L +183,2021,SE,FT,Finance Data Analyst,45000,GBP,61896,GB,50,GB,L +184,2021,MI,FL,Machine Learning Scientist,12000,USD,12000,PK,50,PK,M +185,2021,MI,FT,Data Engineer,4000,USD,4000,IR,100,IR,M +186,2021,SE,FT,Data Analytics Engineer,50000,USD,50000,VN,100,GB,M +187,2021,EX,FT,Data Science Consultant,59000,EUR,69741,FR,100,ES,S +188,2021,SE,FT,Data Engineer,65000,EUR,76833,RO,50,GB,S +189,2021,MI,FT,Machine Learning Engineer,74000,USD,74000,JP,50,JP,S +190,2021,SE,FT,Data Science Manager,152000,USD,152000,US,100,FR,L +191,2021,EN,FT,Machine Learning Engineer,21844,USD,21844,CO,50,CO,M +192,2021,MI,FT,Big Data Engineer,18000,USD,18000,MD,0,MD,S +193,2021,SE,FT,Data Science Manager,174000,USD,174000,US,100,US,L +194,2021,SE,FT,Research Scientist,120500,CAD,96113,CA,50,CA,L +195,2021,MI,FT,Data Scientist,147000,USD,147000,US,50,US,L +196,2021,EN,FT,BI Data Analyst,9272,USD,9272,KE,100,KE,S +197,2021,SE,FT,Machine Learning Engineer,1799997,INR,24342,IN,100,IN,L +198,2021,SE,FT,Data Science Manager,4000000,INR,54094,IN,50,US,L +199,2021,EN,FT,Data Science Consultant,90000,USD,90000,US,100,US,S +200,2021,MI,FT,Data Scientist,52000,EUR,61467,DE,50,AT,M +201,2021,SE,FT,Machine Learning Infrastructure Engineer,195000,USD,195000,US,100,US,M +202,2021,MI,FT,Data Scientist,32000,EUR,37825,ES,100,ES,L +203,2021,SE,FT,Research Scientist,50000,USD,50000,FR,100,US,S +204,2021,MI,FT,Data Scientist,160000,USD,160000,US,100,US,L +205,2021,MI,FT,Data Scientist,69600,BRL,12901,BR,0,BR,S +206,2021,SE,FT,Machine Learning Engineer,200000,USD,200000,US,100,US,L +207,2021,SE,FT,Data Engineer,165000,USD,165000,US,0,US,M +208,2021,MI,FL,Data Engineer,20000,USD,20000,IT,0,US,L +209,2021,SE,FT,Data Analytics Manager,120000,USD,120000,US,0,US,L +210,2021,MI,FT,Machine Learning Engineer,21000,EUR,24823,SI,50,SI,L +211,2021,MI,FT,Research Scientist,48000,EUR,56738,FR,50,FR,S +212,2021,MI,FT,Data Engineer,48000,GBP,66022,HK,50,GB,S +213,2021,EN,FT,Big Data Engineer,435000,INR,5882,IN,0,CH,L +214,2021,EN,FT,Machine Learning Engineer,21000,EUR,24823,DE,50,DE,M +215,2021,SE,FT,Principal Data Engineer,185000,USD,185000,US,100,US,L +216,2021,EN,PT,Computer Vision Engineer,180000,DKK,28609,DK,50,DK,S +217,2021,MI,FT,Data Scientist,76760,EUR,90734,DE,50,DE,L +218,2021,MI,FT,Machine Learning Engineer,75000,EUR,88654,BE,100,BE,M +219,2021,SE,FT,Data Analytics Manager,140000,USD,140000,US,100,US,L +220,2021,MI,FT,Machine Learning Engineer,180000,PLN,46597,PL,100,PL,L +221,2021,MI,FT,Data Scientist,85000,GBP,116914,GB,50,GB,L +222,2021,MI,FT,Data Scientist,2500000,INR,33808,IN,0,IN,M +223,2021,MI,FT,Data Scientist,40900,GBP,56256,GB,50,GB,L +224,2021,SE,FT,Machine Learning Scientist,225000,USD,225000,US,100,CA,L +225,2021,EX,CT,Principal Data Scientist,416000,USD,416000,US,100,US,S +226,2021,SE,FT,Data Scientist,110000,CAD,87738,CA,100,CA,S +227,2021,MI,FT,Data Scientist,75000,EUR,88654,DE,50,DE,L +228,2021,SE,FT,Data Scientist,135000,USD,135000,US,0,US,L +229,2021,SE,FT,Data Analyst,90000,CAD,71786,CA,100,CA,M +230,2021,EN,FT,Big Data Engineer,1200000,INR,16228,IN,100,IN,L +231,2021,SE,FT,ML Engineer,256000,USD,256000,US,100,US,S +232,2021,SE,FT,Director of Data Engineering,200000,USD,200000,US,100,US,L +233,2021,SE,FT,Data Analyst,200000,USD,200000,US,100,US,L +234,2021,MI,FT,Data Architect,180000,USD,180000,US,100,US,L +235,2021,MI,FT,Head of Data Science,110000,USD,110000,US,0,US,S +236,2021,MI,FT,Research Scientist,80000,CAD,63810,CA,100,CA,M +237,2021,MI,FT,Data Scientist,39600,EUR,46809,ES,100,ES,M +238,2021,EN,FT,Data Scientist,4000,USD,4000,VN,0,VN,M +239,2021,EN,FT,Data Engineer,1600000,INR,21637,IN,50,IN,M +240,2021,SE,FT,Data Scientist,130000,CAD,103691,CA,100,CA,L +241,2021,MI,FT,Data Analyst,80000,USD,80000,US,100,US,L +242,2021,MI,FT,Data Engineer,110000,USD,110000,US,100,US,L +243,2021,SE,FT,Data Scientist,165000,USD,165000,US,100,US,L +244,2021,EN,FT,AI Scientist,1335000,INR,18053,IN,100,AS,S +245,2021,MI,FT,Data Engineer,52500,GBP,72212,GB,50,GB,L +246,2021,EN,FT,Data Scientist,31000,EUR,36643,FR,50,FR,L +247,2021,MI,FT,Data Engineer,108000,TRY,12103,TR,0,TR,M +248,2021,SE,FT,Data Engineer,70000,GBP,96282,GB,50,GB,L +249,2021,SE,FT,Principal Data Analyst,170000,USD,170000,US,100,US,M +250,2021,MI,FT,Data Scientist,115000,USD,115000,US,50,US,L +251,2021,EN,FT,Data Scientist,90000,USD,90000,US,100,US,S +252,2021,EX,FT,Principal Data Engineer,600000,USD,600000,US,100,US,L +253,2021,EN,FT,Data Scientist,2100000,INR,28399,IN,100,IN,M +254,2021,MI,FT,Data Analyst,93000,USD,93000,US,100,US,L +255,2021,SE,FT,Big Data Architect,125000,CAD,99703,CA,50,CA,M +256,2021,MI,FT,Data Engineer,200000,USD,200000,US,100,US,L +257,2021,SE,FT,Principal Data Scientist,147000,EUR,173762,DE,100,DE,M +258,2021,SE,FT,Machine Learning Engineer,185000,USD,185000,US,50,US,L +259,2021,EX,FT,Director of Data Science,120000,EUR,141846,DE,0,DE,L +260,2021,MI,FT,Data Scientist,130000,USD,130000,US,50,US,L +261,2021,SE,FT,Data Analyst,54000,EUR,63831,DE,50,DE,L +262,2021,MI,FT,Data Scientist,1250000,INR,16904,IN,100,IN,S +263,2021,SE,FT,Machine Learning Engineer,4900000,INR,66265,IN,0,IN,L +264,2021,MI,FT,Data Scientist,21600,EUR,25532,RS,100,DE,S +265,2021,SE,FT,Lead Data Engineer,160000,USD,160000,PR,50,US,S +266,2021,MI,FT,Data Engineer,93150,USD,93150,US,0,US,M +267,2021,MI,FT,Data Engineer,111775,USD,111775,US,0,US,M +268,2021,MI,FT,Data Engineer,250000,TRY,28016,TR,100,TR,M +269,2021,EN,FT,Data Engineer,55000,EUR,65013,DE,50,DE,M +270,2021,EN,FT,Data Engineer,72500,USD,72500,US,100,US,L +271,2021,SE,FT,Computer Vision Engineer,102000,BRL,18907,BR,0,BR,M +272,2021,EN,FT,Data Science Consultant,65000,EUR,76833,DE,0,DE,L +273,2021,EN,FT,Machine Learning Engineer,85000,USD,85000,NL,100,DE,S +274,2021,SE,FT,Data Scientist,65720,EUR,77684,FR,50,FR,M +275,2021,EN,FT,Data Scientist,100000,USD,100000,US,100,US,M +276,2021,EN,FT,Data Scientist,58000,USD,58000,US,50,US,L +277,2021,SE,FT,AI Scientist,55000,USD,55000,ES,100,ES,L +278,2021,SE,FT,Data Scientist,180000,TRY,20171,TR,50,TR,L +279,2021,EN,FT,Business Data Analyst,50000,EUR,59102,LU,100,LU,L +280,2021,MI,FT,Data Engineer,112000,USD,112000,US,100,US,L +281,2021,EN,FT,Research Scientist,100000,USD,100000,JE,0,CN,L +282,2021,MI,PT,Data Engineer,59000,EUR,69741,NL,100,NL,L +283,2021,SE,CT,Staff Data Scientist,105000,USD,105000,US,100,US,M +284,2021,MI,FT,Research Scientist,69999,USD,69999,CZ,50,CZ,L +285,2021,SE,FT,Data Science Manager,7000000,INR,94665,IN,50,IN,L +286,2021,SE,FT,Head of Data,87000,EUR,102839,SI,100,SI,L +287,2021,MI,FT,Data Scientist,109000,USD,109000,US,50,US,L +288,2021,MI,FT,Machine Learning Engineer,43200,EUR,51064,IT,50,IT,L +289,2022,SE,FT,Data Engineer,135000,USD,135000,US,100,US,M +290,2022,SE,FT,Data Analyst,155000,USD,155000,US,100,US,M +291,2022,SE,FT,Data Analyst,120600,USD,120600,US,100,US,M +292,2022,MI,FT,Data Scientist,130000,USD,130000,US,0,US,M +293,2022,MI,FT,Data Scientist,90000,USD,90000,US,0,US,M +294,2022,MI,FT,Data Engineer,170000,USD,170000,US,100,US,M +295,2022,MI,FT,Data Engineer,150000,USD,150000,US,100,US,M +296,2022,SE,FT,Data Analyst,102100,USD,102100,US,100,US,M +297,2022,SE,FT,Data Analyst,84900,USD,84900,US,100,US,M +298,2022,SE,FT,Data Scientist,136620,USD,136620,US,100,US,M +299,2022,SE,FT,Data Scientist,99360,USD,99360,US,100,US,M +300,2022,SE,FT,Data Scientist,90000,GBP,117789,GB,0,GB,M +301,2022,SE,FT,Data Scientist,80000,GBP,104702,GB,0,GB,M +302,2022,SE,FT,Data Scientist,146000,USD,146000,US,100,US,M +303,2022,SE,FT,Data Scientist,123000,USD,123000,US,100,US,M +304,2022,EN,FT,Data Engineer,40000,GBP,52351,GB,100,GB,M +305,2022,SE,FT,Data Analyst,99000,USD,99000,US,0,US,M +306,2022,SE,FT,Data Analyst,116000,USD,116000,US,0,US,M +307,2022,MI,FT,Data Analyst,106260,USD,106260,US,0,US,M +308,2022,MI,FT,Data Analyst,126500,USD,126500,US,0,US,M +309,2022,EX,FT,Data Engineer,242000,USD,242000,US,100,US,M +310,2022,EX,FT,Data Engineer,200000,USD,200000,US,100,US,M +311,2022,MI,FT,Data Scientist,50000,GBP,65438,GB,0,GB,M +312,2022,MI,FT,Data Scientist,30000,GBP,39263,GB,0,GB,M +313,2022,MI,FT,Data Engineer,60000,GBP,78526,GB,0,GB,M +314,2022,MI,FT,Data Engineer,40000,GBP,52351,GB,0,GB,M +315,2022,SE,FT,Data Scientist,165220,USD,165220,US,100,US,M +316,2022,EN,FT,Data Engineer,35000,GBP,45807,GB,100,GB,M +317,2022,SE,FT,Data Scientist,120160,USD,120160,US,100,US,M +318,2022,SE,FT,Data Analyst,90320,USD,90320,US,100,US,M +319,2022,SE,FT,Data Engineer,181940,USD,181940,US,0,US,M +320,2022,SE,FT,Data Engineer,132320,USD,132320,US,0,US,M +321,2022,SE,FT,Data Engineer,220110,USD,220110,US,0,US,M +322,2022,SE,FT,Data Engineer,160080,USD,160080,US,0,US,M +323,2022,SE,FT,Data Scientist,180000,USD,180000,US,0,US,L +324,2022,SE,FT,Data Scientist,120000,USD,120000,US,0,US,L +325,2022,SE,FT,Data Analyst,124190,USD,124190,US,100,US,M +326,2022,EX,FT,Data Analyst,130000,USD,130000,US,100,US,M +327,2022,EX,FT,Data Analyst,110000,USD,110000,US,100,US,M +328,2022,SE,FT,Data Analyst,170000,USD,170000,US,100,US,M +329,2022,MI,FT,Data Analyst,115500,USD,115500,US,100,US,M +330,2022,SE,FT,Data Analyst,112900,USD,112900,US,100,US,M +331,2022,SE,FT,Data Analyst,90320,USD,90320,US,100,US,M +332,2022,SE,FT,Data Analyst,112900,USD,112900,US,100,US,M +333,2022,SE,FT,Data Analyst,90320,USD,90320,US,100,US,M +334,2022,SE,FT,Data Engineer,165400,USD,165400,US,100,US,M +335,2022,SE,FT,Data Engineer,132320,USD,132320,US,100,US,M +336,2022,MI,FT,Data Analyst,167000,USD,167000,US,100,US,M +337,2022,SE,FT,Data Engineer,243900,USD,243900,US,100,US,M +338,2022,SE,FT,Data Analyst,136600,USD,136600,US,100,US,M +339,2022,SE,FT,Data Analyst,109280,USD,109280,US,100,US,M +340,2022,SE,FT,Data Engineer,128875,USD,128875,US,100,US,M +341,2022,SE,FT,Data Engineer,93700,USD,93700,US,100,US,M +342,2022,EX,FT,Head of Data Science,224000,USD,224000,US,100,US,M +343,2022,EX,FT,Head of Data Science,167875,USD,167875,US,100,US,M +344,2022,EX,FT,Analytics Engineer,175000,USD,175000,US,100,US,M +345,2022,SE,FT,Data Engineer,156600,USD,156600,US,100,US,M +346,2022,SE,FT,Data Engineer,108800,USD,108800,US,0,US,M +347,2022,SE,FT,Data Scientist,95550,USD,95550,US,0,US,M +348,2022,SE,FT,Data Engineer,113000,USD,113000,US,0,US,L +349,2022,SE,FT,Data Analyst,135000,USD,135000,US,100,US,M +350,2022,SE,FT,Data Science Manager,161342,USD,161342,US,100,US,M +351,2022,SE,FT,Data Science Manager,137141,USD,137141,US,100,US,M +352,2022,SE,FT,Data Scientist,167000,USD,167000,US,100,US,M +353,2022,SE,FT,Data Scientist,123000,USD,123000,US,100,US,M +354,2022,SE,FT,Data Engineer,60000,GBP,78526,GB,0,GB,M +355,2022,SE,FT,Data Engineer,50000,GBP,65438,GB,0,GB,M +356,2022,SE,FT,Data Scientist,150000,USD,150000,US,0,US,M +357,2022,SE,FT,Data Scientist,211500,USD,211500,US,100,US,M +358,2022,SE,FT,Data Architect,192400,USD,192400,CA,100,CA,M +359,2022,SE,FT,Data Architect,90700,USD,90700,CA,100,CA,M +360,2022,SE,FT,Data Analyst,130000,USD,130000,CA,100,CA,M +361,2022,SE,FT,Data Analyst,61300,USD,61300,CA,100,CA,M +362,2022,SE,FT,Data Analyst,130000,USD,130000,CA,100,CA,M +363,2022,SE,FT,Data Analyst,61300,USD,61300,CA,100,CA,M +364,2022,SE,FT,Data Engineer,160000,USD,160000,US,0,US,L +365,2022,SE,FT,Data Scientist,138600,USD,138600,US,100,US,M +366,2022,SE,FT,Data Engineer,136000,USD,136000,US,0,US,M +367,2022,MI,FT,Data Analyst,58000,USD,58000,US,0,US,S +368,2022,EX,FT,Analytics Engineer,135000,USD,135000,US,100,US,M +369,2022,SE,FT,Data Scientist,170000,USD,170000,US,100,US,M +370,2022,SE,FT,Data Scientist,123000,USD,123000,US,100,US,M +371,2022,SE,FT,Machine Learning Engineer,189650,USD,189650,US,0,US,M +372,2022,SE,FT,Machine Learning Engineer,164996,USD,164996,US,0,US,M +373,2022,MI,FT,ETL Developer,50000,EUR,54957,GR,0,GR,M +374,2022,MI,FT,ETL Developer,50000,EUR,54957,GR,0,GR,M +375,2022,EX,FT,Lead Data Engineer,150000,CAD,118187,CA,100,CA,S +376,2022,SE,FT,Data Analyst,132000,USD,132000,US,0,US,M +377,2022,SE,FT,Data Engineer,165400,USD,165400,US,100,US,M +378,2022,SE,FT,Data Architect,208775,USD,208775,US,100,US,M +379,2022,SE,FT,Data Architect,147800,USD,147800,US,100,US,M +380,2022,SE,FT,Data Engineer,136994,USD,136994,US,100,US,M +381,2022,SE,FT,Data Engineer,101570,USD,101570,US,100,US,M +382,2022,SE,FT,Data Analyst,128875,USD,128875,US,100,US,M +383,2022,SE,FT,Data Analyst,93700,USD,93700,US,100,US,M +384,2022,EX,FT,Head of Machine Learning,6000000,INR,79039,IN,50,IN,L +385,2022,SE,FT,Data Engineer,132320,USD,132320,US,100,US,M +386,2022,EN,FT,Machine Learning Engineer,28500,GBP,37300,GB,100,GB,L +387,2022,SE,FT,Data Analyst,164000,USD,164000,US,0,US,M +388,2022,SE,FT,Data Engineer,155000,USD,155000,US,100,US,M +389,2022,MI,FT,Machine Learning Engineer,95000,GBP,124333,GB,0,GB,M +390,2022,MI,FT,Machine Learning Engineer,75000,GBP,98158,GB,0,GB,M +391,2022,MI,FT,AI Scientist,120000,USD,120000,US,0,US,M +392,2022,SE,FT,Data Analyst,112900,USD,112900,US,100,US,M +393,2022,SE,FT,Data Analyst,90320,USD,90320,US,100,US,M +394,2022,SE,FT,Data Analytics Manager,145000,USD,145000,US,100,US,M +395,2022,SE,FT,Data Analytics Manager,105400,USD,105400,US,100,US,M +396,2022,MI,FT,Machine Learning Engineer,80000,EUR,87932,FR,100,DE,M +397,2022,MI,FT,Data Engineer,90000,GBP,117789,GB,0,GB,M +398,2022,SE,FT,Data Scientist,215300,USD,215300,US,100,US,L +399,2022,SE,FT,Data Scientist,158200,USD,158200,US,100,US,L +400,2022,SE,FT,Data Engineer,209100,USD,209100,US,100,US,L +401,2022,SE,FT,Data Engineer,154600,USD,154600,US,100,US,L +402,2022,SE,FT,Data Analyst,115934,USD,115934,US,0,US,M +403,2022,SE,FT,Data Analyst,81666,USD,81666,US,0,US,M +404,2022,SE,FT,Data Engineer,175000,USD,175000,US,100,US,M +405,2022,MI,FT,Data Engineer,75000,GBP,98158,GB,0,GB,M +406,2022,MI,FT,Data Analyst,58000,USD,58000,US,0,US,S +407,2022,SE,FT,Data Engineer,183600,USD,183600,US,100,US,L +408,2022,MI,FT,Data Analyst,40000,GBP,52351,GB,100,GB,M +409,2022,SE,FT,Data Scientist,180000,USD,180000,US,100,US,M +410,2022,MI,FT,Data Scientist,55000,GBP,71982,GB,0,GB,M +411,2022,MI,FT,Data Scientist,35000,GBP,45807,GB,0,GB,M +412,2022,MI,FT,Data Engineer,60000,EUR,65949,GR,100,GR,M +413,2022,MI,FT,Data Engineer,45000,EUR,49461,GR,100,GR,M +414,2022,MI,FT,Data Engineer,60000,GBP,78526,GB,100,GB,M +415,2022,MI,FT,Data Engineer,45000,GBP,58894,GB,100,GB,M +416,2022,SE,FT,Data Scientist,260000,USD,260000,US,100,US,M +417,2022,SE,FT,Data Science Engineer,60000,USD,60000,AR,100,MX,L +418,2022,MI,FT,Data Engineer,63900,USD,63900,US,0,US,M +419,2022,MI,FT,Machine Learning Scientist,160000,USD,160000,US,100,US,L +420,2022,MI,FT,Machine Learning Scientist,112300,USD,112300,US,100,US,L +421,2022,MI,FT,Data Science Manager,241000,USD,241000,US,100,US,M +422,2022,MI,FT,Data Science Manager,159000,USD,159000,US,100,US,M +423,2022,SE,FT,Data Scientist,180000,USD,180000,US,0,US,M +424,2022,SE,FT,Data Scientist,80000,USD,80000,US,0,US,M +425,2022,MI,FT,Data Engineer,82900,USD,82900,US,0,US,M +426,2022,SE,FT,Data Engineer,100800,USD,100800,US,100,US,L +427,2022,MI,FT,Data Engineer,45000,EUR,49461,ES,100,ES,M +428,2022,SE,FT,Data Scientist,140400,USD,140400,US,0,US,L +429,2022,MI,FT,Data Analyst,30000,GBP,39263,GB,100,GB,M +430,2022,MI,FT,Data Analyst,40000,EUR,43966,ES,100,ES,M +431,2022,MI,FT,Data Analyst,30000,EUR,32974,ES,100,ES,M +432,2022,MI,FT,Data Engineer,80000,EUR,87932,ES,100,ES,M +433,2022,MI,FT,Data Engineer,70000,EUR,76940,ES,100,ES,M +434,2022,MI,FT,Data Engineer,80000,GBP,104702,GB,100,GB,M +435,2022,MI,FT,Data Engineer,70000,GBP,91614,GB,100,GB,M +436,2022,MI,FT,Data Engineer,60000,EUR,65949,ES,100,ES,M +437,2022,MI,FT,Data Engineer,80000,EUR,87932,GR,100,GR,M +438,2022,SE,FT,Machine Learning Engineer,189650,USD,189650,US,0,US,M +439,2022,SE,FT,Machine Learning Engineer,164996,USD,164996,US,0,US,M +440,2022,MI,FT,Data Analyst,40000,EUR,43966,GR,100,GR,M +441,2022,MI,FT,Data Analyst,30000,EUR,32974,GR,100,GR,M +442,2022,MI,FT,Data Engineer,75000,GBP,98158,GB,100,GB,M +443,2022,MI,FT,Data Engineer,60000,GBP,78526,GB,100,GB,M +444,2022,SE,FT,Data Scientist,215300,USD,215300,US,0,US,L +445,2022,MI,FT,Data Engineer,70000,EUR,76940,GR,100,GR,M +446,2022,SE,FT,Data Engineer,209100,USD,209100,US,100,US,L +447,2022,SE,FT,Data Engineer,154600,USD,154600,US,100,US,L +448,2022,SE,FT,Data Engineer,180000,USD,180000,US,100,US,M +449,2022,EN,FT,ML Engineer,20000,EUR,21983,PT,100,PT,L +450,2022,SE,FT,Data Engineer,80000,USD,80000,US,100,US,M +451,2022,MI,FT,Machine Learning Developer,100000,CAD,78791,CA,100,CA,M +452,2022,EX,FT,Director of Data Science,250000,CAD,196979,CA,50,CA,L +453,2022,MI,FT,Machine Learning Engineer,120000,USD,120000,US,100,US,S +454,2022,EN,FT,Computer Vision Engineer,125000,USD,125000,US,0,US,M +455,2022,MI,FT,NLP Engineer,240000,CNY,37236,US,50,US,L +456,2022,SE,FT,Data Engineer,105000,USD,105000,US,100,US,M +457,2022,SE,FT,Lead Machine Learning Engineer,80000,EUR,87932,DE,0,DE,M +458,2022,MI,FT,Business Data Analyst,1400000,INR,18442,IN,100,IN,M +459,2022,MI,FT,Data Scientist,2400000,INR,31615,IN,100,IN,L +460,2022,MI,FT,Machine Learning Infrastructure Engineer,53000,EUR,58255,PT,50,PT,L +461,2022,EN,FT,Financial Data Analyst,100000,USD,100000,US,50,US,L +462,2022,MI,PT,Data Engineer,50000,EUR,54957,DE,50,DE,L +463,2022,EN,FT,Data Scientist,1400000,INR,18442,IN,100,IN,M +464,2022,SE,FT,Principal Data Scientist,148000,EUR,162674,DE,100,DE,M +465,2022,EN,FT,Data Engineer,120000,USD,120000,US,100,US,M +466,2022,SE,FT,Research Scientist,144000,USD,144000,US,50,US,L +467,2022,SE,FT,Data Scientist,104890,USD,104890,US,100,US,M +468,2022,SE,FT,Data Engineer,100000,USD,100000,US,100,US,M +469,2022,SE,FT,Data Scientist,140000,USD,140000,US,100,US,M +470,2022,MI,FT,Data Analyst,135000,USD,135000,US,100,US,M +471,2022,MI,FT,Data Analyst,50000,USD,50000,US,100,US,M +472,2022,SE,FT,Data Scientist,220000,USD,220000,US,100,US,M +473,2022,SE,FT,Data Scientist,140000,USD,140000,US,100,US,M +474,2022,MI,FT,Data Scientist,140000,GBP,183228,GB,0,GB,M +475,2022,MI,FT,Data Scientist,70000,GBP,91614,GB,0,GB,M +476,2022,SE,FT,Data Scientist,185100,USD,185100,US,100,US,M +477,2022,SE,FT,Machine Learning Engineer,220000,USD,220000,US,100,US,M +478,2022,MI,FT,Data Scientist,200000,USD,200000,US,100,US,M +479,2022,MI,FT,Data Scientist,120000,USD,120000,US,100,US,M +480,2022,SE,FT,Machine Learning Engineer,120000,USD,120000,AE,100,AE,S +481,2022,SE,FT,Machine Learning Engineer,65000,USD,65000,AE,100,AE,S +482,2022,EX,FT,Data Engineer,324000,USD,324000,US,100,US,M +483,2022,EX,FT,Data Engineer,216000,USD,216000,US,100,US,M +484,2022,SE,FT,Data Engineer,210000,USD,210000,US,100,US,M +485,2022,SE,FT,Machine Learning Engineer,120000,USD,120000,US,100,US,M +486,2022,SE,FT,Data Scientist,230000,USD,230000,US,100,US,M +487,2022,EN,PT,Data Scientist,100000,USD,100000,DZ,50,DZ,M +488,2022,MI,FL,Data Scientist,100000,USD,100000,CA,100,US,M +489,2022,EN,CT,Applied Machine Learning Scientist,29000,EUR,31875,TN,100,CZ,M +490,2022,SE,FT,Head of Data,200000,USD,200000,MY,100,US,M +491,2022,MI,FT,Principal Data Analyst,75000,USD,75000,CA,100,CA,S +492,2022,MI,FT,Data Scientist,150000,PLN,35590,PL,100,PL,L +493,2022,SE,FT,Machine Learning Developer,100000,CAD,78791,CA,100,CA,M +494,2022,SE,FT,Data Scientist,100000,USD,100000,BR,100,US,M +495,2022,MI,FT,Machine Learning Scientist,153000,USD,153000,US,50,US,M +496,2022,EN,FT,Data Engineer,52800,EUR,58035,PK,100,DE,M +497,2022,SE,FT,Data Scientist,165000,USD,165000,US,100,US,M +498,2022,SE,FT,Research Scientist,85000,EUR,93427,FR,50,FR,L +499,2022,EN,FT,Data Scientist,66500,CAD,52396,CA,100,CA,L +500,2022,SE,FT,Machine Learning Engineer,57000,EUR,62651,NL,100,NL,L +501,2022,MI,FT,Head of Data,30000,EUR,32974,EE,100,EE,S +502,2022,EN,FT,Data Scientist,40000,USD,40000,JP,100,MY,L +503,2022,MI,FT,Machine Learning Engineer,121000,AUD,87425,AU,100,AU,L +504,2022,SE,FT,Data Engineer,115000,USD,115000,US,100,US,M +505,2022,EN,FT,Data Scientist,120000,AUD,86703,AU,50,AU,M +506,2022,MI,FT,Applied Machine Learning Scientist,75000,USD,75000,BO,100,US,L +507,2022,MI,FT,Research Scientist,59000,EUR,64849,AT,0,AT,L +508,2022,EN,FT,Research Scientist,120000,USD,120000,US,100,US,L +509,2022,MI,FT,Applied Data Scientist,157000,USD,157000,US,100,US,L +510,2022,EN,FT,Computer Vision Software Engineer,150000,USD,150000,AU,100,AU,S +511,2022,MI,FT,Business Data Analyst,90000,CAD,70912,CA,50,CA,L +512,2022,EN,FT,Data Engineer,65000,USD,65000,US,100,US,S +513,2022,SE,FT,Machine Learning Engineer,65000,EUR,71444,IE,100,IE,S +514,2022,EN,FT,Data Analytics Engineer,20000,USD,20000,PK,0,PK,M +515,2022,MI,FT,Data Scientist,48000,USD,48000,RU,100,US,S +516,2022,SE,FT,Data Science Manager,152500,USD,152500,US,100,US,M +517,2022,MI,FT,Data Engineer,62000,EUR,68147,FR,100,FR,M +518,2022,MI,FT,Data Scientist,115000,CHF,122346,CH,0,CH,L +519,2022,SE,FT,Applied Data Scientist,380000,USD,380000,US,100,US,L +520,2022,MI,FT,Data Scientist,88000,CAD,69336,CA,100,CA,M +521,2022,EN,FT,Computer Vision Engineer,10000,USD,10000,PT,100,LU,M +522,2022,MI,FT,Data Analyst,20000,USD,20000,GR,100,GR,S +523,2022,SE,FT,Data Analytics Lead,405000,USD,405000,US,100,US,L +524,2022,MI,FT,Data Scientist,135000,USD,135000,US,100,US,L +525,2022,SE,FT,Applied Data Scientist,177000,USD,177000,US,100,US,L +526,2022,MI,FT,Data Scientist,78000,USD,78000,US,100,US,M +527,2022,SE,FT,Data Analyst,135000,USD,135000,US,100,US,M +528,2022,SE,FT,Data Analyst,100000,USD,100000,US,100,US,M +529,2022,SE,FT,Data Analyst,90320,USD,90320,US,100,US,M +530,2022,MI,FT,Data Analyst,85000,USD,85000,CA,0,CA,M +531,2022,MI,FT,Data Analyst,75000,USD,75000,CA,0,CA,M +532,2022,SE,FT,Machine Learning Engineer,214000,USD,214000,US,100,US,M +533,2022,SE,FT,Machine Learning Engineer,192600,USD,192600,US,100,US,M +534,2022,SE,FT,Data Architect,266400,USD,266400,US,100,US,M +535,2022,SE,FT,Data Architect,213120,USD,213120,US,100,US,M +536,2022,SE,FT,Data Analyst,112900,USD,112900,US,100,US,M +537,2022,SE,FT,Data Engineer,155000,USD,155000,US,100,US,M +538,2022,MI,FT,Data Scientist,141300,USD,141300,US,0,US,M +539,2022,MI,FT,Data Scientist,102100,USD,102100,US,0,US,M +540,2022,SE,FT,Data Analyst,115934,USD,115934,US,100,US,M +541,2022,SE,FT,Data Analyst,81666,USD,81666,US,100,US,M +542,2022,MI,FT,Data Engineer,206699,USD,206699,US,0,US,M +543,2022,MI,FT,Data Engineer,99100,USD,99100,US,0,US,M +544,2022,SE,FT,Data Engineer,130000,USD,130000,US,100,US,M +545,2022,SE,FT,Data Engineer,115000,USD,115000,US,100,US,M +546,2022,SE,FT,Data Engineer,110500,USD,110500,US,100,US,M +547,2022,SE,FT,Data Engineer,130000,USD,130000,US,100,US,M +548,2022,SE,FT,Data Analyst,99050,USD,99050,US,100,US,M +549,2022,SE,FT,Data Engineer,160000,USD,160000,US,100,US,M +550,2022,SE,FT,Data Scientist,205300,USD,205300,US,0,US,L +551,2022,SE,FT,Data Scientist,140400,USD,140400,US,0,US,L +552,2022,SE,FT,Data Scientist,176000,USD,176000,US,100,US,M +553,2022,SE,FT,Data Scientist,144000,USD,144000,US,100,US,M +554,2022,SE,FT,Data Engineer,200100,USD,200100,US,100,US,M +555,2022,SE,FT,Data Engineer,160000,USD,160000,US,100,US,M +556,2022,SE,FT,Data Engineer,145000,USD,145000,US,100,US,M +557,2022,SE,FT,Data Engineer,70500,USD,70500,US,0,US,M +558,2022,SE,FT,Data Scientist,205300,USD,205300,US,0,US,M +559,2022,SE,FT,Data Scientist,140400,USD,140400,US,0,US,M +560,2022,SE,FT,Analytics Engineer,205300,USD,205300,US,0,US,M +561,2022,SE,FT,Analytics Engineer,184700,USD,184700,US,0,US,M +562,2022,SE,FT,Data Engineer,175100,USD,175100,US,100,US,M +563,2022,SE,FT,Data Engineer,140250,USD,140250,US,100,US,M +564,2022,SE,FT,Data Analyst,116150,USD,116150,US,100,US,M +565,2022,SE,FT,Data Engineer,54000,USD,54000,US,0,US,M +566,2022,SE,FT,Data Analyst,170000,USD,170000,US,100,US,M +567,2022,MI,FT,Data Analyst,50000,GBP,65438,GB,0,GB,M +568,2022,SE,FT,Data Analyst,80000,USD,80000,US,100,US,M +569,2022,SE,FT,Data Scientist,140000,USD,140000,US,100,US,M +570,2022,SE,FT,Data Scientist,210000,USD,210000,US,100,US,M +571,2022,SE,FT,Data Scientist,140000,USD,140000,US,100,US,M +572,2022,SE,FT,Data Analyst,100000,USD,100000,US,100,US,M +573,2022,SE,FT,Data Analyst,69000,USD,69000,US,100,US,M +574,2022,SE,FT,Data Scientist,210000,USD,210000,US,100,US,M +575,2022,SE,FT,Data Scientist,140000,USD,140000,US,100,US,M +576,2022,SE,FT,Data Scientist,210000,USD,210000,US,100,US,M +577,2022,SE,FT,Data Analyst,150075,USD,150075,US,100,US,M +578,2022,SE,FT,Data Engineer,100000,USD,100000,US,100,US,M +579,2022,SE,FT,Data Engineer,25000,USD,25000,US,100,US,M +580,2022,SE,FT,Data Analyst,126500,USD,126500,US,100,US,M +581,2022,SE,FT,Data Analyst,106260,USD,106260,US,100,US,M +582,2022,SE,FT,Data Engineer,220110,USD,220110,US,100,US,M +583,2022,SE,FT,Data Engineer,160080,USD,160080,US,100,US,M +584,2022,SE,FT,Data Analyst,105000,USD,105000,US,100,US,M +585,2022,SE,FT,Data Analyst,110925,USD,110925,US,100,US,M +586,2022,MI,FT,Data Analyst,35000,GBP,45807,GB,0,GB,M +587,2022,SE,FT,Data Scientist,140000,USD,140000,US,100,US,M +588,2022,SE,FT,Data Analyst,99000,USD,99000,US,0,US,M +589,2022,SE,FT,Data Analyst,60000,USD,60000,US,100,US,M +590,2022,SE,FT,Data Architect,192564,USD,192564,US,100,US,M +591,2022,SE,FT,Data Architect,144854,USD,144854,US,100,US,M +592,2022,SE,FT,Data Scientist,230000,USD,230000,US,100,US,M +593,2022,SE,FT,Data Scientist,150000,USD,150000,US,100,US,M +594,2022,SE,FT,Data Analytics Manager,150260,USD,150260,US,100,US,M +595,2022,SE,FT,Data Analytics Manager,109280,USD,109280,US,100,US,M +596,2022,SE,FT,Data Scientist,210000,USD,210000,US,100,US,M +597,2022,SE,FT,Data Analyst,170000,USD,170000,US,100,US,M +598,2022,MI,FT,Data Scientist,160000,USD,160000,US,100,US,M +599,2022,MI,FT,Data Scientist,130000,USD,130000,US,100,US,M +600,2022,EN,FT,Data Analyst,67000,USD,67000,CA,0,CA,M +601,2022,EN,FT,Data Analyst,52000,USD,52000,CA,0,CA,M +602,2022,SE,FT,Data Engineer,154000,USD,154000,US,100,US,M +603,2022,SE,FT,Data Engineer,126000,USD,126000,US,100,US,M +604,2022,SE,FT,Data Analyst,129000,USD,129000,US,0,US,M +605,2022,SE,FT,Data Analyst,150000,USD,150000,US,100,US,M +606,2022,MI,FT,AI Scientist,200000,USD,200000,IN,100,US,L diff --git a/core/src/test/resources/duration.csv b/dataframe-csv/src/test/resources/duration.csv similarity index 100% rename from core/src/test/resources/duration.csv rename to dataframe-csv/src/test/resources/duration.csv diff --git a/dataframe-csv/src/test/resources/gross-domestic-product-june-2024-quarter.csv b/dataframe-csv/src/test/resources/gross-domestic-product-june-2024-quarter.csv new file mode 100644 index 0000000000..9f4a03d31a --- /dev/null +++ b/dataframe-csv/src/test/resources/gross-domestic-product-june-2024-quarter.csv @@ -0,0 +1,93282 @@ +Series_reference,Period,Data_value,STATUS,UNITS,MAGNTUDE,Subject,Group,Series_title_1,Series_title_2,Series_title_3,Series_title_4,Series_title_5 +SNEA.SG00NAC00B15,1972.03,6990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1973.03,8080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1974.03,9361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1975.03,10203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1976.03,11506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1977.03,13972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1978.03,15667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1979.03,17810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1980.03,20546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1981.03,23988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1982.03,29028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1983.03,33426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1984.03,37253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1985.03,42244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1986.03,48779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1987.03,57953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1988.03,65167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1989.03,70628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1990.03,74635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1991.03,76167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1992.03,75986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1993.03,78309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1994.03,84460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1995.03,90337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1996.03,96236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1997.03,101101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1998.03,104815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,1999.03,106826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2000.03,113229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2001.03,119839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2002.03,128712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2003.03,135181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2004.03,144502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2005.03,154559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2006.03,162937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2007.03,172004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2008.03,186673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2009.03,189406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2010.03,194306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2011.03,203342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2012.03,213029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2013.03,217493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2014.03,232797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2015.03,242699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2016.03,255398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2017.03,271357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2018.03,290724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2019.03,306161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2020.03,322976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2021.03,327798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2022.03,358418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2023.03,387658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15,2024.03,410090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1987.12,63305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1988.12,69394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1989.12,73562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1990.12,76715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1991.12,75236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1992.12,77280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1993.12,82864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1994.12,89134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1995.12,94816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1996.12,100494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1997.12,103869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1998.12,105872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,1999.12,111225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2000.12,118344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2001.12,126302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2002.12,133688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2003.12,141530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2004.12,153009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2005.12,160809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2006.12,168958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2007.12,183225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2008.12,189447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2009.12,191877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2010.12,201527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2011.12,211016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2012.12,215936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2013.12,228062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2014.12,240906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2015.12,251796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2016.12,266730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2017.12,286455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2018.12,302468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2019.12,319779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2020.12,323184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2021.12,352726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2022.12,380984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15D,2023.12,404835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1987.06,60015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1988.06,66240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1989.06,72153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1990.06,75179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1991.06,75919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1992.06,76962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1993.06,79349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1994.06,86032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1995.06,91896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1996.06,97570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1997.06,102106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1998.06,104918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,1999.06,108197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2000.06,114664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2001.06,122209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2002.06,129944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2003.06,137176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2004.06,147563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2005.06,156806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2006.06,164464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2007.06,175435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2008.06,188842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2009.06,189386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2010.06,196870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2011.06,205677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2012.06,214917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2013.06,218802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2014.06,237013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2015.06,245654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2016.06,258724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2017.06,275592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2018.06,295611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2019.06,310283,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2020.06,317221,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2021.06,342744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2022.06,364062,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2023.06,394884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15J,2024.06,413302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1988.03,65167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1989.03,70628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1990.03,74635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1991.03,76167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1992.03,75986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1993.03,78309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1994.03,84460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1995.03,90337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1996.03,96236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1997.03,101101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1998.03,104815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,1999.03,106826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2000.03,113229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2001.03,119839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2002.03,128712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2003.03,135181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2004.03,144502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2005.03,154559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2006.03,162937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2007.03,172004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2008.03,186673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2009.03,189406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2010.03,194306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2011.03,203342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2012.03,213029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2013.03,217493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2014.03,232797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2015.03,242699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2016.03,255398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2017.03,271357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2018.03,290724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2019.03,306161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2020.03,322976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2021.03,327798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2022.03,358418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2023.03,387658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15M,2024.03,410090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1987.09,61494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1988.09,67905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1989.09,72228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1990.09,76054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1991.09,75707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1992.09,76705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1993.09,81128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1994.09,87346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1995.09,93329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1996.09,99172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1997.09,103148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1998.09,104865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,1999.09,109933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2000.09,116131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2001.09,124146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2002.09,132233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2003.09,139027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2004.09,150447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2005.09,158899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2006.09,165828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2007.09,179482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2008.09,189110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2009.09,190647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2010.09,198955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2011.09,208431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2012.09,215513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2013.09,222327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2014.09,239703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2015.09,248808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2016.09,262220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2017.09,280434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2018.09,299312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2019.09,314746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2020.09,320601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2021.09,345733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2022.09,373750,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B15S,2023.09,400690,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00NAC00B21,1972.03,6935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1973.03,7840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1974.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1975.03,11447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1976.03,12294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1977.03,14332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1978.03,15918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1979.03,17678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1980.03,20867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1981.03,24249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1982.03,29916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1983.03,34412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1984.03,37688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1985.03,43322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1986.03,49810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1987.03,57661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1988.03,63706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1989.03,67835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1990.03,74099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1991.03,75470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1992.03,73185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1993.03,75842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1994.03,81371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1995.03,87853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1996.03,94433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1997.03,99502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1998.03,103354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,1999.03,105396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2000.03,112662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2001.03,116275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2002.03,124042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2003.03,131075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2004.03,141952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2005.03,154116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2006.03,165298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2007.03,172668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2008.03,186448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2009.03,189882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2010.03,189794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2011.03,198674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2012.03,209729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2013.03,215981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2014.03,229049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2015.03,240731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2016.03,252801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2017.03,269138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2018.03,287863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2019.03,306269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2020.03,322312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2021.03,329713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2022.03,372498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2023.03,408835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21,2024.03,422460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1987.12,62597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1988.12,66578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1989.12,72802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1990.12,76027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1991.12,72488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1992.12,75305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1993.12,80029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1994.12,86417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1995.12,92723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1996.12,98955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1997.12,102458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1998.12,104541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,1999.12,111089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2000.12,115753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2001.12,120992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2002.12,129944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2003.12,138555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2004.12,152047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2005.12,162713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2006.12,170155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2007.12,183474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2008.12,190899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2009.12,187442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2010.12,196805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2011.12,206636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2012.12,214950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2013.12,225860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2014.12,238208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2015.12,249647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2016.12,263933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2017.12,283215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2018.12,302959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2019.12,319727,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2020.12,319997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2021.12,364381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2022.12,403619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21D,2023.12,419524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1987.06,59468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1988.06,64381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1989.06,69454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1990.06,74977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1991.06,74587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1992.06,74037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1993.06,76812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1994.06,82989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1995.06,89620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1996.06,95958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1997.06,101019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1998.06,103417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,1999.06,106840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2000.06,113529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2001.06,117501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2002.06,125405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2003.06,133809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2004.06,144891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2005.06,157549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2006.06,166428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2007.06,176179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2008.06,188991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2009.06,187978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2010.06,191680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2011.06,201377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2012.06,212366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2013.06,217580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2014.06,232767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2015.06,243910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2016.06,255761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2017.06,273020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2018.06,293596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2019.06,310207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2020.06,314773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2021.06,346777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2022.06,382341,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2023.06,413768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21J,2024.06,425581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1988.03,63706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1989.03,67835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1990.03,74099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1991.03,75470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1992.03,73185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1993.03,75842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1994.03,81371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1995.03,87853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1996.03,94433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1997.03,99502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1998.03,103354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,1999.03,105396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2000.03,112662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2001.03,116275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2002.03,124042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2003.03,131075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2004.03,141952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2005.03,154116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2006.03,165298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2007.03,172668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2008.03,186448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2009.03,189882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2010.03,189794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2011.03,198674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2012.03,209729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2013.03,215981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2014.03,229049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2015.03,240731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2016.03,252801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2017.03,269138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2018.03,287863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2019.03,306269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2020.03,322312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2021.03,329713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2022.03,372498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2023.03,408835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21M,2024.03,422460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1987.09,60785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1988.09,65630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1989.09,70494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1990.09,75696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1991.09,73570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1992.09,74279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1993.09,78502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1994.09,84646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1995.09,91173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1996.09,97688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1997.09,101695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1998.09,103454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,1999.09,108924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2000.09,114859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2001.09,118661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2002.09,128275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2003.09,135895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2004.09,148697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2005.09,160453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2006.09,167328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2007.09,180301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2008.09,190103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2009.09,186985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2010.09,194043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2011.09,204726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2012.09,213424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2013.09,221676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2014.09,235624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2015.09,246731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2016.09,259455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2017.09,277426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2018.09,298862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2019.09,314852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2020.09,316652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2021.09,353841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2022.09,394244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00NAC00B21S,2023.09,418279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B01,1978.03,89784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1979.03,90070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1980.03,92044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1981.03,93226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1982.03,97566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1983.03,98473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1984.03,101911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1985.03,106796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1986.03,108521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1987.03,111458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1988.03,112540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1989.03,112141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1990.03,112322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1991.03,112494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1992.03,111267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1993.03,112485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1994.03,119674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1995.03,125800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1996.03,131741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1997.03,136497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1998.03,139336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,1999.03,140533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2000.03,148088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2001.03,152339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2002.03,157536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2003.03,164962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2004.03,172763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2005.03,179826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2006.03,185856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2007.03,191021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2008.03,196848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2009.03,194407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2010.03,194307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2011.03,197114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2012.03,201532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2013.03,206142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2014.03,211829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2015.03,219785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2016.03,227950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2017.03,236477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2018.03,244513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2019.03,253089,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2020.03,259084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2021.03,258045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2022.03,269849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2023.03,277220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01,2024.03,278130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1987.12,112098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1988.12,112091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1989.12,112570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1990.12,112595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1991.12,111106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1992.12,111889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1993.12,117734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1994.12,124308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1995.12,130390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1996.12,135702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1997.12,139023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1998.12,139593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,1999.12,145850,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2000.12,152000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2001.12,155832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2002.12,163162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2003.12,170387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2004.12,178636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2005.12,184383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2006.12,189571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2007.12,196216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2008.12,195514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2009.12,193337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2010.12,196648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2011.12,200170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2012.12,205200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2013.12,209955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2014.12,217865,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2015.12,225748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2016.12,234641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2017.12,242491,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2018.12,250983,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2019.12,258720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2020.12,255235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2021.12,269492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2022.12,275934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01D,2023.12,277787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1987.06,111627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1988.06,112567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1989.06,112454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1990.06,111887,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1991.06,112174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1992.06,111593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1993.06,113672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1994.06,121174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1995.06,127490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1996.06,132975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1997.06,137640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1998.06,139153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,1999.06,141537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2000.06,150008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2001.06,153191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2002.06,159254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2003.06,166491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2004.06,175352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2005.06,181391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2006.06,186860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2007.06,192773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2008.06,196934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2009.06,193449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2010.06,195604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2011.06,197475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2012.06,202882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2013.06,207376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2014.06,213284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2015.06,221906,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2016.06,230241,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2017.06,238373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2018.06,246750,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2019.06,254793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2020.06,252957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2021.06,268227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2022.06,270175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2023.06,278244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01J,2024.06,277810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1988.03,112540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1989.03,112141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1990.03,112322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1991.03,112494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1992.03,111267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1993.03,112485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1994.03,119674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1995.03,125800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1996.03,131741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1997.03,136497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1998.03,139336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,1999.03,140533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2000.03,148088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2001.03,152339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2002.03,157536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2003.03,164962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2004.03,172763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2005.03,179826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2006.03,185856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2007.03,191021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2008.03,196848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2009.03,194407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2010.03,194307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2011.03,197114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2012.03,201532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2013.03,206142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2014.03,211829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2015.03,219785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2016.03,227950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2017.03,236477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2018.03,244513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2019.03,253089,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2020.03,259084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2021.03,258045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2022.03,269849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2023.03,277220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01M,2024.03,278130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1987.09,111329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1988.09,112487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1989.09,112371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1990.09,111989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1991.09,111691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1992.09,111626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1993.09,115661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1994.09,122609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1995.09,128968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1996.09,134172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1997.09,138554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1998.09,139166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,1999.09,143584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2000.09,151198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2001.09,154245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2002.09,161192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2003.09,168426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2004.09,177188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2005.09,183048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2006.09,187876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2007.09,194592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2008.09,196421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2009.09,192887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2010.09,196538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2011.09,198479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2012.09,203775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2013.09,208906,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2014.09,215183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2015.09,223916,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2016.09,232619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2017.09,240201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2018.09,248668,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2019.09,256964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2020.09,254330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2021.09,267767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2022.09,274379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B01S,2023.09,277827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG00RAC00B06,1988.03,104869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1989.03,106793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1990.03,107886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1991.03,106049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1992.03,101397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1993.03,102917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1994.03,109293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1995.03,115614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1996.03,121202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1997.03,124797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1998.03,128578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,1999.03,130411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2000.03,135717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2001.03,141052,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2002.03,147878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2003.03,153353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2004.03,163536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2005.03,170480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2006.03,174020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2007.03,178831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2008.03,186999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2009.03,184992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2010.03,187075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2011.03,191462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2012.03,197338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2013.03,199749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2014.03,212020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2015.03,219454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2016.03,227666,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2017.03,237482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2018.03,246595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2019.03,254533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2020.03,265397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2021.03,264859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2022.03,275461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2023.03,279548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06,2024.03,277085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1987.12,103903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1988.12,106567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1989.12,107808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1990.12,107186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1991.12,101592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1992.12,102133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1993.12,107609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1994.12,114280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1995.12,120088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1996.12,124604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1997.12,126888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1998.12,130185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,1999.12,134423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2000.12,139508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2001.12,146070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2002.12,151851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2003.12,160488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2004.12,169625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2005.12,173712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2006.12,177075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2007.12,185061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2008.12,186863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2009.12,184421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2010.12,191326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2011.12,196008,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2012.12,199004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2013.12,207935,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2014.12,218459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2015.12,224800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2016.12,235768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2017.12,244448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2018.12,252391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2019.12,263453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2020.12,262938,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2021.12,275076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2022.12,278901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06D,2023.12,277461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1987.06,103227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1988.06,105184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1989.06,107160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1990.06,107505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1991.06,104662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1992.06,101897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1993.06,104159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1994.06,110279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1995.06,117460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1996.06,122274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1997.06,125551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1998.06,128935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,1999.06,131816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2000.06,136956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2001.06,142636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2002.06,148850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2003.06,155116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2004.06,166654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2005.06,171594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2006.06,174845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2007.06,180514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2008.06,187860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2009.06,184391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2010.06,188581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2011.06,192639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2012.06,197724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2013.06,201827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2014.06,214783,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2015.06,221099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2016.06,230139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2017.06,239863,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2018.06,248424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2019.06,256801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2020.06,260048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2021.06,274940,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2022.06,275063,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2023.06,279642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06J,2024.06,276654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1988.03,104869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1989.03,106793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1990.03,107886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1991.03,106049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1992.03,101397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1993.03,102917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1994.03,109293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1995.03,115614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1996.03,121202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1997.03,124797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1998.03,128578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,1999.03,130411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2000.03,135717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2001.03,141052,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2002.03,147878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2003.03,153353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2004.03,163536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2005.03,170480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2006.03,174020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2007.03,178831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2008.03,186999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2009.03,184992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2010.03,187075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2011.03,191462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2012.03,197338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2013.03,199749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2014.03,212020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2015.03,219454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2016.03,227666,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2017.03,237482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2018.03,246595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2019.03,254533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2020.03,265397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2021.03,264859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2022.03,275461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2023.03,279548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06M,2024.03,277085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1987.09,102782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1988.09,106279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1989.09,107365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1990.09,107109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1991.09,103195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1992.09,101913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1993.09,106002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1994.09,112075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1995.09,118801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1996.09,123627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1997.09,125810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1998.09,129323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,1999.09,133395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2000.09,138347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2001.09,144102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2002.09,150210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2003.09,157528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2004.09,168363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2005.09,173134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2006.09,175575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2007.09,182300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2008.09,188207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2009.09,184997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2010.09,189171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2011.09,194054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2012.09,198100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2013.09,204634,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2014.09,217041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2015.09,222889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2016.09,232311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2017.09,242160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2018.09,250485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2019.09,259796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2020.09,262044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2021.09,274141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2022.09,278423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B06S,2023.09,278547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG00RAC00B15,1988.03,107033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1989.03,109308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1990.03,109802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1991.03,110535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1992.03,108774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1993.03,110202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1994.03,117326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1995.03,124134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1996.03,129041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1997.03,133448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1998.03,137663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,1999.03,139376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2000.03,146606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2001.03,149935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2002.03,155752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2003.03,163618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2004.03,171262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2005.03,176813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2006.03,182444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2007.03,186614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2008.03,193534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2009.03,190423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2010.03,194306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2011.03,196090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2012.03,201206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2013.03,206413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2014.03,210576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2015.03,218235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2016.03,227505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2017.03,236230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2018.03,246428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2019.03,255949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2020.03,262216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2021.03,262316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2022.03,274554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2023.03,281807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15,2024.03,283874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1987.12,105887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1988.12,108486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1989.12,109676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1990.12,111070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1991.12,108498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1992.12,109545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1993.12,114885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1994.12,123155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1995.12,128005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1996.12,132663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1997.12,136800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1998.12,138078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,1999.12,144489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2000.12,150088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2001.12,153612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2002.12,161460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2003.12,168826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2004.12,176585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2005.12,180876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2006.12,185289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2007.12,192440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2008.12,191491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2009.12,192202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2010.12,196188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2011.12,199624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2012.12,204898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2013.12,209386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2014.12,216209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2015.12,225189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2016.12,234218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2017.12,243732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2018.12,253681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2019.12,261982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2020.12,259041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2021.12,274399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2022.12,280478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15D,2023.12,283015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1987.06,105811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1988.06,107344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1989.06,110372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1990.06,109564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1991.06,109991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1992.06,109661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1993.06,110900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1994.06,119884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1995.06,125444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1996.06,129976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1997.06,134579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1998.06,137544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,1999.06,140948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2000.06,147993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2001.06,151111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2002.06,156956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2003.06,165521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2004.06,173538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2005.06,178141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2006.06,182813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2007.06,188845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2008.06,193337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2009.06,190651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2010.06,196025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2011.06,196062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2012.06,202477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2013.06,207283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2014.06,212130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2015.06,220507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2016.06,230089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2017.06,238395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2018.06,249227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2019.06,257877,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2020.06,256116,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2021.06,272996,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2022.06,274627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2023.06,283222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15J,2024.06,283938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1988.03,107033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1989.03,109308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1990.03,109802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1991.03,110535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1992.03,108774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1993.03,110202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1994.03,117326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1995.03,124134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1996.03,129041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1997.03,133448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1998.03,137663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,1999.03,139376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2000.03,146606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2001.03,149935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2002.03,155752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2003.03,163618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2004.03,171262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2005.03,176813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2006.03,182444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2007.03,186614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2008.03,193534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2009.03,190423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2010.03,194306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2011.03,196090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2012.03,201206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2013.03,206413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2014.03,210576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2015.03,218235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2016.03,227505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2017.03,236230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2018.03,246428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2019.03,255949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2020.03,262216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2021.03,262316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2022.03,274554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2023.03,281807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15M,2024.03,283874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1987.09,105307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1988.09,107816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1989.09,109471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1990.09,110156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1991.09,109456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1992.09,109327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1993.09,112610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1994.09,121503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1995.09,126624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1996.09,131385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1997.09,136004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1998.09,137108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,1999.09,142905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2000.09,149120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2001.09,152231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2002.09,159038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2003.09,167253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2004.09,175293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2005.09,179500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2006.09,183819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2007.09,190609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2008.09,192564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2009.09,191069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2010.09,196671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2011.09,197279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2012.09,203567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2013.09,208463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2014.09,213929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2015.09,222870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2016.09,232332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2017.09,240664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2018.09,251325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2019.09,260235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2020.09,257652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2021.09,272686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2022.09,278908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B15S,2023.09,282803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG00RAC00B21,1988.03,101746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1989.03,103426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1990.03,108229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1991.03,106682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1992.03,101295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1993.03,103264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1994.03,109902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1995.03,117960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1996.03,123485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1997.03,128431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1998.03,132411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,1999.03,133103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2000.03,141100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2001.03,141353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2002.03,147338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2003.03,154551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2004.03,166845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2005.03,177112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2006.03,185530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2007.03,187009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2008.03,197838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2009.03,194192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2010.03,189794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2011.03,195902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2012.03,203428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2013.03,207664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2014.03,216587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2015.03,226156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2016.03,233508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2017.03,244595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2018.03,257685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2019.03,268622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2020.03,276228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2021.03,278056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2022.03,300101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2023.03,307459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21,2024.03,302378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1987.12,101331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1988.12,102511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1989.12,107420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1990.12,108101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1991.12,100960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1992.12,103017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1993.12,107949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1994.12,116301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1995.12,122290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1996.12,127706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1997.12,131649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1998.12,132260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,1999.12,139714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2000.12,141700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2001.12,144622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2002.12,153032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2003.12,162900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2004.12,175922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2005.12,183761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2006.12,186021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2007.12,195639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2008.12,197318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2009.12,187807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2010.12,195007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2011.12,201127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2012.12,206860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2013.12,214503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2014.12,224296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2015.12,231320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2016.12,241354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2017.12,254133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2018.12,267107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2019.12,275636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2020.12,270940,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2021.12,298091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2022.12,308545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21D,2023.12,303086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1987.06,100472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1988.06,101739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1989.06,104897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1990.06,108279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1991.06,104928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1992.06,101868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1993.06,104287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1994.06,112279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1995.06,119546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1996.06,124829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1997.06,130202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1998.06,131971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,1999.06,134765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2000.06,141479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2001.06,141973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2002.06,148188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2003.06,157725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2004.06,169793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2005.06,179973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2006.06,185133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2007.06,189893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2008.06,199033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2009.06,190639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2010.06,192110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2011.06,197011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2012.06,204703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2013.06,209337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2014.06,219350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2015.06,228133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2016.06,235526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2017.06,247421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2018.06,261544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2019.06,270255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2020.06,268711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2021.06,290985,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2022.06,302783,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2023.06,306451,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21J,2024.06,302261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1988.03,101746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1989.03,103426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1990.03,108229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1991.03,106682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1992.03,101295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1993.03,103264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1994.03,109902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1995.03,117960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1996.03,123485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1997.03,128431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1998.03,132411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,1999.03,133103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2000.03,141100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2001.03,141353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2002.03,147338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2003.03,154551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2004.03,166845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2005.03,177112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2006.03,185530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2007.03,187009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2008.03,197838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2009.03,194192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2010.03,189794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2011.03,195902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2012.03,203428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2013.03,207664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2014.03,216587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2015.03,226156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2016.03,233508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2017.03,244595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2018.03,257685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2019.03,268622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2020.03,276228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2021.03,278056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2022.03,300101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2023.03,307459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21M,2024.03,302378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1987.09,100043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1988.09,102349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1989.09,105489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1990.09,108335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1991.09,103024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1992.09,102069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1993.09,106018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1994.09,114195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1995.09,120997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1996.09,126676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1997.09,130804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1998.09,131494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,1999.09,137230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2000.09,142191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2001.09,142705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2002.09,150631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2003.09,160142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2004.09,173294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2005.09,182168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2006.09,185006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2007.09,192870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2008.09,198945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2009.09,187997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2010.09,193892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2011.09,199517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2012.09,205382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2013.09,212364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2014.09,221825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2015.09,229485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2016.09,238223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2017.09,250275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2018.09,264687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2019.09,273075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2020.09,269152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2021.09,293740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2022.09,307068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG00RAC00B21S,2023.09,305579,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG01RAC00B01,1978.03,89784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1979.03,90070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1980.03,92044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1981.03,93226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1982.03,97566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1983.03,98473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1984.03,101911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1985.03,106796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1986.03,108521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1987.03,111458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1988.03,112540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1989.03,112141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1990.03,112322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1991.03,112494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1992.03,111267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1993.03,112485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1994.03,119674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1995.03,125800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1996.03,131741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1997.03,136497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1998.03,139336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,1999.03,140533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2000.03,148088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2001.03,152339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2002.03,157536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2003.03,164962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2004.03,172763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2005.03,179826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2006.03,185856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2007.03,191021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2008.03,196848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2009.03,194407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2010.03,194307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2011.03,197114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2012.03,201532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2013.03,206142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2014.03,211829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2015.03,219785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2016.03,227950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2017.03,236477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2018.03,244513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2019.03,253089,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2020.03,259084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2021.03,258045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2022.03,269849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2023.03,277220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC00B01,2024.03,278130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEA.SG01RAC02B01A01,1978.03,4996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1979.03,4725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1980.03,5347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1981.03,6002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1982.03,5986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1983.03,6221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1984.03,5827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1985.03,6082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1986.03,7205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1987.03,7072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1988.03,7794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1989.03,7573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1990.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1991.03,8410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1992.03,8459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1993.03,7410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1994.03,8671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1995.03,8690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1996.03,9312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1997.03,10134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1998.03,10173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,1999.03,9730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2000.03,10196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2001.03,10566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2002.03,10371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2003.03,10311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2004.03,11468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2005.03,11115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2006.03,11693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2007.03,11748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2008.03,10019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2009.03,10928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2010.03,11174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2011.03,10286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2012.03,11566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2013.03,12145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2014.03,12039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2015.03,12646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2016.03,12928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2017.03,12990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2018.03,12487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2019.03,13336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2020.03,13068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2021.03,13482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2022.03,13500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2023.03,13953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01,2024.03,13977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1987.12,7567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1988.12,7782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1989.12,7122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1990.12,8074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1991.12,8549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1992.12,7589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1993.12,8299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1994.12,8750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1995.12,9091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1996.12,9917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1997.12,10344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1998.12,9757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,1999.12,9979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2000.12,10541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2001.12,10403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2002.12,10287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2003.12,11134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2004.12,11231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2005.12,11491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2006.12,11967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2007.12,10471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2008.12,10471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2009.12,11259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2010.12,10406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2011.12,11171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2012.12,12213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2013.12,11904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2014.12,12541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2015.12,12850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2016.12,12996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2017.12,12619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2018.12,13141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2019.12,13196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2020.12,13280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2021.12,13541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2022.12,13829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01D,2023.12,13954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1987.06,7088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1988.06,7916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1989.06,7387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1990.06,7329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1991.06,8593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1992.06,8234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1993.06,7520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1994.06,8742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1995.06,8817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1996.06,9380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1997.06,10321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1998.06,10014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,1999.06,9664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2000.06,10306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2001.06,10579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2002.06,10307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2003.06,10446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2004.06,11573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2005.06,11086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2006.06,11858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2007.06,11522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2008.06,9737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2009.06,11245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2010.06,10977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2011.06,10448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2012.06,11784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2013.06,11964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2014.06,12173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2015.06,12832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2016.06,13055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2017.06,12848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2018.06,12591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2019.06,13378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2020.06,12921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2021.06,13738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2022.06,13487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2023.06,13991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01J,2024.06,13966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1988.03,7794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1989.03,7573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1990.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1991.03,8410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1992.03,8459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1993.03,7410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1994.03,8671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1995.03,8690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1996.03,9312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1997.03,10134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1998.03,10173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,1999.03,9730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2000.03,10196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2001.03,10566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2002.03,10371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2003.03,10311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2004.03,11468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2005.03,11115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2006.03,11693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2007.03,11748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2008.03,10019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2009.03,10928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2010.03,11174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2011.03,10286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2012.03,11566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2013.03,12145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2014.03,12039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2015.03,12646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2016.03,12928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2017.03,12990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2018.03,12487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2019.03,13336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2020.03,13068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2021.03,13482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2022.03,13500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2023.03,13953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01M,2024.03,13977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1987.09,7275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1988.09,7975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1989.09,7216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1990.09,7580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1991.09,8665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1992.09,7921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1993.09,7812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1994.09,8777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1995.09,8897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1996.09,9584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1997.09,10374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1998.09,9903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,1999.09,9804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2000.09,10408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2001.09,10510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2002.09,10236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2003.09,10745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2004.09,11455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2005.09,11229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2006.09,11990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2007.09,11094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2008.09,9868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2009.09,11325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2010.09,10743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2011.09,10679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2012.09,11991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2013.09,12004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2014.09,12219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2015.09,12920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2016.09,13101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2017.09,12710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2018.09,12780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2019.09,13352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2020.09,13086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2021.09,13641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2022.09,13583,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A01S,2023.09,13962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC02B01A02,1978.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1979.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1980.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1981.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1982.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1983.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1984.03,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1985.03,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1986.03,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1987.03,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1988.03,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1989.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1990.03,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1991.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1992.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1993.03,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1994.03,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1995.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1996.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1997.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1998.03,2844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,1999.03,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2000.03,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2001.03,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2002.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2003.03,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2005.03,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2006.03,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2007.03,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2008.03,3911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2009.03,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2010.03,4132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2011.03,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2012.03,3293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2013.03,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2014.03,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2015.03,3453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2016.03,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2017.03,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2018.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2019.03,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2020.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2021.03,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2022.03,2246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2023.03,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02,2024.03,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1987.12,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1988.12,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1989.12,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1990.12,2184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1991.12,2337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1992.12,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1993.12,2510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1994.12,2384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1995.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1996.12,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1997.12,3066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1998.12,2701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,1999.12,2753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2000.12,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2001.12,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2002.12,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2003.12,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2004.12,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2005.12,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2006.12,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2007.12,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2008.12,4140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2009.12,4040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2010.12,3882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2011.12,3346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2012.12,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2013.12,3201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2014.12,3547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2015.12,3327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2016.12,3056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2017.12,2924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2018.12,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2019.12,2741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2020.12,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2021.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2022.12,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02D,2023.12,2166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1987.06,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1988.06,2380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1989.06,2152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1990.06,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1991.06,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1992.06,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1993.06,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1994.06,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1995.06,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1996.06,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1997.06,3082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1998.06,2735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,1999.06,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2000.06,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2001.06,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2002.06,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2003.06,2512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2004.06,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2005.06,2227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2006.06,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2007.06,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2008.06,4404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2009.06,3765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2010.06,4213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2011.06,3511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2012.06,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2013.06,3202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2014.06,3332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2015.06,3445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2016.06,3187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2017.06,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2018.06,2842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2019.06,2781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2020.06,2541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2021.06,2423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2022.06,2186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2023.06,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02J,2024.06,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1988.03,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1989.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1990.03,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1991.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1992.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1993.03,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1994.03,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1995.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1996.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1997.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1998.03,2844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,1999.03,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2000.03,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2001.03,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2002.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2003.03,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2005.03,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2006.03,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2007.03,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2008.03,3911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2009.03,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2010.03,4132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2011.03,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2012.03,3293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2013.03,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2014.03,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2015.03,3453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2016.03,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2017.03,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2018.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2019.03,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2020.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2021.03,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2022.03,2246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2023.03,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02M,2024.03,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1987.09,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1988.09,2519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1989.09,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1990.09,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1991.09,2434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1992.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1993.09,2378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1994.09,2489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1995.09,2277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1996.09,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1997.09,3125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1998.09,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,1999.09,2810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2000.09,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2001.09,2730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2002.09,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2003.09,2469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2004.09,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2005.09,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2006.09,2240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2007.09,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2008.09,4419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2009.09,3938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2010.09,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2011.09,3416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2012.09,3237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2013.09,3174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2014.09,3469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2015.09,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2016.09,3107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2017.09,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2018.09,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2019.09,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2020.09,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2021.09,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2022.09,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A02S,2023.09,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC02B01A99,1978.03,5866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1979.03,5480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1980.03,5948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1981.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1982.03,6663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1983.03,7159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1984.03,6754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1985.03,7180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1986.03,8745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1987.03,8685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1988.03,9498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1989.03,9297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1990.03,8633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1991.03,10131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1992.03,10280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1993.03,9273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1994.03,10643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1995.03,10502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1996.03,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1997.03,12393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1998.03,12398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,1999.03,11919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2000.03,12357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2001.03,12734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2002.03,12436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2003.03,12411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2004.03,13331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2005.03,12937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2006.03,13581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2007.03,13527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2008.03,13880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2009.03,14843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2010.03,15306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2011.03,14017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2012.03,14954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2013.03,15397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2014.03,15463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2015.03,16222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2016.03,16323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2017.03,16148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2018.03,15536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2019.03,16319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2020.03,16010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2021.03,16157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2022.03,16101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2023.03,16464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99,2024.03,16532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1987.12,9160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1988.12,9502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1989.12,8699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1990.12,9746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1991.12,10357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1992.12,9421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1993.12,10232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1994.12,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1995.12,10903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1996.12,12003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1997.12,12728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1998.12,11874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,1999.12,12138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2000.12,12714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2001.12,12517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2002.12,12368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2003.12,13054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2004.12,13083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2005.12,13355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2006.12,13769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2007.12,13656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2008.12,14592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2009.12,15326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2010.12,14248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2011.12,14583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2012.12,15496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2013.12,15200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2014.12,16193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2015.12,16312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2016.12,16144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2017.12,15683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2018.12,16124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2019.12,16167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2020.12,16001,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2021.12,16170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2022.12,16348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99D,2023.12,16525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1987.06,8675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1988.06,9697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1989.06,8981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1990.06,8809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1991.06,10448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1992.06,10079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1993.06,9335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1994.06,10704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1995.06,10579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1996.06,11279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1997.06,12715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1998.06,12164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,1999.06,11820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2000.06,12457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2001.06,12744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2002.06,12389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2003.06,12493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2004.06,13456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2005.06,12916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2006.06,13727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2007.06,13414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2008.06,14092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2009.06,15076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2010.06,15136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2011.06,13963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2012.06,15232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2013.06,15278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2014.06,15536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2015.06,16475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2016.06,16275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2017.06,15952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2018.06,15592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2019.06,16402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2020.06,15702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2021.06,16481,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2022.06,16046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2023.06,16532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99J,2024.06,16475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1988.03,9498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1989.03,9297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1990.03,8633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1991.03,10131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1992.03,10280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1993.03,9273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1994.03,10643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1995.03,10502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1996.03,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1997.03,12393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1998.03,12398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,1999.03,11919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2000.03,12357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2001.03,12734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2002.03,12436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2003.03,12411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2004.03,13331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2005.03,12937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2006.03,13581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2007.03,13527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2008.03,13880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2009.03,14843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2010.03,15306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2011.03,14017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2012.03,14954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2013.03,15397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2014.03,15463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2015.03,16222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2016.03,16323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2017.03,16148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2018.03,15536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2019.03,16319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2020.03,16010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2021.03,16157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2022.03,16101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2023.03,16464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99M,2024.03,16532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1987.09,8793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1988.09,9863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1989.09,8761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1990.09,9106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1991.09,10577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1992.09,9739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1993.09,9634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1994.09,10706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1995.09,10710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1996.09,11525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1997.09,12798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1998.09,12020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,1999.09,11981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2000.09,12546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2001.09,12665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2002.09,12299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2003.09,12780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2004.09,13295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2005.09,13099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2006.09,13819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2007.09,13548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2008.09,14215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2009.09,15388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2010.09,14641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2011.09,14106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2012.09,15393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2013.09,15293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2014.09,15691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2015.09,16533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2016.09,16217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2017.09,15756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2018.09,15789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2019.09,16362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2020.09,15812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2021.09,16306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2022.09,16133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01A99S,2023.09,16529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Primary Industries,,, +SNEA.SG01RAC02B01B01,1978.03,15824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1979.03,15761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1980.03,16347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1981.03,16150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1982.03,17392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1983.03,17553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1984.03,18014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1985.03,19459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1986.03,18469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1987.03,18492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1988.03,17635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1989.03,17493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1990.03,17349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1991.03,16702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1992.03,16288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1993.03,17019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1994.03,18144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1995.03,19391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1996.03,19501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1997.03,19810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1998.03,19852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,1999.03,19306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2000.03,20155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2001.03,20679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2002.03,20947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2003.03,22775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2004.03,23366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2005.03,24115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2006.03,24339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2007.03,23621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2008.03,23873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2009.03,21841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2010.03,20926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2011.03,21327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2012.03,21260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2013.03,21534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2014.03,21741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2015.03,22212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2016.03,22722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2017.03,23279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2018.03,23765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2019.03,24338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2020.03,24135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2021.03,23532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2022.03,24144,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2023.03,22450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01,2024.03,21539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1987.12,17857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1988.12,17437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1989.12,17485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1990.12,16921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1991.12,16143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1992.12,16828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1993.12,17919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1994.12,19062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1995.12,19502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1996.12,19867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1997.12,19813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1998.12,19341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,1999.12,19887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2000.12,20750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2001.12,20882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2002.12,22191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2003.12,23155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2004.12,24136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2005.12,24277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2006.12,23747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2007.12,23931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2008.12,22554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2009.12,20540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2010.12,21493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2011.12,21203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2012.12,21466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2013.12,21640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2014.12,22133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2015.12,22536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2016.12,23227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2017.12,23666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2018.12,24114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2019.12,24376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2020.12,23316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2021.12,24289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2022.12,23009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01D,2023.12,21791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1987.06,18356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1988.06,17516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1989.06,17481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1990.06,17142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1991.06,16353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1992.06,16598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1993.06,17225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1994.06,18380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1995.06,19558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1996.06,19616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1997.06,19859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1998.06,19601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,1999.06,19287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2000.06,20455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2001.06,20828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2002.06,21124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2003.06,23025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2004.06,23728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2005.06,24199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2006.06,24196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2007.06,23665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2008.06,23759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2009.06,20747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2010.06,21560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2011.06,21239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2012.06,21209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2013.06,21550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2014.06,21834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2015.06,22141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2016.06,22882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2017.06,23615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2018.06,23800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2019.06,24350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2020.06,23291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2021.06,24596,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2022.06,23677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2023.06,22338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01J,2024.06,21382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1988.03,17635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1989.03,17493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1990.03,17349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1991.03,16702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1992.03,16288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1993.03,17019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1994.03,18144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1995.03,19391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1996.03,19501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1997.03,19810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1998.03,19852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,1999.03,19306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2000.03,20155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2001.03,20679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2002.03,20947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2003.03,22775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2004.03,23366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2005.03,24115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2006.03,24339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2007.03,23621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2008.03,23873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2009.03,21841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2010.03,20926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2011.03,21327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2012.03,21260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2013.03,21534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2014.03,21741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2015.03,22212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2016.03,22722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2017.03,23279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2018.03,23765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2019.03,24338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2020.03,24135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2021.03,23532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2022.03,24144,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2023.03,22450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01M,2024.03,21539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1987.09,18033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1988.09,17454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1989.09,17421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1990.09,17025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1991.09,16195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1992.09,16710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1993.09,17600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1994.09,18661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1995.09,19529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1996.09,19760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1997.09,19821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1998.09,19498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,1999.09,19445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2000.09,20678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2001.09,20900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2002.09,21582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2003.09,23109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2004.09,23979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2005.09,24320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2006.09,23786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2007.09,23861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2008.09,23412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2009.09,20083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2010.09,21825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2011.09,21355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2012.09,21112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2013.09,21657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2014.09,21962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2015.09,22229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2016.09,23150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2017.09,23790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2018.09,23827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2019.09,24408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2020.09,23307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2021.09,24284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2022.09,23663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B01S,2023.09,22020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC02B01B02,1978.03,3019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1979.03,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1980.03,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1981.03,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1982.03,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1983.03,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1984.03,4093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1985.03,4135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1986.03,4262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1987.03,4357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1988.03,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1989.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1990.03,4535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1991.03,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1992.03,4677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1993.03,4551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1994.03,4823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1995.03,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1996.03,5272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1997.03,4936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1998.03,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,1999.03,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2000.03,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2001.03,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2002.03,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2003.03,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2004.03,5441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2005.03,5400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2006.03,5394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2007.03,5778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2008.03,5731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2009.03,5780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2010.03,6069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2011.03,6229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2012.03,6121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2013.03,6320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2014.03,6271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2015.03,6463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2016.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2017.03,6756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2018.03,6655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2019.03,7041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2020.03,7170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2021.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2022.03,7166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2023.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02,2024.03,7514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1987.12,4427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1988.12,4414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1989.12,4473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1990.12,4713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1991.12,4650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1992.12,4517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1993.12,4797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1994.12,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1995.12,5190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1996.12,5032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1997.12,4931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1998.12,5298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,1999.12,5110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2000.12,5130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2001.12,4941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2002.12,5227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2003.12,5348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2004.12,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2005.12,5396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2006.12,5657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2007.12,5756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2008.12,5775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2009.12,5991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2010.12,6200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2011.12,6147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2012.12,6280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2013.12,6258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2014.12,6423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2015.12,6671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2016.12,6760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2017.12,6681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2018.12,6935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2019.12,7154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2020.12,7013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2021.12,7127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2022.12,7322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02D,2023.12,7463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1987.06,4408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1988.06,4427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1989.06,4441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1990.06,4573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1991.06,4705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1992.06,4631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1993.06,4586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1994.06,4816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1995.06,5158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1996.06,5206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1997.06,4873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1998.06,5164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,1999.06,5233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2000.06,5095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2001.06,5093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2002.06,4959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2003.06,5280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2004.06,5530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2005.06,5389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2006.06,5460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2007.06,5763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2008.06,5735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2009.06,5881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2010.06,6112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2011.06,6220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2012.06,6111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2013.06,6323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2014.06,6307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2015.06,6544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2016.06,6766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2017.06,6736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2018.06,6759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2019.06,7068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2020.06,7054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2021.06,7084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2022.06,7181,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2023.06,7454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02J,2024.06,7508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1988.03,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1989.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1990.03,4535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1991.03,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1992.03,4677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1993.03,4551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1994.03,4823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1995.03,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1996.03,5272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1997.03,4936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1998.03,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,1999.03,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2000.03,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2001.03,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2002.03,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2003.03,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2004.03,5441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2005.03,5400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2006.03,5394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2007.03,5778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2008.03,5731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2009.03,5780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2010.03,6069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2011.03,6229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2012.03,6121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2013.03,6320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2014.03,6271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2015.03,6463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2016.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2017.03,6756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2018.03,6655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2019.03,7041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2020.03,7170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2021.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2022.03,7166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2023.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02M,2024.03,7514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1987.09,4396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1988.09,4401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1989.09,4493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1990.09,4631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1991.09,4646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1992.09,4513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1993.09,4809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1994.09,4886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1995.09,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1996.09,5087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1997.09,4928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1998.09,5263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,1999.09,5171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2000.09,5106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2001.09,4998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2002.09,5100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2003.09,5317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2004.09,5554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2005.09,5360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2006.09,5534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2007.09,5781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2008.09,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2009.09,5905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2010.09,6184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2011.09,6189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2012.09,6177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2013.09,6278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2014.09,6391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2015.09,6605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2016.09,6781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2017.09,6686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2018.09,6859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2019.09,7106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2020.09,7028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2021.09,7106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2022.09,7263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B02S,2023.09,7456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC02B01B03,1978.03,6039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1979.03,5591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1980.03,5166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1981.03,5105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1982.03,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1983.03,5617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1984.03,6064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1985.03,6358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1986.03,6523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1987.03,6429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1988.03,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1989.03,6106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1990.03,6340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1991.03,5404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1992.03,4603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1993.03,4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1994.03,4919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1995.03,5503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1996.03,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1997.03,6588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1998.03,6893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,1999.03,6645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2000.03,7582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2001.03,7317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2002.03,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2003.03,8203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2004.03,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2005.03,9830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2006.03,10136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2007.03,10627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2008.03,11280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2009.03,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2010.03,10464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2011.03,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2012.03,10368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2013.03,10895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2014.03,11461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2015.03,12464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2016.03,13378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2017.03,14371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2018.03,15700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2019.03,16219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2020.03,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2021.03,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2022.03,17258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2023.03,17600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03,2024.03,17280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1987.12,6366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1988.12,6234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1989.12,6368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1990.12,5594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1991.12,4697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1992.12,4573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1993.12,4887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1994.12,5272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1995.12,5971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1996.12,6426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1997.12,6904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1998.12,6695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,1999.12,7104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2000.12,7701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2001.12,7486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2002.12,7985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2003.12,8749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2004.12,9665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2005.12,9956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2006.12,10504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2007.12,11268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2008.12,10610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2009.12,10485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2010.12,10439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2011.12,10287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2012.12,10668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2013.12,11288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2014.12,12263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2015.12,13067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2016.12,14227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2017.12,15378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2018.12,15949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2019.12,17324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2020.12,17213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2021.12,17651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2022.12,17589,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03D,2023.12,17435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1987.06,6374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1988.06,6480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1989.06,6214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1990.06,6148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1991.06,5142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1992.06,4558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1993.06,4598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1994.06,5037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1995.06,5709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1996.06,6148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1997.06,6680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1998.06,6910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,1999.06,6620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2000.06,7750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2001.06,7285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2002.06,7660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2003.06,8401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2004.06,9259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2005.06,9910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2006.06,10161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2007.06,10848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2008.06,11138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2009.06,10473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2010.06,10541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2011.06,10231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2012.06,10421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2013.06,11146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2014.06,11689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2015.06,12632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2016.06,13685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2017.06,14564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2018.06,15914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2019.06,16516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2020.06,16289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2021.06,18930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2022.06,17028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2023.06,17694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03J,2024.06,17080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1988.03,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1989.03,6106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1990.03,6340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1991.03,5404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1992.03,4603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1993.03,4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1994.03,4919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1995.03,5503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1996.03,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1997.03,6588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1998.03,6893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,1999.03,6645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2000.03,7582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2001.03,7317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2002.03,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2003.03,8203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2004.03,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2005.03,9830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2006.03,10136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2007.03,10627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2008.03,11280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2009.03,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2010.03,10464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2011.03,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2012.03,10368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2013.03,10895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2014.03,11461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2015.03,12464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2016.03,13378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2017.03,14371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2018.03,15700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2019.03,16219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2020.03,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2021.03,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2022.03,17258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2023.03,17600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03M,2024.03,17280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1987.09,6302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1988.09,6367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1989.09,6263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1990.09,5858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1991.09,4936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1992.09,4554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1993.09,4775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1994.09,5137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1995.09,5826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1996.09,6293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1997.09,6840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1998.09,6737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,1999.09,6852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2000.09,7812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2001.09,7284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2002.09,7881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2003.09,8605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2004.09,9495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2005.09,9887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2006.09,10315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2007.09,11054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2008.09,10954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2009.09,10394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2010.09,10502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2011.09,10220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2012.09,10535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2013.09,11251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2014.09,12027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2015.09,12777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2016.09,13963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2017.09,14971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2018.09,15905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2019.09,16943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2020.09,16939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2021.09,17965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2022.09,17544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B03S,2023.09,17526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC02B01B04,1978.03,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1979.03,3720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1980.03,3603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1981.03,3837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1982.03,3924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1983.03,4218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1984.03,4308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1985.03,4570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1986.03,4307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1987.03,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1988.03,4512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1989.03,4527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1990.03,4247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1991.03,4295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1992.03,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1993.03,4486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1994.03,4665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1995.03,4876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1996.03,5080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1997.03,5138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1998.03,5328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,1999.03,5170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2000.03,5252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2001.03,5420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2002.03,5529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2003.03,6586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2004.03,6999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2005.03,7159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2006.03,7402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2007.03,7226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2008.03,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2009.03,6998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2010.03,6919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2011.03,6750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2012.03,6900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2013.03,7183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2014.03,7133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2015.03,7134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2016.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2017.03,7328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2018.03,7490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2019.03,7678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2020.03,7569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2021.03,7610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2022.03,7526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2023.03,7711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B04,2024.03,7707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEA.SG01RAC02B01B05,1988.03,13469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1989.03,13298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1990.03,13500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1991.03,12713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1992.03,12156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1993.03,12800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1994.03,13804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1995.03,14898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1996.03,14755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1997.03,15015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1998.03,14822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,1999.03,14429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2000.03,15267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2001.03,15622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2002.03,15770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2003.03,16355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2004.03,16491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2005.03,17091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2006.03,17050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2007.03,16499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2008.03,16648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2009.03,14941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2010.03,14007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2011.03,14577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2012.03,14350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2013.03,14302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2014.03,14570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2015.03,15060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2016.03,15328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2017.03,15978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2018.03,16302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2019.03,16685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2020.03,16603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2021.03,15895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2022.03,16626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2023.03,14699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B05,2024.03,13773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEA.SG01RAC02B01B99,1978.03,25073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1979.03,24792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1980.03,25321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1981.03,25116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1982.03,26906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1983.03,27214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1984.03,28349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1985.03,30292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1986.03,29351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1987.03,29369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1988.03,28535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1989.03,28006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1990.03,28138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1991.03,26785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1992.03,25632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1993.03,26315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1994.03,28119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1995.03,30148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1996.03,30930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1997.03,31522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1998.03,31901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,1999.03,31260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2000.03,32917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2001.03,33292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2002.03,33705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2003.03,36505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2004.03,37908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2005.03,39497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2006.03,40011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2007.03,40084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2008.03,40934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2009.03,38153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2010.03,37459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2011.03,37932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2012.03,37749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2013.03,38736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2014.03,39445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2015.03,41098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2016.03,42763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2017.03,44295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2018.03,46002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2019.03,47470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2020.03,48488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2021.03,48060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2022.03,48430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2023.03,47338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99,2024.03,46281,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1987.12,28649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1988.12,28060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1989.12,28272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1990.12,27183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1991.12,25524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1992.12,26117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1993.12,27820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1994.12,29576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1995.12,30799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1996.12,31510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1997.12,31802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1998.12,31370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,1999.12,32208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2000.12,33710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2001.12,33519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2002.12,35631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2003.12,37464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2004.12,39445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2005.12,39783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2006.12,39986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2007.12,41007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2008.12,38983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2009.12,37013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2010.12,38144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2011.12,37632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2012.12,38409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2013.12,39167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2014.12,40780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2015.12,42202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2016.12,44107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2017.12,45613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2018.12,46870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2019.12,48724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2020.12,47413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2021.12,48935,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2022.12,47837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99D,2023.12,46634,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1987.06,29205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1988.06,28360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1989.06,28116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1990.06,27775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1991.06,26168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1992.06,25918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1993.06,26642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1994.06,28478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1995.06,30620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1996.06,31098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1997.06,31613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1998.06,31741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,1999.06,31199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2000.06,33406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2001.06,33397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2002.06,33958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2003.06,36960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2004.06,38688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2005.06,39651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2006.06,39949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2007.06,40329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2008.06,40682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2009.06,37108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2010.06,38232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2011.06,37683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2012.06,37741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2013.06,39002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2014.06,39798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2015.06,41257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2016.06,43239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2017.06,44826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2018.06,46346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2019.06,47808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2020.06,46504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2021.06,50486,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2022.06,47762,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2023.06,47422,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99J,2024.06,45916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1988.03,28535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1989.03,28006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1990.03,28138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1991.03,26785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1992.03,25632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1993.03,26315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1994.03,28119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1995.03,30148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1996.03,30930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1997.03,31522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1998.03,31901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,1999.03,31260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2000.03,32917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2001.03,33292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2002.03,33705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2003.03,36505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2004.03,37908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2005.03,39497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2006.03,40011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2007.03,40084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2008.03,40934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2009.03,38153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2010.03,37459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2011.03,37932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2012.03,37749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2013.03,38736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2014.03,39445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2015.03,41098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2016.03,42763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2017.03,44295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2018.03,46002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2019.03,47470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2020.03,48488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2021.03,48060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2022.03,48430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2023.03,47338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99M,2024.03,46281,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1987.09,28773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1988.09,28175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1989.09,28131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1990.09,27450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1991.09,25773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1992.09,25963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1993.09,27376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1994.09,28931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1995.09,30662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1996.09,31305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1997.09,31758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1998.09,31554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,1999.09,31530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2000.09,33724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2001.09,33400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2002.09,34768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2003.09,37269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2004.09,39203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2005.09,39737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2006.09,39738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2007.09,40750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2008.09,40185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2009.09,36368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2010.09,38545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2011.09,37755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2012.09,37818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2013.09,39177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2014.09,40346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2015.09,41526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2016.09,43787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2017.09,45367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2018.09,46458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2019.09,48333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2020.09,47144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2021.09,49222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2022.09,48381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01B99S,2023.09,46943,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEA.SG01RAC02B01C01,1978.03,5730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1979.03,5687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1980.03,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1981.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1982.03,6182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1983.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1984.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1985.03,6029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1986.03,5370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1987.03,6261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1988.03,6022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1989.03,6245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1990.03,6488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1991.03,6408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1992.03,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1993.03,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1994.03,6472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1995.03,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1996.03,7339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1997.03,7362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1998.03,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,1999.03,7722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2000.03,8497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2001.03,9192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2002.03,9794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2003.03,9122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2004.03,9182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2005.03,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2006.03,10446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2007.03,10604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2008.03,11039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2009.03,10512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2010.03,9869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2011.03,10505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2012.03,10834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2013.03,11046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2014.03,11282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2015.03,11572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2016.03,11489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2017.03,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2018.03,12309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2019.03,12782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2020.03,12924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2021.03,12936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2022.03,14264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2023.03,15045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01,2024.03,14497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1987.12,6072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1988.12,6108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1989.12,6537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1990.12,6532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1991.12,6014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1992.12,6082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1993.12,6300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1994.12,6831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1995.12,7315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1996.12,7347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1997.12,7465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1998.12,7640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,1999.12,8353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2000.12,9067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2001.12,9574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2002.12,9486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2003.12,8936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2004.12,9857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2005.12,10359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2006.12,10545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2007.12,10983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2008.12,10746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2009.12,9868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2010.12,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2011.12,10756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2012.12,10999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2013.12,11225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2014.12,11571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2015.12,11468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2016.12,11697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2017.12,12179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2018.12,12705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2019.12,12915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2020.12,12722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2021.12,14044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2022.12,14961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01D,2023.12,14662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1987.06,6287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1988.06,5936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1989.06,6446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1990.06,6439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1991.06,6290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1992.06,6017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1993.06,6136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1994.06,6580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1995.06,7049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1996.06,7311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1997.06,7447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1998.06,7495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,1999.06,7903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2000.06,8871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2001.06,9124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2002.06,10015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2003.06,8747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2004.06,9438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2005.06,10154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2006.06,10416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2007.06,10727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2008.06,11013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2009.06,10277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2010.06,9949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2011.06,10698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2012.06,10847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2013.06,11060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2014.06,11417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2015.06,11490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2016.06,11558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2017.06,11900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2018.06,12457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2019.06,12829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2020.06,12530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2021.06,13610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2022.06,14503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2023.06,15006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01J,2024.06,14276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1988.03,6022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1989.03,6245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1990.03,6488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1991.03,6408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1992.03,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1993.03,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1994.03,6472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1995.03,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1996.03,7339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1997.03,7362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1998.03,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,1999.03,7722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2000.03,8497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2001.03,9192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2002.03,9794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2003.03,9122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2004.03,9182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2005.03,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2006.03,10446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2007.03,10604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2008.03,11039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2009.03,10512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2010.03,9869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2011.03,10505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2012.03,10834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2013.03,11046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2014.03,11282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2015.03,11572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2016.03,11489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2017.03,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2018.03,12309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2019.03,12782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2020.03,12924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2021.03,12936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2022.03,14264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2023.03,15045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01M,2024.03,14497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1987.09,6196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1988.09,5940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1989.09,6500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1990.09,6511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1991.09,6149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1992.09,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1993.09,6217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1994.09,6682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1995.09,7209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1996.09,7316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1997.09,7426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1998.09,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,1999.09,8173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2000.09,8982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2001.09,9316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2002.09,9844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2003.09,8732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2004.09,9664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2005.09,10296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2006.09,10459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2007.09,10840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2008.09,10926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2009.09,10032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2010.09,10148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2011.09,10710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2012.09,10920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2013.09,11115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2014.09,11505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2015.09,11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2016.09,11628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2017.09,11995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2018.09,12621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2019.09,12870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2020.09,12662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2021.09,13707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2022.09,14827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C01S,2023.09,14871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Wholesale trade,,, +SNEA.SG01RAC02B01C02,1978.03,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1979.03,6854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1980.03,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1981.03,6551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1982.03,6875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1983.03,6679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1984.03,7011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1985.03,7186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1986.03,7383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1987.03,7335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1988.03,7308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1989.03,7143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1990.03,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1991.03,6975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1992.03,6811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1993.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1994.03,7378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1995.03,7976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1996.03,8264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1997.03,8432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1998.03,8583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,1999.03,8601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2000.03,9128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2001.03,9275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2002.03,9617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2003.03,10076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2004.03,10587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2005.03,11256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2006.03,11789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2007.03,12366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2008.03,12597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2009.03,12074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2010.03,12081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2011.03,12317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2012.03,12797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2013.03,13174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2014.03,13737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2015.03,14554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2016.03,15343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2017.03,16215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2018.03,17040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2019.03,17708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2020.03,18101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2021.03,18186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2022.03,19498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2023.03,19689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02,2024.03,18908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1987.12,7320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1988.12,7151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1989.12,7184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1990.12,7023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1991.12,6791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1992.12,6944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1993.12,7253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1994.12,7852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1995.12,8200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1996.12,8416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1997.12,8535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1998.12,8551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,1999.12,9021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2000.12,9243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2001.12,9490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2002.12,10003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2003.12,10412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2004.12,11104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2005.12,11649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2006.12,12124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2007.12,12662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2008.12,12275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2009.12,11972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2010.12,12290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2011.12,12663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2012.12,13073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2013.12,13611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2014.12,14275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2015.12,15159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2016.12,15985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2017.12,16893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2018.12,17554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2019.12,18128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2020.12,17798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2021.12,19577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2022.12,19685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02D,2023.12,18991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1987.06,7344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1988.06,7233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1989.06,7244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1990.06,7049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1991.06,6921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1992.06,6824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1993.06,7068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1994.06,7523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1995.06,8115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1996.06,8273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1997.06,8456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1998.06,8571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,1999.06,8706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2000.06,9182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2001.06,9340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2002.06,9743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2003.06,10148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2004.06,10739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2005.06,11407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2006.06,11882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2007.06,12532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2008.06,12484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2009.06,11989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2010.06,12189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2011.06,12359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2012.06,12940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2013.06,13321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2014.06,13860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2015.06,14754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2016.06,15573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2017.06,16467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2018.06,17190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2019.06,17827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2020.06,17194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2021.06,19845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2022.06,19319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2023.06,19391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02J,2024.06,18772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1988.03,7308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1989.03,7143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1990.03,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1991.03,6975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1992.03,6811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1993.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1994.03,7378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1995.03,7976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1996.03,8264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1997.03,8432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1998.03,8583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,1999.03,8601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2000.03,9128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2001.03,9275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2002.03,9617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2003.03,10076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2004.03,10587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2005.03,11256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2006.03,11789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2007.03,12366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2008.03,12597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2009.03,12074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2010.03,12081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2011.03,12317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2012.03,12797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2013.03,13174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2014.03,13737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2015.03,14554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2016.03,15343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2017.03,16215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2018.03,17040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2019.03,17708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2020.03,18101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2021.03,18186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2022.03,19498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2023.03,19689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02M,2024.03,18908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1987.09,7234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1988.09,7191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1989.09,7209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1990.09,7011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1991.09,6873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1992.09,6859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1993.09,7155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1994.09,7674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1995.09,8159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1996.09,8324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1997.09,8482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1998.09,8541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,1999.09,8883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2000.09,9198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2001.09,9410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2002.09,9878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2003.09,10251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2004.09,10939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2005.09,11522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2006.09,11962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2007.09,12649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2008.09,12388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2009.09,11943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2010.09,12279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2011.09,12453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2012.09,12994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2013.09,13474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2014.09,14018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2015.09,14952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2016.09,15776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2017.09,16647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2018.09,17328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2019.09,18009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2020.09,17580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2021.09,19455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2022.09,19757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C02S,2023.09,19185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC02B01C03,1978.03,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1979.03,3229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1980.03,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1981.03,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1982.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1983.03,3212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1984.03,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1985.03,3762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1986.03,3525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1987.03,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1988.03,3970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1989.03,4201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1990.03,4077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1991.03,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1992.03,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1993.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1994.03,4826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1995.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1996.03,5922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1997.03,6041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1998.03,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,1999.03,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2000.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2001.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2002.03,6911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2003.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2004.03,7387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2005.03,7926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2006.03,8122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2007.03,7914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2008.03,8209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2009.03,8162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2010.03,7929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2011.03,8639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2012.03,8790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2013.03,8851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2014.03,9038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2015.03,9681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2016.03,10175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2017.03,10514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2018.03,10889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2019.03,11143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2020.03,11160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2021.03,9099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2022.03,9678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2023.03,10677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03,2024.03,10383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1987.12,3890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1988.12,4216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1989.12,4093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1990.12,4051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1991.12,4156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1992.12,4286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1993.12,4721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1994.12,5198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1995.12,5767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1996.12,6098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1997.12,6045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1998.12,6031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,1999.12,6357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2000.12,6576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2001.12,6783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2002.12,7142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2003.12,7291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2004.12,7795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2005.12,8158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2006.12,7909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2007.12,8090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2008.12,8341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2009.12,7811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2010.12,8503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2011.12,8780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2012.12,8857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2013.12,8919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2014.12,9497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2015.12,10068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2016.12,10506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2017.12,10757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2018.12,11090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2019.12,11360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2020.12,9354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2021.12,9692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2022.12,10402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03D,2023.12,10434,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1987.06,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1988.06,4085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1989.06,4180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1990.06,4070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1991.06,4064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1992.06,4208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1993.06,4554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1994.06,4953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1995.06,5428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1996.06,6015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1997.06,6028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1998.06,6056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,1999.06,6151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2000.06,6500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2001.06,6666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2002.06,6952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2003.06,7214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2004.06,7521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2005.06,8041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2006.06,8022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2007.06,7951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2008.06,8303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2009.06,7984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2010.06,8087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2011.06,8725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2012.06,8843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2013.06,8838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2014.06,9210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2015.06,9768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2016.06,10268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2017.06,10613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2018.06,10980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2019.06,11246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2020.06,10399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2021.06,9510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2022.06,9766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2023.06,10765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03J,2024.06,10291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1988.03,3970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1989.03,4201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1990.03,4077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1991.03,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1992.03,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1993.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1994.03,4826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1995.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1996.03,5922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1997.03,6041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1998.03,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,1999.03,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2000.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2001.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2002.03,6911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2003.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2004.03,7387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2005.03,7926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2006.03,8122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2007.03,7914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2008.03,8209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2009.03,8162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2010.03,7929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2011.03,8639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2012.03,8790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2013.03,8851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2014.03,9038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2015.03,9681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2016.03,10175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2017.03,10514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2018.03,10889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2019.03,11143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2020.03,11160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2021.03,9099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2022.03,9678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2023.03,10677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03M,2024.03,10383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1987.09,3811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1988.09,4180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1989.09,4123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1990.09,4079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1991.09,4053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1992.09,4260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1993.09,4655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1994.09,5045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1995.09,5612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1996.09,6058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1997.09,6027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1998.09,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,1999.09,6214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2000.09,6547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2001.09,6750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2002.09,7014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2003.09,7236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2004.09,7680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2005.09,8149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2006.09,7940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2007.09,8002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2008.09,8354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2009.09,7851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2010.09,8316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2011.09,8763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2012.09,8838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2013.09,8867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2014.09,9345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2015.09,9944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2016.09,10405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2017.09,10656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2018.09,11060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2019.09,11270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2020.09,9871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2021.09,9613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2022.09,10141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C03S,2023.09,10574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC02B01C04,1978.03,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1979.03,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1980.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1981.03,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1982.03,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1983.03,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1984.03,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1985.03,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1986.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1987.03,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1988.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1989.03,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1990.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1991.03,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1992.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1993.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1994.03,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1995.03,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1996.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1997.03,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1998.03,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,1999.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2000.03,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2001.03,4104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2002.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2003.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2004.03,4832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2005.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2006.03,5087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2007.03,5355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2008.03,5732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2009.03,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2010.03,5910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2011.03,6224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2012.03,6467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2013.03,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2014.03,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2015.03,8002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2016.03,8670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2017.03,8341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2018.03,8453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2019.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2020.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2021.03,10238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2022.03,11240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2023.03,11648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04,2024.03,11956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1987.12,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1988.12,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1989.12,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1990.12,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1991.12,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1992.12,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1993.12,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1994.12,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1995.12,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1996.12,2831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1997.12,3024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1998.12,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,1999.12,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2000.12,4011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2001.12,4324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2002.12,4552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2003.12,4799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2004.12,4950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2005.12,5074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2006.12,5245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2007.12,5643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2008.12,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2009.12,5903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2010.12,6105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2011.12,6450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2012.12,6663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2013.12,7263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2014.12,7851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2015.12,8551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2016.12,8448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2017.12,8329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2018.12,9019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2019.12,9209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2020.12,9901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2021.12,11142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2022.12,11515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04D,2023.12,11926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1987.06,1718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1988.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1989.06,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1990.06,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1991.06,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1992.06,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1993.06,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1994.06,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1995.06,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1996.06,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1997.06,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1998.06,3084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,1999.06,3293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2000.06,3848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2001.06,4175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2002.06,4435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2003.06,4662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2004.06,4888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2005.06,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2006.06,5126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2007.06,5463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2008.06,5790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2009.06,5868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2010.06,5930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2011.06,6322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2012.06,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2013.06,6954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2014.06,7543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2015.06,8243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2016.06,8650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2017.06,8273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2018.06,8648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2019.06,9142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2020.06,9398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2021.06,10662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2022.06,11304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2023.06,11742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04J,2024.06,11999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1988.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1989.03,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1990.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1991.03,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1992.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1993.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1994.03,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1995.03,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1996.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1997.03,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1998.03,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,1999.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2000.03,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2001.03,4104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2002.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2003.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2004.03,4832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2005.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2006.03,5087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2007.03,5355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2008.03,5732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2009.03,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2010.03,5910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2011.03,6224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2012.03,6467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2013.03,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2014.03,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2015.03,8002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2016.03,8670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2017.03,8341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2018.03,8453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2019.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2020.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2021.03,10238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2022.03,11240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2023.03,11648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04M,2024.03,11956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1987.09,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1988.09,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1989.09,1858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1990.09,1919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1991.09,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1992.09,2033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1993.09,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1994.09,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1995.09,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1996.09,2779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1997.09,2980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1998.09,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,1999.09,3415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2000.09,3954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2001.09,4244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2002.09,4494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2003.09,4740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2004.09,4903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2005.09,5055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2006.09,5176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2007.09,5560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2008.09,5831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2009.09,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2010.09,5985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2011.09,6403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2012.09,6566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2013.09,7120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2014.09,7670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2015.09,8413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2016.09,8573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2017.09,8266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2018.09,8833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2019.09,9181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2020.09,9604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2021.09,10904,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2022.09,11483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C04S,2023.09,11845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC02B01C05,1978.03,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1979.03,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1980.03,3928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1981.03,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1982.03,4231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1983.03,4185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1984.03,4649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1985.03,4895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1986.03,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1987.03,5891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1988.03,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1989.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1990.03,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1991.03,5466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1992.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1993.03,5768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1994.03,5991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1995.03,6216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1996.03,6422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1997.03,6563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1998.03,6759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,1999.03,6967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2000.03,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2001.03,7620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2002.03,7675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2003.03,7963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2004.03,8641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2005.03,9351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2006.03,9820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2007.03,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2008.03,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2009.03,10762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2010.03,11119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2011.03,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2012.03,11514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2013.03,11796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2014.03,12204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2015.03,12477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2016.03,12740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2017.03,13119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2018.03,13860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2019.03,14359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2020.03,14625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2021.03,14993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2022.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2023.03,15243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05,2024.03,15627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1987.12,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1988.12,5818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1989.12,5595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1990.12,5439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1991.12,5598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1992.12,5750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1993.12,5922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1994.12,6129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1995.12,6421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1996.12,6489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1997.12,6752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1998.12,6876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,1999.12,7229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2000.12,7584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2001.12,7667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2002.12,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2003.12,8450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2004.12,9188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2005.12,9726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2006.12,10206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2007.12,10604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2008.12,10659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2009.12,11086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2010.12,11166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2011.12,11426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2012.12,11721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2013.12,12124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2014.12,12401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2015.12,12666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2016.12,13011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2017.12,13655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2018.12,14291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2019.12,14578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2020.12,14896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2021.12,14955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2022.12,15085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05D,2023.12,15580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1987.06,5911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1988.06,5920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1989.06,5753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1990.06,5438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1991.06,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1992.06,5700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1993.06,5807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1994.06,6027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1995.06,6297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1996.06,6443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1997.06,6642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1998.06,6776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,1999.06,7052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2000.06,7421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2001.06,7640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2002.06,7709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2003.06,8110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2004.06,8833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2005.06,9485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2006.06,9945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2007.06,10458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2008.06,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2009.06,10880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2010.06,11134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2011.06,11266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2012.06,11594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2013.06,11896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2014.06,12264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2015.06,12535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2016.06,12830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2017.06,13264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2018.06,14062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2019.06,14433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2020.06,14669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2021.06,15034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2022.06,14945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2023.06,15368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05J,2024.06,15657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1988.03,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1989.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1990.03,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1991.03,5466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1992.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1993.03,5768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1994.03,5991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1995.03,6216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1996.03,6422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1997.03,6563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1998.03,6759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,1999.03,6967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2000.03,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2001.03,7620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2002.03,7675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2003.03,7963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2004.03,8641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2005.03,9351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2006.03,9820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2007.03,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2008.03,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2009.03,10762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2010.03,11119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2011.03,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2012.03,11514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2013.03,11796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2014.03,12204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2015.03,12477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2016.03,12740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2017.03,13119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2018.03,13860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2019.03,14359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2020.03,14625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2021.03,14993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2022.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2023.03,15243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05M,2024.03,15627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1987.09,5940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1988.09,5856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1989.09,5687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1990.09,5431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1991.09,5552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1992.09,5739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1993.09,5859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1994.09,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1995.09,6376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1996.09,6457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1997.09,6714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1998.09,6809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,1999.09,7140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2000.09,7517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2001.09,7652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2002.09,7756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2003.09,8279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2004.09,9013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2005.09,9614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2006.09,10065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2007.09,10551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2008.09,10613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2009.09,11002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2010.09,11145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2011.09,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2012.09,11657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2013.09,12014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2014.09,12316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2015.09,12610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2016.09,12915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2017.09,13420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2018.09,14212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2019.09,14528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2020.09,14771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2021.09,15024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2022.09,15030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C05S,2023.09,15440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC02B01C06,1978.03,12148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1979.03,12267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1980.03,12380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1981.03,12415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1982.03,12719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1983.03,12807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1984.03,13371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1985.03,13926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1986.03,14331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1987.03,14702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1988.03,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1989.03,14926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1990.03,14778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1991.03,15100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1992.03,15318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1993.03,15203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1994.03,15684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1995.03,15926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1996.03,16551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1997.03,16920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1998.03,17175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,1999.03,17311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2000.03,17959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2001.03,18592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2002.03,19551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2003.03,20730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2004.03,21699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2005.03,22579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2006.03,23627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2007.03,24721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2008.03,24872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2009.03,25040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2010.03,25605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2011.03,26135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2012.03,27386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2013.03,28141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2014.03,29026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2015.03,29616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2016.03,31211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2017.03,32794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2018.03,33781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2019.03,34568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2020.03,35518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2021.03,36172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2022.03,37787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2023.03,38289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06,2024.03,39670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1987.12,15251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1988.12,15035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1989.12,14748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1990.12,15016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1991.12,15290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1992.12,15197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1993.12,15543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1994.12,15829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1995.12,16394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1996.12,16862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1997.12,17165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1998.12,17211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,1999.12,17794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2000.12,18425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2001.12,19273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2002.12,20470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2003.12,21465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2004.12,22301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2005.12,23418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2006.12,24349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2007.12,25024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2008.12,24882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2009.12,25508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2010.12,25940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2011.12,27088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2012.12,27997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2013.12,28803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2014.12,29389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2015.12,30764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2016.12,32448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2017.12,33575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2018.12,34389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2019.12,35387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2020.12,35834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2021.12,37482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2022.12,38179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06D,2023.12,39192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1987.06,14912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1988.06,15276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1989.06,14841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1990.06,14848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1991.06,15171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1992.06,15293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1993.06,15265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1994.06,15743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1995.06,16070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1996.06,16677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1997.06,17015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1998.06,17160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,1999.06,17455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2000.06,18114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2001.06,18792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2002.06,19884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2003.06,20953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2004.06,21910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2005.06,22868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2006.06,23838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2007.06,24956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2008.06,24807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2009.06,25214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2010.06,25672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2011.06,26412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2012.06,27616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2013.06,28355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2014.06,29135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2015.06,29958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2016.06,31662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2017.06,33118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2018.06,33986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2019.06,34814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2020.06,35368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2021.06,36819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2022.06,37979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2023.06,38498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06J,2024.06,40044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1988.03,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1989.03,14926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1990.03,14778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1991.03,15100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1992.03,15318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1993.03,15203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1994.03,15684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1995.03,15926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1996.03,16551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1997.03,16920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1998.03,17175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,1999.03,17311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2000.03,17959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2001.03,18592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2002.03,19551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2003.03,20730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2004.03,21699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2005.03,22579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2006.03,23627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2007.03,24721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2008.03,24872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2009.03,25040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2010.03,25605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2011.03,26135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2012.03,27386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2013.03,28141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2014.03,29026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2015.03,29616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2016.03,31211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2017.03,32794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2018.03,33781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2019.03,34568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2020.03,35518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2021.03,36172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2022.03,37787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2023.03,38289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06M,2024.03,39670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1987.09,15093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1988.09,15151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1989.09,14784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1990.09,14933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1991.09,15235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1992.09,15234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1993.09,15397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1994.09,15780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1995.09,16234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1996.09,16761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1997.09,17112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1998.09,17164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,1999.09,17633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2000.09,18267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2001.09,19023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2002.09,20183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2003.09,21206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2004.09,22084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2005.09,23168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2006.09,24060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2007.09,25027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2008.09,24812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2009.09,25372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2010.09,25795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2011.09,26698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2012.09,27857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2013.09,28599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2014.09,29207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2015.09,30391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2016.09,32052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2017.09,33344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2018.09,34219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2019.09,35078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2020.09,35565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2021.09,37161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2022.09,38139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C06S,2023.09,38753,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEA.SG01RAC02B01C07,1978.03,6132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1979.03,6361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1980.03,6374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1981.03,6599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1982.03,6990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1983.03,7082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1984.03,7558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1985.03,8169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1986.03,8770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1987.03,8954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1988.03,9469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1989.03,9822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1990.03,9838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1991.03,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1992.03,9345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1993.03,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1994.03,10109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1995.03,10389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1996.03,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1997.03,12255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1998.03,12614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,1999.03,12746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2000.03,13765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2001.03,13958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2002.03,15167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2003.03,16084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2004.03,16386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2005.03,16748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2006.03,17592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2007.03,18567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2008.03,19522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2009.03,18974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2010.03,18368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2011.03,19299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2012.03,19582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2013.03,19853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2014.03,20893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2015.03,21551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2016.03,22694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2017.03,24312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2018.03,25614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2019.03,26560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2020.03,27907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2021.03,27631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2022.03,30717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2023.03,33096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07,2024.03,33127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1987.12,9343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1988.12,9731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1989.12,9906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1990.12,9525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1991.12,9376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1992.12,9423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1993.12,9912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1994.12,10279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1995.12,10979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1996.12,12006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1997.12,12631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1998.12,12644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,1999.12,13464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2000.12,13958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2001.12,14771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2002.12,15919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2003.12,16345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2004.12,16623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2005.12,17418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2006.12,18504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2007.12,19359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2008.12,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2009.12,18386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2010.12,19102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2011.12,19603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2012.12,19751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2013.12,20642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2014.12,21371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2015.12,22312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2016.12,23953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2017.12,25340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2018.12,26397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2019.12,27455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2020.12,27574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2021.12,30074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2022.12,32808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07D,2023.12,33207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1987.06,9025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1988.06,9649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1989.06,9858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1990.06,9679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1991.06,9528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1992.06,9318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1993.06,9581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1994.06,10225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1995.06,10474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1996.06,11464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1997.06,12418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1998.06,12638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,1999.06,12909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2000.06,13913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2001.06,14132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2002.06,15532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2003.06,16169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2004.06,16439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2005.06,16971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2006.06,17912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2007.06,18825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2008.06,19518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2009.06,18764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2010.06,18565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2011.06,19454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2012.06,19598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2013.06,20143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2014.06,21058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2015.06,21704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2016.06,23111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2017.06,24660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2018.06,25973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2019.06,26703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2020.06,27550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2021.06,28756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2022.06,31285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2023.06,33347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07J,2024.06,32958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1988.03,9469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1989.03,9822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1990.03,9838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1991.03,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1992.03,9345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1993.03,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1994.03,10109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1995.03,10389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1996.03,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1997.03,12255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1998.03,12614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,1999.03,12746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2000.03,13765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2001.03,13958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2002.03,15167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2003.03,16084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2004.03,16386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2005.03,16748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2006.03,17592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2007.03,18567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2008.03,19522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2009.03,18974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2010.03,18368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2011.03,19299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2012.03,19582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2013.03,19853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2014.03,20893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2015.03,21551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2016.03,22694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2017.03,24312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2018.03,25614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2019.03,26560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2020.03,27907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2021.03,27631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2022.03,30717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2023.03,33096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07M,2024.03,33127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1987.09,9179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1988.09,9706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1989.09,9907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1990.09,9582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1991.09,9444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1992.09,9350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1993.09,9717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1994.09,10274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1995.09,10749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1996.09,11684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1997.09,12618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1998.09,12522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,1999.09,13259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2000.09,13950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2001.09,14354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2002.09,15789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2003.09,16278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2004.09,16484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2005.09,17236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2006.09,18205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2007.09,19074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2008.09,19391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2009.09,18606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2010.09,18918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2011.09,19473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2012.09,19606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2013.09,20424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2014.09,21190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2015.09,22001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2016.09,23545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2017.09,24991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2018.09,26152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2019.09,27145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2020.09,27556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2021.09,29204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2022.09,32179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C07S,2023.09,33356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC02B01C08,1978.03,4544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1979.03,4796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1980.03,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1981.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1982.03,5191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1983.03,5265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1984.03,5421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1985.03,5530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1986.03,5622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1987.03,5702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1988.03,5500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1989.03,5455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1990.03,5634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1991.03,5681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1992.03,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1993.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1994.03,5496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1995.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1996.03,5540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1997.03,5549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1998.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,1999.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2000.03,5297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2001.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2002.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2003.03,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2004.03,5977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2005.03,6356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2006.03,6723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2007.03,7599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2008.03,8142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2009.03,8695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2010.03,8732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2011.03,8883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2012.03,8912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2013.03,8902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2014.03,9194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2015.03,9478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2016.03,9763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2017.03,9963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2018.03,10398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2019.03,10905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2020.03,11587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2021.03,12190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2022.03,12707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2023.03,13065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08,2024.03,13736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1987.12,5534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1988.12,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1989.12,5591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1990.12,5719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1991.12,5495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1992.12,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1993.12,5476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1994.12,5475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1995.12,5495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1996.12,5599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1997.12,5461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1998.12,5359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,1999.12,5300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2000.12,5327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2001.12,5448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2002.12,5658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2003.12,5862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2004.12,6294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2005.12,6598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2006.12,7323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2007.12,8066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2008.12,8596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2009.12,8729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2010.12,8830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2011.12,8897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2012.12,8916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2013.12,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2014.12,9401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2015.12,9670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2016.12,9908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2017.12,10273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2018.12,10783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2019.12,11409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2020.12,12029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2021.12,12609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2022.12,12986,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08D,2023.12,13586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1987.06,5628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1988.06,5495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1989.06,5470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1990.06,5679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1991.06,5634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1992.06,5429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1993.06,5460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1994.06,5490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1995.06,5468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1996.06,5592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1997.06,5517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1998.06,5347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,1999.06,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2000.06,5323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2001.06,5402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2002.06,5500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2003.06,5720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2004.06,6119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2005.06,6408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2006.06,6802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2007.06,7827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2008.06,8373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2009.06,8699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2010.06,8771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2011.06,8904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2012.06,8892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2013.06,9005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2014.06,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2015.06,9539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2016.06,9811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2017.06,10079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2018.06,10481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2019.06,11077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2020.06,11750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2021.06,12321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2022.06,12859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2023.06,13200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08J,2024.06,13825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1988.03,5500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1989.03,5455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1990.03,5634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1991.03,5681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1992.03,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1993.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1994.03,5496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1995.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1996.03,5540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1997.03,5549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1998.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,1999.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2000.03,5297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2001.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2002.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2003.03,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2004.03,5977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2005.03,6356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2006.03,6723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2007.03,7599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2008.03,8142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2009.03,8695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2010.03,8732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2011.03,8883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2012.03,8912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2013.03,8902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2014.03,9194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2015.03,9478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2016.03,9763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2017.03,9963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2018.03,10398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2019.03,10905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2020.03,11587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2021.03,12190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2022.03,12707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2023.03,13065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08M,2024.03,13736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1987.09,5568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1988.09,5472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1989.09,5534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1990.09,5677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1991.09,5569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1992.09,5432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1993.09,5462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1994.09,5500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1995.09,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1996.09,5594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1997.09,5506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1998.09,5374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,1999.09,5302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2000.09,5321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2001.09,5430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2002.09,5588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2003.09,5761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2004.09,6220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2005.09,6506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2006.09,7041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2007.09,7938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2008.09,8478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2009.09,8677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2010.09,8871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2011.09,8910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2012.09,8875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2013.09,9081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2014.09,9298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2015.09,9605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2016.09,9877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2017.09,10167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2018.09,10620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2019.09,11224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2020.09,11931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2021.09,12455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2022.09,12950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C08S,2023.09,13348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC02B01C09,1978.03,5636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1979.03,5702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1980.03,5551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1981.03,5822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1982.03,5828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1983.03,5843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1984.03,5751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1985.03,5626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1986.03,5464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1987.03,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1988.03,5543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1989.03,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1990.03,5845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1991.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1992.03,6295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1993.03,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1994.03,6758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1995.03,6987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1996.03,7131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1997.03,7324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1998.03,7472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,1999.03,7552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2000.03,7589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2001.03,7792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2002.03,8059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2003.03,8550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2004.03,9088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2005.03,9136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2006.03,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2007.03,8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2008.03,8951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2009.03,8995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2010.03,9203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2011.03,9244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2012.03,9252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2013.03,9261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2014.03,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2015.03,9300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2016.03,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2017.03,9420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2018.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2019.03,9621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2020.03,9686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2021.03,9497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2022.03,9459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2023.03,9216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09,2024.03,9389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1987.12,5528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1988.12,5622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1989.12,5798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1990.12,5975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1991.12,6230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1992.12,6437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1993.12,6686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1994.12,6946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1995.12,7087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1996.12,7280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1997.12,7435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1998.12,7551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,1999.12,7558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2000.12,7740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2001.12,7975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2002.12,8400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2003.12,8997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2004.12,9153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2005.12,9020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2006.12,8864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2007.12,8950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2008.12,8953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2009.12,9170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2010.12,9238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2011.12,9251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2012.12,9264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2013.12,9230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2014.12,9277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2015.12,9340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2016.12,9404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2017.12,9466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2018.12,9592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2019.12,9691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2020.12,9428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2021.12,9596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2022.12,9286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09D,2023.12,9292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1987.06,5512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1988.06,5564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1989.06,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1990.06,5888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1991.06,6089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1992.06,6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1993.06,6548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1994.06,6828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1995.06,7017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1996.06,7182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1997.06,7363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1998.06,7507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,1999.06,7548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2000.06,7633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2001.06,7845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2002.06,8157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2003.06,8710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2004.06,9138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2005.06,9107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2006.06,8917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2007.06,8899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2008.06,8944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2009.06,9054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2010.06,9222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2011.06,9248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2012.06,9256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2013.06,9252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2014.06,9236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2015.06,9317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2016.06,9368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2017.06,9433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2018.06,9524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2019.06,9647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2020.06,9500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2021.06,9730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2022.06,9311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2023.06,9217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09J,2024.06,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1988.03,5543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1989.03,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1990.03,5845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1991.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1992.03,6295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1993.03,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1994.03,6758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1995.03,6987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1996.03,7131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1997.03,7324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1998.03,7472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,1999.03,7552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2000.03,7589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2001.03,7792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2002.03,8059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2003.03,8550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2004.03,9088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2005.03,9136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2006.03,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2007.03,8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2008.03,8951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2009.03,8995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2010.03,9203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2011.03,9244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2012.03,9252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2013.03,9261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2014.03,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2015.03,9300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2016.03,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2017.03,9420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2018.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2019.03,9621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2020.03,9686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2021.03,9497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2022.03,9459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2023.03,9216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09M,2024.03,9389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1987.09,5518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1988.09,5591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1989.09,5750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1990.09,5930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1991.09,6159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1992.09,6393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1993.09,6615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1994.09,6892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1995.09,7050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1996.09,7232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1997.09,7399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1998.09,7535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,1999.09,7547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2000.09,7686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2001.09,7905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2002.09,8270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2003.09,8865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2004.09,9157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2005.09,9067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2006.09,8881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2007.09,8928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2008.09,8940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2009.09,9116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2010.09,9232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2011.09,9250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2012.09,9261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2013.09,9240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2014.09,9254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2015.09,9330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2016.09,9386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2017.09,9447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2018.09,9558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2019.09,9670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2020.09,9450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2021.09,9699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2022.09,9278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C09S,2023.09,9254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC02B01C10,1978.03,4341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1979.03,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1980.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1981.03,4546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1982.03,4684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1983.03,4741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1984.03,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1985.03,4748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1986.03,4821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1987.03,4939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1988.03,5120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1989.03,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1990.03,5383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1991.03,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1992.03,5608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1993.03,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1994.03,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1995.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1996.03,6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1997.03,6430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1998.03,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,1999.03,7606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2000.03,7886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2001.03,8331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2002.03,8503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2003.03,8684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2004.03,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2005.03,9529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2006.03,10171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2007.03,10560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2008.03,11089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2009.03,11554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2010.03,11958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2011.03,11887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2012.03,12078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2013.03,12472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2014.03,12729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2015.03,13092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2016.03,13316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2017.03,13957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2018.03,14355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2019.03,14991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2020.03,15619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2021.03,16047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2022.03,17204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2023.03,18029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10,2024.03,18470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1987.12,5069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1988.12,5249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1989.12,5383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1990.12,5478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1991.12,5616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1992.12,5715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1993.12,5877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1994.12,5989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1995.12,6303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1996.12,6407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1997.12,6805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1998.12,7443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,1999.12,7818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2000.12,8222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2001.12,8480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2002.12,8625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2003.12,9064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2004.12,9456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2005.12,10042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2006.12,10454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2007.12,10951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2008.12,11457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2009.12,11876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2010.12,11936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2011.12,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2012.12,12421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2013.12,12643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2014.12,13015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2015.12,13202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2016.12,13812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2017.12,14274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2018.12,14756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2019.12,15574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2020.12,15780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2021.12,17022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2022.12,17892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10D,2023.12,18344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1987.06,4977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1988.06,5150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1989.06,5357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1990.06,5411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1991.06,5588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1992.06,5624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1993.06,5818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1994.06,5909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1995.06,6132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1996.06,6382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1997.06,6526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1998.06,7092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,1999.06,7728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2000.06,7959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2001.06,8408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2002.06,8558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2003.06,8806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2004.06,9326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2005.06,9704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2006.06,10279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2007.06,10658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2008.06,11227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2009.06,11659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2010.06,11965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2011.06,11848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2012.06,12242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2013.06,12493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2014.06,12825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2015.06,13172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2016.06,13460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2017.06,14052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2018.06,14479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2019.06,15201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2020.06,15499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2021.06,16551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2022.06,17269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2023.06,18210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10J,2024.06,18641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1988.03,5120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1989.03,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1990.03,5383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1991.03,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1992.03,5608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1993.03,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1994.03,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1995.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1996.03,6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1997.03,6430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1998.03,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,1999.03,7606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2000.03,7886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2001.03,8331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2002.03,8503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2003.03,8684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2004.03,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2005.03,9529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2006.03,10171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2007.03,10560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2008.03,11089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2009.03,11554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2010.03,11958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2011.03,11887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2012.03,12078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2013.03,12472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2014.03,12729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2015.03,13092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2016.03,13316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2017.03,13957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2018.03,14355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2019.03,14991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2020.03,15619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2021.03,16047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2022.03,17204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2023.03,18029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10M,2024.03,18470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1987.09,5018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1988.09,5194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1989.09,5369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1990.09,5436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1991.09,5609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1992.09,5671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1993.09,5843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1994.09,5949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1995.09,6217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1996.09,6399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1997.09,6670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1998.09,7253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,1999.09,7783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2000.09,8083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2001.09,8445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2002.09,8599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2003.09,8936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2004.09,9375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2005.09,9878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2006.09,10366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2007.09,10810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2008.09,11333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2009.09,11799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2010.09,11929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2011.09,11894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2012.09,12331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2013.09,12565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2014.09,12934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2015.09,13171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2016.09,13632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2017.09,14180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2018.09,14596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2019.09,15390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2020.09,15617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2021.09,16772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2022.09,17626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C10S,2023.09,18288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC02B01C11,1978.03,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1979.03,2915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1980.03,2950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1981.03,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1982.03,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1983.03,3001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1984.03,3132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1985.03,3221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1986.03,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1987.03,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1988.03,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1989.03,3137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1990.03,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1991.03,3097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1992.03,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1993.03,3191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1994.03,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1995.03,3875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1996.03,4235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1997.03,4376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1998.03,4722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,1999.03,5105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2000.03,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2001.03,5392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2002.03,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2003.03,6186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2004.03,6513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2005.03,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2006.03,6594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2007.03,6541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2008.03,6766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2009.03,6612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2010.03,6580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2011.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2012.03,6556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2013.03,6537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2014.03,6581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2015.03,6952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2016.03,7000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2017.03,7300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2018.03,7695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2019.03,7890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2020.03,8129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2021.03,7723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2022.03,8190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2023.03,8911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11,2024.03,9167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1987.12,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1988.12,3137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1989.12,3147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1990.12,3092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1991.12,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1992.12,3128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1993.12,3462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1994.12,3813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1995.12,4157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1996.12,4378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1997.12,4609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1998.12,4985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,1999.12,5317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2000.12,5346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2001.12,5749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2002.12,6121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2003.12,6411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2004.12,6665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2005.12,6565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2006.12,6574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2007.12,6727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2008.12,6704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2009.12,6502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2010.12,6493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2011.12,6529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2012.12,6531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2013.12,6548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2014.12,6841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2015.12,7025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2016.12,7202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2017.12,7608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2018.12,7891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2019.12,8084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2020.12,7637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2021.12,8247,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2022.12,8724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11D,2023.12,9125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1987.06,3177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1988.06,3206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1989.06,3152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1990.06,3104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1991.06,3100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1992.06,3090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1993.06,3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1994.06,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1995.06,3956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1996.06,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1997.06,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1998.06,4805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,1999.06,5174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2000.06,5362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2001.06,5483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2002.06,5965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2003.06,6254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2004.06,6584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2005.06,6619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2006.06,6593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2007.06,6587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2008.06,6780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2009.06,6581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2010.06,6541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2011.06,6421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2012.06,6549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2013.06,6547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2014.06,6661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2015.06,6986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2016.06,7031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2017.06,7390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2018.06,7812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2019.06,7916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2020.06,7652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2021.06,8444,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2022.06,8142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2023.06,8991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11J,2024.06,9167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1988.03,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1989.03,3137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1990.03,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1991.03,3097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1992.03,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1993.03,3191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1994.03,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1995.03,3875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1996.03,4235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1997.03,4376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1998.03,4722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,1999.03,5105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2000.03,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2001.03,5392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2002.03,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2003.03,6186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2004.03,6513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2005.03,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2006.03,6594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2007.03,6541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2008.03,6766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2009.03,6612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2010.03,6580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2011.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2012.03,6556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2013.03,6537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2014.03,6581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2015.03,6952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2016.03,7000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2017.03,7300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2018.03,7695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2019.03,7890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2020.03,8129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2021.03,7723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2022.03,8190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2023.03,8911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11M,2024.03,9167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1987.09,3163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1988.09,3183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1989.09,3157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1990.09,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1991.09,3105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1992.09,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1993.09,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1994.09,3736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1995.09,4063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1996.09,4346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1997.09,4506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1998.09,4907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,1999.09,5247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2000.09,5347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2001.09,5613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2002.09,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2003.09,6309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2004.09,6644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2005.09,6594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2006.09,6572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2007.09,6660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2008.09,6747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2009.09,6531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2010.09,6549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2011.09,6453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2012.09,6526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2013.09,6584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2014.09,6729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2015.09,6992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2016.09,7084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2017.09,7535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2018.09,7890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2019.09,7964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2020.09,7583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2021.09,8381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2022.09,8474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C11S,2023.09,9069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC02B01C99,1978.03,53759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1979.03,55176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1980.03,55783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1981.03,56010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1982.03,58157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1983.03,58015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1984.03,60607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1985.03,62580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1986.03,63268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1987.03,66311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1988.03,67401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1989.03,67856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1990.03,68150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1991.03,68220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1992.03,68251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1993.03,69562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1994.03,73085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1995.03,76573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1996.03,80771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1997.03,83303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1998.03,85580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,1999.03,87522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2000.03,92373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2001.03,95832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2002.03,100596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2003.03,104528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2004.03,109161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2005.03,114272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2006.03,118752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2007.03,123380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2008.03,127470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2009.03,127187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2010.03,127355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2011.03,130755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2012.03,134163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2013.03,136802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2014.03,141228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2015.03,146110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2016.03,151485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2017.03,157622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2018.03,163774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2019.03,169358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2020.03,174261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2021.03,173981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2022.03,184514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2023.03,191545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99,2024.03,193598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1987.12,67144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1988.12,67638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1989.12,68242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1990.12,68236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1991.12,68150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1992.12,69054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1993.12,72006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1994.12,75714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1995.12,79882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1996.12,82917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1997.12,85126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1998.12,86643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,1999.12,91186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2000.12,95068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2001.12,99166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2002.12,103852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2003.12,107670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2004.12,113130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2005.12,117826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2006.12,121962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2007.12,127006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2008.12,127624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2009.12,126812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2010.12,129952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2011.12,133377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2012.12,136176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2013.12,140040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2014.12,144735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2015.12,149980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2016.12,156224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2017.12,162262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2018.12,168200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2019.12,173498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2020.12,172342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2021.12,183362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2022.12,190227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99D,2023.12,192955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1987.06,66595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1988.06,67513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1989.06,68199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1990.06,67963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1991.06,68254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1992.06,68467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1993.06,70281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1994.06,73973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1995.06,77584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1996.06,81557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1997.06,83978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1998.06,85748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,1999.06,88532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2000.06,93666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2001.06,96646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2002.06,102039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2003.06,105127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2004.06,110612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2005.06,115586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2006.06,119563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2007.06,124846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2008.06,127803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2009.06,126959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2010.06,128014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2011.06,131653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2012.06,134864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2013.06,137815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2014.06,142316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2015.06,147264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2016.06,153073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2017.06,159174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2018.06,165432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2019.06,170549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2020.06,171136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2021.06,180390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2022.06,185484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2023.06,192361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99J,2024.06,193771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1988.03,67401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1989.03,67856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1990.03,68150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1991.03,68220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1992.03,68251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1993.03,69562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1994.03,73085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1995.03,76573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1996.03,80771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1997.03,83303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1998.03,85580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,1999.03,87522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2000.03,92373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2001.03,95832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2002.03,100596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2003.03,104528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2004.03,109161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2005.03,114272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2006.03,118752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2007.03,123380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2008.03,127470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2009.03,127187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2010.03,127355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2011.03,130755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2012.03,134163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2013.03,136802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2014.03,141228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2015.03,146110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2016.03,151485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2017.03,157622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2018.03,163774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2019.03,169358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2020.03,174261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2021.03,173981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2022.03,184514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2023.03,191545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99M,2024.03,193598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1987.09,66718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1988.09,67518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1989.09,68239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1990.09,68081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1991.09,68125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1992.09,68741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1993.09,71124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1994.09,74753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1995.09,78820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1996.09,82161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1997.09,84630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1998.09,86008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,1999.09,89911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2000.09,94428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2001.09,97783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2002.09,103068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2003.09,106223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2004.09,111870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2005.09,116893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2006.09,120579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2007.09,126005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2008.09,127781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2009.09,126834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2010.09,129157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2011.09,132343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2012.09,135426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2013.09,139008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2014.09,143331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2015.09,148671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2016.09,154663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2017.09,160577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2018.09,166886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2019.09,172043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2020.09,171705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2021.09,181431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2022.09,188583,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC02B01C99S,2023.09,192591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, Chain volume, Actual, HOTP industry",Gross Domestic Product - production measure,Service Industries,,, +SNEA.SG01RAC03B01AA,1978.03,4996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1979.03,4725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1980.03,5347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1981.03,6002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1982.03,5986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1983.03,6221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1984.03,5827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1985.03,6082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1986.03,7205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1987.03,7072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1988.03,7794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1989.03,7573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1990.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1991.03,8410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1992.03,8459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1993.03,7410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1994.03,8671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1995.03,8690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1996.03,9312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1997.03,10134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1998.03,10173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,1999.03,9730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2000.03,10196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2001.03,10566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2002.03,10371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2003.03,10311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2004.03,11468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2005.03,11115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2006.03,11693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2007.03,11748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2008.03,10019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2009.03,10928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2010.03,11174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2011.03,10286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2012.03,11566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2013.03,12145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2014.03,12039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2015.03,12646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2016.03,12928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2017.03,12990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2018.03,12487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2019.03,13336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2020.03,13068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2021.03,13482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2022.03,13500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2023.03,13953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01AA,2024.03,13977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEA.SG01RAC03B01BB,1978.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1979.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1980.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1981.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1982.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1983.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1984.03,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1985.03,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1986.03,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1987.03,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1988.03,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1989.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1990.03,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1991.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1992.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1993.03,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1994.03,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1995.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1996.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1997.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1998.03,2844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,1999.03,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2000.03,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2001.03,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2002.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2003.03,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2005.03,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2006.03,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2007.03,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2008.03,3911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2009.03,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2010.03,4132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2011.03,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2012.03,3293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2013.03,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2014.03,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2015.03,3453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2016.03,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2017.03,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2018.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2019.03,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2020.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2021.03,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2022.03,2246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2023.03,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01BB,2024.03,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC03B01CC,1978.03,15824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1979.03,15761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1980.03,16347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1981.03,16150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1982.03,17392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1983.03,17553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1984.03,18014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1985.03,19459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1986.03,18469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1987.03,18492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1988.03,17635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1989.03,17493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1990.03,17349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1991.03,16702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1992.03,16288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1993.03,17019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1994.03,18144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1995.03,19391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1996.03,19501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1997.03,19810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1998.03,19852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,1999.03,19306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2000.03,20155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2001.03,20679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2002.03,20947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2003.03,22775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2004.03,23366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2005.03,24115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2006.03,24339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2007.03,23621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2008.03,23873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2009.03,21841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2010.03,20926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2011.03,21327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2012.03,21260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2013.03,21534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2014.03,21741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2015.03,22212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2016.03,22722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2017.03,23279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2018.03,23765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2019.03,24338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2020.03,24135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2021.03,23532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2022.03,24144,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2023.03,22450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01CC,2024.03,21539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEA.SG01RAC03B01DD,1978.03,3019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1979.03,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1980.03,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1981.03,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1982.03,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1983.03,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1984.03,4093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1985.03,4135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1986.03,4262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1987.03,4357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1988.03,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1989.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1990.03,4535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1991.03,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1992.03,4677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1993.03,4551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1994.03,4823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1995.03,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1996.03,5272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1997.03,4936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1998.03,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,1999.03,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2000.03,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2001.03,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2002.03,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2003.03,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2004.03,5441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2005.03,5400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2006.03,5394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2007.03,5778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2008.03,5731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2009.03,5780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2010.03,6069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2011.03,6229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2012.03,6121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2013.03,6320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2014.03,6271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2015.03,6463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2016.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2017.03,6756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2018.03,6655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2019.03,7041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2020.03,7170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2021.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2022.03,7166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2023.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01DD,2024.03,7514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC03B01EE,1978.03,6039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1979.03,5591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1980.03,5166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1981.03,5105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1982.03,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1983.03,5617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1984.03,6064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1985.03,6358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1986.03,6523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1987.03,6429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1988.03,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1989.03,6106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1990.03,6340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1991.03,5404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1992.03,4603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1993.03,4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1994.03,4919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1995.03,5503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1996.03,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1997.03,6588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1998.03,6893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,1999.03,6645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2000.03,7582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2001.03,7317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2002.03,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2003.03,8203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2004.03,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2005.03,9830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2006.03,10136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2007.03,10627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2008.03,11280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2009.03,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2010.03,10464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2011.03,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2012.03,10368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2013.03,10895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2014.03,11461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2015.03,12464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2016.03,13378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2017.03,14371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2018.03,15700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2019.03,16219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2020.03,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2021.03,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2022.03,17258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2023.03,17600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01EE,2024.03,17280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC03B01FF,1978.03,5730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1979.03,5687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1980.03,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1981.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1982.03,6182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1983.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1984.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1985.03,6029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1986.03,5370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1987.03,6261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1988.03,6022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1989.03,6245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1990.03,6488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1991.03,6408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1992.03,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1993.03,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1994.03,6472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1995.03,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1996.03,7339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1997.03,7362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1998.03,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,1999.03,7722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2000.03,8497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2001.03,9192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2002.03,9794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2003.03,9122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2004.03,9182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2005.03,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2006.03,10446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2007.03,10604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2008.03,11039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2009.03,10512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2010.03,9869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2011.03,10505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2012.03,10834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2013.03,11046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2014.03,11282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2015.03,11572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2016.03,11489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2017.03,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2018.03,12309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2019.03,12782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2020.03,12924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2021.03,12936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2022.03,14264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2023.03,15045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01FF,2024.03,14497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC03B01GH,1978.03,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1979.03,6854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1980.03,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1981.03,6551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1982.03,6875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1983.03,6679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1984.03,7011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1985.03,7186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1986.03,7383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1987.03,7335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1988.03,7308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1989.03,7143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1990.03,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1991.03,6975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1992.03,6811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1993.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1994.03,7378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1995.03,7976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1996.03,8264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1997.03,8432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1998.03,8583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,1999.03,8601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2000.03,9128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2001.03,9275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2002.03,9617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2003.03,10076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2004.03,10587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2005.03,11256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2006.03,11789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2007.03,12366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2008.03,12597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2009.03,12074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2010.03,12081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2011.03,12317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2012.03,12797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2013.03,13174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2014.03,13737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2015.03,14554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2016.03,15343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2017.03,16215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2018.03,17040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2019.03,17708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2020.03,18101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2021.03,18186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2022.03,19498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2023.03,19689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01GH,2024.03,18908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEA.SG01RAC03B01II,1978.03,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1979.03,3229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1980.03,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1981.03,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1982.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1983.03,3212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1984.03,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1985.03,3762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1986.03,3525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1987.03,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1988.03,3970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1989.03,4201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1990.03,4077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1991.03,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1992.03,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1993.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1994.03,4826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1995.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1996.03,5922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1997.03,6041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1998.03,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,1999.03,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2000.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2001.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2002.03,6911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2003.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2004.03,7387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2005.03,7926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2006.03,8122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2007.03,7914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2008.03,8209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2009.03,8162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2010.03,7929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2011.03,8639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2012.03,8790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2013.03,8851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2014.03,9038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2015.03,9681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2016.03,10175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2017.03,10514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2018.03,10889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2019.03,11143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2020.03,11160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2021.03,9099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2022.03,9678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2023.03,10677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01II,2024.03,10383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC03B01JJ,1978.03,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1979.03,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1980.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1981.03,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1982.03,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1983.03,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1984.03,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1985.03,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1986.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1987.03,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1988.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1989.03,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1990.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1991.03,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1992.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1993.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1994.03,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1995.03,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1996.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1997.03,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1998.03,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,1999.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2000.03,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2001.03,4104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2002.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2003.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2004.03,4832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2005.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2006.03,5087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2007.03,5355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2008.03,5732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2009.03,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2010.03,5910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2011.03,6224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2012.03,6467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2013.03,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2014.03,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2015.03,8002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2016.03,8670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2017.03,8341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2018.03,8453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2019.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2020.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2021.03,10238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2022.03,11240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2023.03,11648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01JJ,2024.03,11956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC03B01KK,1978.03,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1979.03,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1980.03,3928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1981.03,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1982.03,4231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1983.03,4185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1984.03,4649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1985.03,4895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1986.03,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1987.03,5891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1988.03,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1989.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1990.03,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1991.03,5466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1992.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1993.03,5768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1994.03,5991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1995.03,6216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1996.03,6422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1997.03,6563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1998.03,6759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,1999.03,6967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2000.03,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2001.03,7620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2002.03,7675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2003.03,7963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2004.03,8641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2005.03,9351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2006.03,9820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2007.03,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2008.03,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2009.03,10762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2010.03,11119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2011.03,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2012.03,11514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2013.03,11796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2014.03,12204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2015.03,12477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2016.03,12740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2017.03,13119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2018.03,13860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2019.03,14359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2020.03,14625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2021.03,14993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2022.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2023.03,15243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01KK,2024.03,15627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC03B01LL,1978.03,12148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1979.03,12267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1980.03,12380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1981.03,12415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1982.03,12719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1983.03,12807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1984.03,13371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1985.03,13926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1986.03,14331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1987.03,14702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1988.03,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1989.03,14926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1990.03,14778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1991.03,15100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1992.03,15318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1993.03,15203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1994.03,15684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1995.03,15926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1996.03,16551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1997.03,16920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1998.03,17175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,1999.03,17311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2000.03,17959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2001.03,18592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2002.03,19551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2003.03,20730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2004.03,21699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2005.03,22579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2006.03,23627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2007.03,24721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2008.03,24872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2009.03,25040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2010.03,25605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2011.03,26135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2012.03,27386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2013.03,28141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2014.03,29026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2015.03,29616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2016.03,31211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2017.03,32794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2018.03,33781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2019.03,34568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2020.03,35518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2021.03,36172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2022.03,37787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2023.03,38289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01LL,2024.03,39670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC03B01MN,1978.03,6132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1979.03,6361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1980.03,6374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1981.03,6599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1982.03,6990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1983.03,7082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1984.03,7558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1985.03,8169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1986.03,8770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1987.03,8954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1988.03,9469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1989.03,9822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1990.03,9838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1991.03,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1992.03,9345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1993.03,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1994.03,10109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1995.03,10389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1996.03,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1997.03,12255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1998.03,12614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,1999.03,12746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2000.03,13765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2001.03,13958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2002.03,15167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2003.03,16084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2004.03,16386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2005.03,16748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2006.03,17592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2007.03,18567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2008.03,19522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2009.03,18974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2010.03,18368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2011.03,19299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2012.03,19582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2013.03,19853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2014.03,20893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2015.03,21551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2016.03,22694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2017.03,24312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2018.03,25614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2019.03,26560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2020.03,27907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2021.03,27631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2022.03,30717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2023.03,33096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01MN,2024.03,33127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEA.SG01RAC03B01OO,1978.03,4544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1979.03,4796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1980.03,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1981.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1982.03,5191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1983.03,5265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1984.03,5421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1985.03,5530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1986.03,5622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1987.03,5702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1988.03,5500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1989.03,5455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1990.03,5634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1991.03,5681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1992.03,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1993.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1994.03,5496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1995.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1996.03,5540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1997.03,5549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1998.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,1999.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2000.03,5297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2001.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2002.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2003.03,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2004.03,5977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2005.03,6356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2006.03,6723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2007.03,7599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2008.03,8142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2009.03,8695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2010.03,8732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2011.03,8883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2012.03,8912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2013.03,8902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2014.03,9194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2015.03,9478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2016.03,9763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2017.03,9963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2018.03,10398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2019.03,10905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2020.03,11587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2021.03,12190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2022.03,12707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2023.03,13065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01OO,2024.03,13736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEA.SG01RAC03B01PP,1978.03,5636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1979.03,5702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1980.03,5551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1981.03,5822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1982.03,5828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1983.03,5843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1984.03,5751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1985.03,5626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1986.03,5464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1987.03,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1988.03,5543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1989.03,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1990.03,5845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1991.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1992.03,6295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1993.03,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1994.03,6758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1995.03,6987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1996.03,7131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1997.03,7324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1998.03,7472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,1999.03,7552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2000.03,7589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2001.03,7792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2002.03,8059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2003.03,8550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2004.03,9088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2005.03,9136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2006.03,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2007.03,8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2008.03,8951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2009.03,8995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2010.03,9203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2011.03,9244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2012.03,9252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2013.03,9261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2014.03,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2015.03,9300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2016.03,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2017.03,9420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2018.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2019.03,9621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2020.03,9686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2021.03,9497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2022.03,9459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2023.03,9216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01PP,2024.03,9389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC03B01QQ,1978.03,4341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1979.03,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1980.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1981.03,4546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1982.03,4684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1983.03,4741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1984.03,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1985.03,4748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1986.03,4821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1987.03,4939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1988.03,5120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1989.03,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1990.03,5383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1991.03,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1992.03,5608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1993.03,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1994.03,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1995.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1996.03,6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1997.03,6430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1998.03,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,1999.03,7606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2000.03,7886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2001.03,8331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2002.03,8503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2003.03,8684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2004.03,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2005.03,9529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2006.03,10171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2007.03,10560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2008.03,11089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2009.03,11554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2010.03,11958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2011.03,11887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2012.03,12078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2013.03,12472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2014.03,12729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2015.03,13092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2016.03,13316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2017.03,13957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2018.03,14355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2019.03,14991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2020.03,15619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2021.03,16047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2022.03,17204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2023.03,18029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01QQ,2024.03,18470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC03B01RS,1978.03,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1979.03,2915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1980.03,2950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1981.03,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1982.03,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1983.03,3001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1984.03,3132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1985.03,3221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1986.03,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1987.03,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1988.03,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1989.03,3137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1990.03,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1991.03,3097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1992.03,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1993.03,3191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1994.03,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1995.03,3875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1996.03,4235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1997.03,4376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1998.03,4722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,1999.03,5105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2000.03,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2001.03,5392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2002.03,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2003.03,6186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2004.03,6513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2005.03,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2006.03,6594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2007.03,6541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2008.03,6766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2009.03,6612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2010.03,6580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2011.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2012.03,6556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2013.03,6537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2014.03,6581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2015.03,6952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2016.03,7000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2017.03,7300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2018.03,7695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2019.03,7890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2020.03,8129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2021.03,7723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2022.03,8190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2023.03,8911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01RS,2024.03,9167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEA.SG01RAC03B01ZZ,1978.03,84025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1979.03,84293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1980.03,86160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1981.03,87290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1982.03,91328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1983.03,92236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1984.03,95456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1985.03,100029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1986.03,101695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1987.03,104510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1988.03,105379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1989.03,105070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1990.03,104880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1991.03,105070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1992.03,104013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1993.03,105118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1994.03,111841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1995.03,117264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1996.03,122836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1997.03,127089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1998.03,129779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,1999.03,130684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2000.03,137666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2001.03,141860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2002.03,146645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2003.03,153314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2004.03,160229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2005.03,166666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2006.03,172260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2007.03,176949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2008.03,182233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2009.03,180259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2010.03,180120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2011.03,182705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2012.03,186995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2013.03,191091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2014.03,196287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2015.03,203633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2016.03,210864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2017.03,218551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2018.03,225867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2019.03,233740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2020.03,239325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2021.03,238760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2022.03,249532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2023.03,255754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC03B01ZZ,2024.03,256774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 high-level industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01AA1,1978.03,4189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1979.03,3912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1980.03,4433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1981.03,4984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1982.03,4935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1983.03,5140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1984.03,4719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1985.03,4930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1986.03,5941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1987.03,5845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1988.03,6795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1989.03,6258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1990.03,5728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1991.03,6907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1992.03,6917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1993.03,5689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1994.03,6976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1995.03,6909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1996.03,7461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1997.03,8438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1998.03,8496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,1999.03,7866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2000.03,8086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2001.03,8375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2002.03,8060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2003.03,7975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2004.03,9216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2005.03,8810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2006.03,9506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2007.03,9314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2008.03,7328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2009.03,8339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2010.03,8654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2011.03,7604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2012.03,8708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2013.03,9129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2014.03,8778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2015.03,9272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2016.03,9540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2017.03,9461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2018.03,8651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2019.03,9343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2020.03,9118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2021.03,9426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2022.03,9324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2023.03,9722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA1,2024.03,9751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEA.SG01RAC04B01AA2,1978.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1979.03,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1980.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1981.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1982.03,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1983.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1984.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1985.03,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1986.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1987.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1988.03,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1989.03,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1990.03,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1991.03,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1992.03,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1993.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1994.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1995.03,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1996.03,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1997.03,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1998.03,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,1999.03,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2000.03,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2001.03,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2002.03,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2003.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2004.03,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2005.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2006.03,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2007.03,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2008.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2009.03,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2010.03,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2011.03,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2012.03,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2013.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2014.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2015.03,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2016.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2017.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2018.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2019.03,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2020.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2021.03,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2022.03,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2023.03,1509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA2,2024.03,1493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEA.SG01RAC04B01AA3,1978.03,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1979.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1980.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1981.03,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1982.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1983.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1984.03,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1985.03,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1986.03,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1987.03,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1988.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1989.03,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1990.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1991.03,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1992.03,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1993.03,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1994.03,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1995.03,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1996.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1997.03,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1998.03,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,1999.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2000.03,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2001.03,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2002.03,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2003.03,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2004.03,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2005.03,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2006.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2007.03,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2008.03,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2009.03,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2010.03,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2011.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2012.03,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2013.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2014.03,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2015.03,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2016.03,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2017.03,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2018.03,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2019.03,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2020.03,2226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2021.03,2370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2022.03,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2023.03,2533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01AA3,2024.03,2527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEA.SG01RAC04B01BB1,1978.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1979.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1980.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1981.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1982.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1983.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1984.03,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1985.03,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1986.03,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1987.03,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1988.03,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1989.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1990.03,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1991.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1992.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1993.03,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1994.03,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1995.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1996.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1997.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1998.03,2844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,1999.03,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2000.03,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2001.03,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2002.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2003.03,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2005.03,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2006.03,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2007.03,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2008.03,3911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2009.03,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2010.03,4132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2011.03,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2012.03,3293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2013.03,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2014.03,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2015.03,3453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2016.03,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2017.03,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2018.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2019.03,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2020.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2021.03,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2022.03,2246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2023.03,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01BB1,2024.03,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEA.SG01RAC04B01CC1,1978.03,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1979.03,3720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1980.03,3603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1981.03,3837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1982.03,3924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1983.03,4218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1984.03,4308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1985.03,4570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1986.03,4307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1987.03,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1988.03,4512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1989.03,4527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1990.03,4247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1991.03,4295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1992.03,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1993.03,4486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1994.03,4665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1995.03,4876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1996.03,5080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1997.03,5138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1998.03,5328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,1999.03,5170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2000.03,5252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2001.03,5420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2002.03,5529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2003.03,6586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2004.03,6999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2005.03,7159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2006.03,7402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2007.03,7226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2008.03,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2009.03,6998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2010.03,6919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2011.03,6750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2012.03,6900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2013.03,7183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2014.03,7133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2015.03,7134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2016.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2017.03,7328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2018.03,7490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2019.03,7678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2020.03,7569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2021.03,7610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2022.03,7526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2023.03,7711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC1,2024.03,7707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEA.SG01RAC04B01CC2,1978.03,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1979.03,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1980.03,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1981.03,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1982.03,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1983.03,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1984.03,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1985.03,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1986.03,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1987.03,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1988.03,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1989.03,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1990.03,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1991.03,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1992.03,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1993.03,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1994.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1995.03,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1996.03,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1997.03,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1998.03,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,1999.03,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2000.03,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2001.03,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2002.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2003.03,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2004.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2005.03,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2006.03,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2007.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2008.03,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2009.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2010.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2011.03,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2012.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2013.03,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2014.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2015.03,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2016.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2017.03,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2018.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2019.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2020.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2021.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2022.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2023.03,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC2,2024.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEA.SG01RAC04B01CC3,1978.03,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1979.03,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1980.03,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1981.03,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1982.03,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1983.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1984.03,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1985.03,1609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1986.03,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1987.03,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1988.03,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1989.03,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1990.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1991.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1992.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1993.03,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1994.03,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1995.03,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1996.03,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1997.03,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1998.03,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,1999.03,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2000.03,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2001.03,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2002.03,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2003.03,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2004.03,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2005.03,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2006.03,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2007.03,2134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2008.03,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2009.03,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2010.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2011.03,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2012.03,1994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2013.03,1919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2014.03,1941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2015.03,1948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2016.03,2048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2017.03,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2018.03,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2019.03,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2020.03,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2021.03,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2022.03,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2023.03,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC3,2024.03,1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEA.SG01RAC04B01CC4,1978.03,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1979.03,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1980.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1981.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1982.03,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1983.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1984.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1985.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1986.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1987.03,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1988.03,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1989.03,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1990.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1991.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1992.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1993.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1994.03,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1995.03,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1996.03,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1997.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1998.03,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,1999.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2000.03,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2001.03,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2002.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2003.03,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2004.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2005.03,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2006.03,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2007.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2008.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2009.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2010.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2011.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2012.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2013.03,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2014.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2015.03,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2016.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2017.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2018.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2019.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2020.03,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2021.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2022.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2023.03,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC4,2024.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEA.SG01RAC04B01CC5,1978.03,2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1979.03,3000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1980.03,3076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1981.03,2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1982.03,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1983.03,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1984.03,3198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1985.03,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1986.03,3230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1987.03,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1988.03,2846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1989.03,2997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1990.03,3187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1991.03,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1992.03,2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1993.03,3253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1994.03,3499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1995.03,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1996.03,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1997.03,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1998.03,3634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,1999.03,3596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2000.03,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2001.03,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2002.03,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2003.03,3857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2004.03,3696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2005.03,3845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2006.03,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2007.03,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2008.03,3667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2009.03,3470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2010.03,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2011.03,3432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2012.03,3434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2013.03,3532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2014.03,3629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2015.03,3662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2016.03,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2017.03,3934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2018.03,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2019.03,4053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2020.03,4009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2021.03,3536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2022.03,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2023.03,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC5,2024.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEA.SG01RAC04B01CC6,1978.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1979.03,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1980.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1981.03,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1982.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1983.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1984.03,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1985.03,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1986.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1987.03,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1988.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1989.03,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1990.03,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1991.03,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1992.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1993.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1994.03,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1995.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1996.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1997.03,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1998.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,1999.03,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2000.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2001.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2002.03,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2003.03,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2004.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2005.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2006.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2007.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2008.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2009.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2010.03,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2011.03,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2012.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2013.03,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2014.03,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2015.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2016.03,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2017.03,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2018.03,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2019.03,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2020.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2021.03,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2022.03,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2023.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC6,2024.03,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1978.03,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1979.03,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1980.03,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1981.03,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1982.03,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1983.03,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1984.03,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1985.03,2621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1986.03,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1987.03,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1988.03,2137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1989.03,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1990.03,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1991.03,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1992.03,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1993.03,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1994.03,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1995.03,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1996.03,2436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1997.03,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1998.03,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,1999.03,2503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2000.03,2798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2001.03,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2002.03,2985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2003.03,3239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2004.03,3486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2005.03,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2006.03,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2007.03,3270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2008.03,3128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2009.03,2677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2010.03,2391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2011.03,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2012.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2013.03,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2014.03,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2015.03,2522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2016.03,2599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2017.03,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2018.03,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2019.03,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2020.03,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2021.03,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2022.03,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2023.03,2696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC7,2024.03,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEA.SG01RAC04B01CC8,1978.03,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1979.03,2989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1980.03,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1981.03,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1982.03,3556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1983.03,3586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1984.03,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1985.03,3943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1986.03,3719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1987.03,3518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1988.03,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1989.03,3461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1990.03,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1991.03,3043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1992.03,2754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1993.03,2832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1994.03,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1995.03,3315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1996.03,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1997.03,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1998.03,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,1999.03,3314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2000.03,3377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2001.03,3639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2002.03,3669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2003.03,3765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2004.03,3881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2005.03,4029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2006.03,4099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2007.03,3881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2008.03,4236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2009.03,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2010.03,3510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2011.03,3799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2012.03,3826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2013.03,3708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2014.03,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2015.03,3882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2016.03,3973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2017.03,4217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2018.03,4484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2019.03,4686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2020.03,4707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2021.03,4783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2022.03,5193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2023.03,5235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC8,2024.03,5082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEA.SG01RAC04B01CC9,1978.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1979.03,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1980.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1981.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1982.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1983.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1984.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1985.03,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1986.03,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1987.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1988.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1989.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1990.03,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1991.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1992.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1993.03,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1994.03,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1995.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1996.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1997.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1998.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,1999.03,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2000.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2001.03,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2002.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2003.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2004.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2005.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2006.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2007.03,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2008.03,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2009.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2010.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2011.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2012.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2013.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2014.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2015.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2016.03,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2017.03,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2018.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2019.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2020.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2021.03,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2022.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2023.03,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01CC9,2024.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEA.SG01RAC04B01DD1,1978.03,3019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1979.03,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1980.03,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1981.03,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1982.03,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1983.03,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1984.03,4093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1985.03,4135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1986.03,4262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1987.03,4357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1988.03,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1989.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1990.03,4535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1991.03,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1992.03,4677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1993.03,4551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1994.03,4823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1995.03,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1996.03,5272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1997.03,4936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1998.03,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,1999.03,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2000.03,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2001.03,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2002.03,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2003.03,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2004.03,5441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2005.03,5400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2006.03,5394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2007.03,5778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2008.03,5731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2009.03,5780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2010.03,6069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2011.03,6229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2012.03,6121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2013.03,6320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2014.03,6271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2015.03,6463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2016.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2017.03,6756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2018.03,6655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2019.03,7041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2020.03,7170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2021.03,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2022.03,7166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2023.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01DD1,2024.03,7514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEA.SG01RAC04B01EE1,1978.03,6039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1979.03,5591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1980.03,5166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1981.03,5105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1982.03,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1983.03,5617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1984.03,6064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1985.03,6358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1986.03,6523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1987.03,6429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1988.03,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1989.03,6106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1990.03,6340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1991.03,5404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1992.03,4603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1993.03,4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1994.03,4919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1995.03,5503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1996.03,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1997.03,6588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1998.03,6893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,1999.03,6645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2000.03,7582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2001.03,7317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2002.03,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2003.03,8203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2004.03,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2005.03,9830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2006.03,10136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2007.03,10627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2008.03,11280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2009.03,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2010.03,10464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2011.03,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2012.03,10368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2013.03,10895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2014.03,11461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2015.03,12464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2016.03,13378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2017.03,14371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2018.03,15700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2019.03,16219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2020.03,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2021.03,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2022.03,17258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2023.03,17600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01EE1,2024.03,17280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEA.SG01RAC04B01FF1,1978.03,5730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1979.03,5687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1980.03,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1981.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1982.03,6182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1983.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1984.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1985.03,6029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1986.03,5370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1987.03,6261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1988.03,6022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1989.03,6245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1990.03,6488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1991.03,6408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1992.03,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1993.03,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1994.03,6472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1995.03,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1996.03,7339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1997.03,7362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1998.03,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,1999.03,7722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2000.03,8497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2001.03,9192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2002.03,9794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2003.03,9122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2004.03,9182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2005.03,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2006.03,10446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2007.03,10604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2008.03,11039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2009.03,10512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2010.03,9869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2011.03,10505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2012.03,10834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2013.03,11046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2014.03,11282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2015.03,11572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2016.03,11489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2017.03,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2018.03,12309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2019.03,12782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2020.03,12924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2021.03,12936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2022.03,14264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2023.03,15045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01FF1,2024.03,14497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEA.SG01RAC04B01GH1,1978.03,4379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1979.03,4452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1980.03,4375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1981.03,4267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1982.03,4465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1983.03,4333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1984.03,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1985.03,4613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1986.03,4749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1987.03,4671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1988.03,4681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1989.03,4624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1990.03,4662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1991.03,4579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1992.03,4474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1993.03,4565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1994.03,4833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1995.03,5216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1996.03,5386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1997.03,5544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1998.03,5684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,1999.03,5724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2000.03,6102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2001.03,6213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2002.03,6451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2003.03,6769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2004.03,7187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2005.03,7687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2006.03,8089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2007.03,8507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2008.03,8710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2009.03,8306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2010.03,8292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2011.03,8459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2012.03,8812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2013.03,9160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2014.03,9566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2015.03,10047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2016.03,10604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2017.03,11180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2018.03,11699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2019.03,12293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2020.03,12822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2021.03,13380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2022.03,14394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2023.03,13967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH1,2024.03,13415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEA.SG01RAC04B01GH2,1978.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1979.03,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1980.03,2423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1981.03,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1982.03,2501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1983.03,2436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1984.03,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1985.03,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1986.03,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1987.03,2826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1988.03,2766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1989.03,2618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1990.03,2583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1991.03,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1992.03,2386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1993.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1994.03,2606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1995.03,2830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1996.03,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1997.03,2951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1998.03,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,1999.03,2922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2000.03,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2001.03,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2002.03,3207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2003.03,3349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2004.03,3416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2005.03,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2006.03,3706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2007.03,3862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2008.03,3884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2009.03,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2010.03,3789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2011.03,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2012.03,3985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2013.03,4013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2014.03,4169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2015.03,4504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2016.03,4736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2017.03,5031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2018.03,5332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2019.03,5417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2020.03,5310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2021.03,4923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2022.03,5232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2023.03,5812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01GH2,2024.03,5579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEA.SG01RAC04B01II1,1978.03,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1979.03,3229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1980.03,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1981.03,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1982.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1983.03,3212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1984.03,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1985.03,3762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1986.03,3525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1987.03,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1988.03,3970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1989.03,4201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1990.03,4077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1991.03,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1992.03,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1993.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1994.03,4826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1995.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1996.03,5922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1997.03,6041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1998.03,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,1999.03,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2000.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2001.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2002.03,6911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2003.03,7163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2004.03,7387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2005.03,7926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2006.03,8122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2007.03,7914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2008.03,8209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2009.03,8162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2010.03,7929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2011.03,8639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2012.03,8790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2013.03,8851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2014.03,9038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2015.03,9681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2016.03,10175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2017.03,10514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2018.03,10889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2019.03,11143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2020.03,11160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2021.03,9099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2022.03,9678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2023.03,10677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01II1,2024.03,10383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEA.SG01RAC04B01JJ1,1978.03,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1979.03,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1980.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1981.03,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1982.03,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1983.03,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1984.03,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1985.03,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1986.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1987.03,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1988.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1989.03,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1990.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1991.03,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1992.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1993.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1994.03,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1995.03,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1996.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1997.03,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1998.03,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,1999.03,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2000.03,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2001.03,4104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2002.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2003.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2004.03,4832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2005.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2006.03,5087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2007.03,5355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2008.03,5732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2009.03,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2010.03,5910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2011.03,6224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2012.03,6467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2013.03,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2014.03,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2015.03,8002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2016.03,8670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2017.03,8341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2018.03,8453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2019.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2020.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2021.03,10238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2022.03,11240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2023.03,11648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01JJ1,2024.03,11956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEA.SG01RAC04B01KK1,1978.03,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1979.03,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1980.03,3928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1981.03,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1982.03,4231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1983.03,4185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1984.03,4649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1985.03,4895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1986.03,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1987.03,5891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1988.03,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1989.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1990.03,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1991.03,5466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1992.03,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1993.03,5768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1994.03,5991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1995.03,6216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1996.03,6422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1997.03,6563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1998.03,6759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,1999.03,6967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2000.03,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2001.03,7620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2002.03,7675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2003.03,7963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2004.03,8641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2005.03,9351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2006.03,9820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2007.03,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2008.03,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2009.03,10762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2010.03,11119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2011.03,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2012.03,11514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2013.03,11796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2014.03,12204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2015.03,12477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2016.03,12740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2017.03,13119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2018.03,13860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2019.03,14359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2020.03,14625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2021.03,14993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2022.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2023.03,15243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01KK1,2024.03,15627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEA.SG01RAC04B01LL1,1978.03,5487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1979.03,5448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1980.03,5429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1981.03,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1982.03,5522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1983.03,5438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1984.03,5904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1985.03,6367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1986.03,6641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1987.03,6928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1988.03,7067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1989.03,7070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1990.03,7244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1991.03,7110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1992.03,7090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1993.03,7159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1994.03,7498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1995.03,7615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1996.03,8128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1997.03,8463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1998.03,8523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,1999.03,8739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2000.03,9294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2001.03,9818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2002.03,10575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2003.03,11453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2004.03,12041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2005.03,12455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2006.03,13096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2007.03,13684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2008.03,13294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2009.03,13070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2010.03,13413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2011.03,13451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2012.03,14211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2013.03,14500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2014.03,14790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2015.03,14702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2016.03,15621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2017.03,16323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2018.03,16336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2019.03,16389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2020.03,16579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2021.03,16586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2022.03,17312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2023.03,17146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL1,2024.03,17768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEA.SG01RAC04B01LL2,1978.03,6400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1979.03,6531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1980.03,6647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1981.03,6755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1982.03,6875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1983.03,7031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1984.03,7145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1985.03,7267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1986.03,7412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1987.03,7534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1988.03,7949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1989.03,7612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1990.03,7368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1991.03,7723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1992.03,7913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1993.03,7775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1994.03,7943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1995.03,8066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1996.03,8222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1997.03,8298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1998.03,8471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,1999.03,8435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2000.03,8593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2001.03,8760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2002.03,9036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2003.03,9410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2004.03,9813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2005.03,10264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2006.03,10695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2007.03,11204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2008.03,11641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2009.03,11964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2010.03,12192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2011.03,12684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2012.03,13180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2013.03,13642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2014.03,14226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2015.03,14888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2016.03,15566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2017.03,16444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2018.03,17431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2019.03,18183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2020.03,18970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2021.03,19657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2022.03,20552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2023.03,21274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01LL2,2024.03,22037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEA.SG01RAC04B01MN1,1978.03,4877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1979.03,5068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1980.03,5071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1981.03,5249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1982.03,5558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1983.03,5634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1984.03,6006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1985.03,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1986.03,6956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1987.03,7050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1988.03,7458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1989.03,7696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1990.03,7749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1991.03,7485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1992.03,7334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1993.03,7425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1994.03,7874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1995.03,8028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1996.03,8637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1997.03,9579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1998.03,9874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,1999.03,9911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2000.03,10764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2001.03,10809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2002.03,11766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2003.03,12439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2004.03,12644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2005.03,12882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2006.03,13502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2007.03,14149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2008.03,15053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2009.03,15175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2010.03,14735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2011.03,15260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2012.03,15356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2013.03,15728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2014.03,16758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2015.03,17272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2016.03,18133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2017.03,19429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2018.03,20448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2019.03,21115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2020.03,22425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2021.03,22832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2022.03,25215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2023.03,26728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN1,2024.03,26462,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEA.SG01RAC04B01MN2,1978.03,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1979.03,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1980.03,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1981.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1982.03,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1983.03,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1984.03,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1985.03,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1986.03,1833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1987.03,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1988.03,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1989.03,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1990.03,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1991.03,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1992.03,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1993.03,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1994.03,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1995.03,2377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1996.03,2531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1997.03,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1998.03,2755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,1999.03,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2000.03,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2001.03,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2002.03,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2003.03,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2004.03,3765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2005.03,3892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2006.03,4119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2007.03,4457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2008.03,4497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2009.03,3798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2010.03,3633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2011.03,4039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2012.03,4231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2013.03,4123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2014.03,4123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2015.03,4268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2016.03,4549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2017.03,4871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2018.03,5154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2019.03,5435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2020.03,5457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2021.03,4745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2022.03,5447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2023.03,6322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01MN2,2024.03,6627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEA.SG01RAC04B01OO1,1978.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1979.03,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1980.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1981.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1982.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1983.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1984.03,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1985.03,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1986.03,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1987.03,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1988.03,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1989.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1990.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1991.03,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1992.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1993.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1994.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1995.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1996.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1997.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1998.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,1999.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2000.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2001.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2002.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2003.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2004.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2005.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2006.03,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2007.03,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2008.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2009.03,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2010.03,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2011.03,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2012.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2013.03,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2014.03,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2015.03,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2016.03,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2017.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2018.03,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2019.03,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2020.03,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2021.03,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2022.03,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2023.03,1565,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO1,2024.03,1635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEA.SG01RAC04B01OO2,1978.03,4143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1979.03,4315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1980.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1981.03,4381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1982.03,4493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1983.03,4494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1984.03,4567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1985.03,4651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1986.03,4756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1987.03,4884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1988.03,4731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1989.03,4613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1990.03,4723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1991.03,4796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1992.03,4674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1993.03,4784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1994.03,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1995.03,4827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1996.03,4884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1997.03,4889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1998.03,4779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,1999.03,4720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2000.03,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2001.03,4748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2002.03,4831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2003.03,5054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2004.03,5285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2005.03,5631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2006.03,5961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2007.03,6779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2008.03,7259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2009.03,7751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2010.03,7745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2011.03,7855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2012.03,7872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2013.03,7840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2014.03,8097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2015.03,8343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2016.03,8595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2017.03,8751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2018.03,9153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2019.03,9601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2020.03,10209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2021.03,10749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2022.03,11228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2023.03,11501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01OO2,2024.03,12102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEA.SG01RAC04B01PP1,1978.03,5636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1979.03,5702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1980.03,5551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1981.03,5822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1982.03,5828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1983.03,5843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1984.03,5751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1985.03,5626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1986.03,5464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1987.03,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1988.03,5543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1989.03,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1990.03,5845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1991.03,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1992.03,6295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1993.03,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1994.03,6758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1995.03,6987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1996.03,7131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1997.03,7324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1998.03,7472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,1999.03,7552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2000.03,7589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2001.03,7792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2002.03,8059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2003.03,8550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2004.03,9088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2005.03,9136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2006.03,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2007.03,8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2008.03,8951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2009.03,8995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2010.03,9203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2011.03,9244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2012.03,9252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2013.03,9261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2014.03,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2015.03,9300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2016.03,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2017.03,9420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2018.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2019.03,9621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2020.03,9686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2021.03,9497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2022.03,9459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2023.03,9216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01PP1,2024.03,9389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEA.SG01RAC04B01QQ1,1978.03,4341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1979.03,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1980.03,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1981.03,4546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1982.03,4684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1983.03,4741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1984.03,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1985.03,4748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1986.03,4821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1987.03,4939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1988.03,5120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1989.03,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1990.03,5383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1991.03,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1992.03,5608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1993.03,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1994.03,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1995.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1996.03,6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1997.03,6430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1998.03,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,1999.03,7606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2000.03,7886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2001.03,8331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2002.03,8503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2003.03,8684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2004.03,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2005.03,9529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2006.03,10171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2007.03,10560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2008.03,11089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2009.03,11554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2010.03,11958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2011.03,11887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2012.03,12078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2013.03,12472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2014.03,12729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2015.03,13092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2016.03,13316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2017.03,13957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2018.03,14355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2019.03,14991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2020.03,15619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2021.03,16047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2022.03,17204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2023.03,18029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01QQ1,2024.03,18470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEA.SG01RAC04B01RS1,1978.03,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1979.03,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1980.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1981.03,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1982.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1983.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1984.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1985.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1986.03,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1987.03,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1988.03,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1989.03,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1990.03,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1991.03,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1992.03,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1993.03,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1994.03,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1995.03,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1996.03,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1997.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1998.03,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,1999.03,2240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2000.03,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2001.03,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2002.03,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2003.03,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2004.03,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2005.03,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2006.03,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2007.03,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2008.03,2944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2009.03,2814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2010.03,2870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2011.03,2757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2012.03,2769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2013.03,2841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2014.03,2772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2015.03,2946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2016.03,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2017.03,3144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2018.03,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2019.03,3478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2020.03,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2021.03,3296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2022.03,3315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2023.03,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS1,2024.03,3956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEA.SG01RAC04B01RS2,1978.03,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1979.03,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1980.03,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1981.03,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1982.03,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1983.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1984.03,1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1985.03,1914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1986.03,1950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1987.03,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1988.03,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1989.03,1825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1990.03,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1991.03,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1992.03,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1993.03,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1994.03,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1995.03,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1996.03,2370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1997.03,2463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1998.03,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,1999.03,2862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2000.03,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2001.03,3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2002.03,3249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2003.03,3408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2004.03,3601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2005.03,3741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2006.03,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2007.03,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2008.03,3821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2009.03,3798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2010.03,3710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2011.03,3663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2012.03,3787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2013.03,3695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2014.03,3809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2015.03,4006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2016.03,3888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2017.03,4150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2018.03,4335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2019.03,4410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2020.03,4510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2021.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2022.03,4835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2023.03,5086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01RS2,2024.03,5196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEA.SG01RAC04B01UZ9,1978.03,6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1979.03,6385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1980.03,6391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1981.03,6322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1982.03,6782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1983.03,6527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1984.03,6758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1985.03,7091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1986.03,6993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1987.03,6854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1988.03,7159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1989.03,7074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1990.03,7472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1991.03,7456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1992.03,7292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1993.03,7402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1994.03,7872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1995.03,8555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1996.03,8927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1997.03,9415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1998.03,9567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,1999.03,9846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2000.03,10418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2001.03,10473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2002.03,10885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2003.03,11646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2004.03,12531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2005.03,13159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2006.03,13595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2007.03,14073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2008.03,14610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2009.03,14149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2010.03,14187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2011.03,14409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2012.03,14552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2013.03,15039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2014.03,15518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2015.03,16124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2016.03,17014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2017.03,17828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2018.03,18528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2019.03,19221,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2020.03,19633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2021.03,19203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2022.03,20219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2023.03,21315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01UZ9,2024.03,21220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEA.SG01RAC04B01ZZ9,1978.03,84025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1979.03,84293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1980.03,86160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1981.03,87290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1982.03,91328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1983.03,92236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1984.03,95456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1985.03,100029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1986.03,101695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1987.03,104510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1988.03,105379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1989.03,105070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1990.03,104880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1991.03,105070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1992.03,104013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1993.03,105118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1994.03,111841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1995.03,117264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1996.03,122836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1997.03,127089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1998.03,129779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,1999.03,130684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2000.03,137666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2001.03,141860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2002.03,146645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2003.03,153314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2004.03,160229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2005.03,166666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2006.03,172260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2007.03,176949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2008.03,182233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2009.03,180259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2010.03,180120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2011.03,182705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2012.03,186995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2013.03,191091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2014.03,196287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2015.03,203633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2016.03,210864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2017.03,218551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2018.03,225867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2019.03,233740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2020.03,239325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2021.03,238760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2022.03,249532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2023.03,255754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG01RAC04B01ZZ9,2024.03,256774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEA.SG02NAC00B15Z,1972.03,6990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1973.03,8080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1974.03,9361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1975.03,10203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1976.03,11506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1977.03,13972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1978.03,15667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1979.03,17810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1980.03,20546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1981.03,23988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1982.03,29028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1983.03,33426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1984.03,37253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1985.03,42244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1986.03,48779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1987.03,57953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1988.03,65167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1989.03,70628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1990.03,74635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1991.03,76167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1992.03,75986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1993.03,78309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1994.03,84460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1995.03,90337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1996.03,96236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1997.03,101101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1998.03,104815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,1999.03,106826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2000.03,113229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2001.03,119839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2002.03,128712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2003.03,135181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2004.03,144502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2005.03,154559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2006.03,162937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2007.03,172004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2008.03,186673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2009.03,189406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2010.03,194306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2011.03,203342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2012.03,213029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2013.03,217493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2014.03,232797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2015.03,242699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2016.03,255398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2017.03,271357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2018.03,290724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2019.03,306161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2020.03,322976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2021.03,327798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2022.03,358418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2023.03,387658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B15Z,2024.03,410090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1972.03,6935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1973.03,7840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1974.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1975.03,11447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1976.03,12294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1977.03,14332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1978.03,15918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1979.03,17678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1980.03,20867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1981.03,24249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1982.03,29916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1983.03,34412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1984.03,37688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1985.03,43322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1986.03,49810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1987.03,57661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1988.03,63706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1989.03,67835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1990.03,74099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1991.03,75470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1992.03,73185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1993.03,75842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1994.03,81371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1995.03,87853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1996.03,94433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1997.03,99502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1998.03,103354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,1999.03,105396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2000.03,112662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2001.03,116275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2002.03,124042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2003.03,131075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2004.03,141952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2005.03,154116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2006.03,165298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2007.03,172668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2008.03,186448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2009.03,189882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2010.03,189794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2011.03,198674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2012.03,209729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2013.03,215981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2014.03,229049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2015.03,240731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2016.03,252801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2017.03,269138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2018.03,287863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2019.03,306269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2020.03,322312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2021.03,329713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2022.03,372498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2023.03,408835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00B21Z,2024.03,422460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1972.03,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1973.03,5957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1974.03,6844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1975.03,7908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1976.03,9142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1977.03,10516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1978.03,11968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1979.03,13747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1980.03,15971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1981.03,19064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1982.03,22506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1983.03,25628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1984.03,27756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1985.03,31197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1986.03,36768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1987.03,43110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1988.03,48945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1989.03,53043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1990.03,56755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1991.03,59886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1992.03,59857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1993.03,61219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1994.03,63420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1995.03,67395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1996.03,71670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1997.03,76102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1998.03,79320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,1999.03,83164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2000.03,86356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2001.03,89870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2002.03,94500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2003.03,100326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2004.03,107085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2005.03,115040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2006.03,123878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2007.03,131801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2008.03,140198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2009.03,146835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2010.03,151447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2011.03,157649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2012.03,165930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2013.03,170047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2014.03,177515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2015.03,184930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2016.03,193690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2017.03,206497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2018.03,219137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2019.03,232992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2020.03,245805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2021.03,254493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2022.03,282273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2023.03,308412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P30Z,2024.03,325624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1972.03,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1973.03,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1974.03,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1975.03,2814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1976.03,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1977.03,3757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1978.03,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1979.03,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1980.03,4426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1981.03,5218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1982.03,7245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1983.03,8537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1984.03,9557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1985.03,11014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1986.03,13196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1987.03,13963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1988.03,15175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1989.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1990.03,16055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1991.03,15738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1992.03,13416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1993.03,13998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1994.03,16519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1995.03,19293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1996.03,21581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1997.03,22591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1998.03,23216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,1999.03,21962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2000.03,24769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2001.03,24987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2002.03,27656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2003.03,29655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2004.03,33607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2005.03,37431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2006.03,40320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2007.03,41132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2008.03,44639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2009.03,42996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2010.03,39198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2011.03,40162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2012.03,42531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2013.03,45145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2014.03,49689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2015.03,54540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2016.03,58383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2017.03,61166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2018.03,66586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2019.03,71822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2020.03,75718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2021.03,75620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2022.03,88496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2023.03,98736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P51Z,2024.03,101117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1972.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1973.03,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1974.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1975.03,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1976.03,-287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1977.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1978.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1979.03,-246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1980.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1981.03,-33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1982.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1983.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1984.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1985.03,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1986.03,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1987.03,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1988.03,-413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1989.03,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1990.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1991.03,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1992.03,-88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1993.03,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1994.03,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1995.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1996.03,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1997.03,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1998.03,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,1999.03,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2000.03,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2001.03,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2002.03,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2003.03,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2004.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2005.03,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2006.03,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2007.03,-265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2008.03,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2009.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2010.03,-851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2011.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2012.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2013.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2014.03,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2015.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2016.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2017.03,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2018.03,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2019.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2020.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2021.03,-400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2022.03,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2023.03,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC00P52Z,2024.03,-4282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEA.SG02NAC01P51T1,1972.03,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1973.03,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1974.03,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1975.03,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1976.03,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1977.03,2434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1978.03,2268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1979.03,2503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1980.03,2878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1981.03,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1982.03,4844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1983.03,5377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1984.03,6040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1985.03,7808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1986.03,8840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1987.03,9622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1988.03,11185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1989.03,10896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1990.03,12037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1991.03,11524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1992.03,10107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1993.03,11113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1994.03,13842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1995.03,16247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1996.03,18088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1997.03,18692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1998.03,18160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,1999.03,17154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2000.03,19339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2001.03,20665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2002.03,20966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2003.03,22479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2004.03,26051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2005.03,29221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2006.03,30402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2007.03,31995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2008.03,34902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2009.03,31699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2010.03,27013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2011.03,27741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2012.03,30190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2013.03,33730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2014.03,37042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2015.03,41198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2016.03,44258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2017.03,46800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2018.03,50567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2019.03,55644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2020.03,58118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2021.03,57506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2022.03,68208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2023.03,77382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T1,2024.03,77820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEA.SG02NAC01P51T4,1972.03,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1973.03,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1974.03,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1975.03,2814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1976.03,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1977.03,3757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1978.03,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1979.03,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1980.03,4426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1981.03,5218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1982.03,7245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1983.03,8537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1984.03,9557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1985.03,11014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1986.03,13196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1987.03,13963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1988.03,15175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1989.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1990.03,16055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1991.03,15738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1992.03,13416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1993.03,13998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1994.03,16519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1995.03,19293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1996.03,21581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1997.03,22591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1998.03,23216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,1999.03,21962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2000.03,24769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2001.03,24987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2002.03,27656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2003.03,29655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2004.03,33607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2005.03,37431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2006.03,40320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2007.03,41132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2008.03,44639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2009.03,42996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2010.03,39198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2011.03,40162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2012.03,42531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2013.03,45145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2014.03,49689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2015.03,54540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2016.03,58383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2017.03,61166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2018.03,66586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2019.03,71822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2020.03,75718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2021.03,75620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2022.03,88496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2023.03,98736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T4,2024.03,101117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEA.SG02NAC01P51T5,1972.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1973.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1974.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1975.03,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1976.03,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1977.03,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1978.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1979.03,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1980.03,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1981.03,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1982.03,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1983.03,3160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1984.03,3518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1985.03,3206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1986.03,4355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1987.03,4340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1988.03,3989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1989.03,4011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1990.03,4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1991.03,4214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1992.03,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1993.03,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1994.03,2677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1995.03,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1996.03,3493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1997.03,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1998.03,5056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,1999.03,4808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2000.03,5430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2001.03,4322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2002.03,6690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2003.03,7176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2004.03,7557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2005.03,8211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2006.03,9917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2007.03,9137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2008.03,9737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2009.03,11297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2010.03,12186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2011.03,12422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2012.03,12341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2013.03,11415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2014.03,12647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2015.03,13343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2016.03,14125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2017.03,14366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2018.03,16019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2019.03,16178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2020.03,17600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2021.03,18114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2022.03,20288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2023.03,21355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC01P51T5,2024.03,23298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEA.SG02NAC10P52A1,1988.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1989.03,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1990.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1991.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1992.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1993.03,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1994.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1995.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1996.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1997.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1998.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,1999.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2000.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2001.03,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2002.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2003.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2004.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2005.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2006.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2007.03,-66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2008.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2009.03,-36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2010.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2011.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2012.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2013.03,-150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2014.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2015.03,-200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2016.03,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2017.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2018.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2019.03,-149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2020.03,-109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2021.03,-68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2022.03,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2023.03,-262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52A1,2024.03,-449,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02NAC10P52B1,1988.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1989.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1990.03,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1991.03,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1992.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1993.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1994.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1995.03,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1996.03,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1997.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1998.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,1999.03,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2000.03,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2001.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2002.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2003.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2004.03,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2005.03,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2006.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2007.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2008.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2009.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2010.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2011.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2012.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2013.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2014.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2015.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2016.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2017.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2018.03,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2019.03,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2020.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2021.03,-125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2022.03,-336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2023.03,-185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52B1,2024.03,-161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02NAC10P52C1,1988.03,-239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1989.03,-91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1990.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1991.03,-385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1992.03,-167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1993.03,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1994.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1995.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1996.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1997.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1998.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,1999.03,-80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2000.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2001.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2002.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2003.03,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2004.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2005.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2006.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2007.03,-1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2008.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2009.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2010.03,-751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2011.03,-155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2012.03,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2013.03,-63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2014.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2015.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2016.03,-76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2017.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2018.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2019.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2020.03,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2021.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2022.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2023.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52C1,2024.03,-1438,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02NAC10P52D1,1988.03,-486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1989.03,-251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1990.03,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1991.03,-180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1992.03,-318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1993.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1994.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1995.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1996.03,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1997.03,-85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1998.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,1999.03,-165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2000.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2001.03,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2002.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2003.03,-218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2004.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2005.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2006.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2007.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2008.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2009.03,-359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2010.03,-417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2011.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2012.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2013.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2014.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2015.03,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2016.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2017.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2018.03,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2019.03,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2020.03,-322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2021.03,-982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2022.03,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2023.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52D1,2024.03,-2233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02NAC10P52E1,1988.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1989.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1990.03,-49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1991.03,-90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1992.03,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1993.03,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1994.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1995.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1996.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1997.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1998.03,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,1999.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2000.03,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2001.03,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2002.03,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2003.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2004.03,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2005.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2006.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2007.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2008.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2009.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2010.03,-84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2011.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2012.03,-50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2013.03,-144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2014.03,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2015.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2016.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2017.03,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2018.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2019.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2020.03,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2021.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2022.03,-533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2023.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC10P52E1,2024.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02NAC11P51AN1110,1972.03,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1973.03,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1974.03,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1975.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1976.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1977.03,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1978.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1979.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1980.03,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1981.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1982.03,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1983.03,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1984.03,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1985.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1986.03,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1987.03,2423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1988.03,2753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1989.03,2812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1990.03,3369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1991.03,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1992.03,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1993.03,3152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1994.03,3883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1995.03,4815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1996.03,5200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1997.03,5699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1998.03,5951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,1999.03,5200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2000.03,6222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2001.03,5540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2002.03,5771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2003.03,7450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2004.03,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2005.03,10346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2006.03,10528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2007.03,11040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2008.03,11851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2009.03,9613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2010.03,8842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2011.03,9079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2012.03,9448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2013.03,11444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2014.03,13786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2015.03,15686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2016.03,17709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2017.03,20440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2018.03,21092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2019.03,21887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2020.03,23315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2021.03,24925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2022.03,29032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2023.03,32425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1110,2024.03,32178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02NAC11P51AN1120,1972.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1973.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1974.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1975.03,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1976.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1977.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1978.03,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1979.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1980.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1981.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1982.03,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1983.03,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1984.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1985.03,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1986.03,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1987.03,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1988.03,3081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1989.03,2950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1990.03,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1991.03,2413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1992.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1993.03,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1994.03,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1995.03,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1996.03,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1997.03,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1998.03,2964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,1999.03,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2000.03,2736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2001.03,2965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2002.03,3335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2003.03,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2004.03,3615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2005.03,4513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2006.03,5494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2007.03,5435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2008.03,5378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2009.03,5655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2010.03,5032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2011.03,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2012.03,5179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2013.03,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2014.03,5417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2015.03,6296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2016.03,6784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2017.03,7768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2018.03,7935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2019.03,9104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2020.03,9900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2021.03,8897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2022.03,9849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2023.03,12133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1120,2024.03,13716,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02NAC11P51AN1130,1972.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1973.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1974.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1975.03,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1976.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1977.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1978.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1979.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1980.03,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1981.03,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1982.03,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1983.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1984.03,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1985.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1986.03,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1987.03,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1988.03,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1989.03,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1990.03,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1991.03,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1992.03,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1993.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1994.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1995.03,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1996.03,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1997.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1998.03,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,1999.03,2166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2000.03,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2001.03,2611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2002.03,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2003.03,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2004.03,3416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2005.03,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2006.03,4587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2007.03,4930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2008.03,6510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2009.03,6774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2010.03,7090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2011.03,5910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2012.03,6700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2013.03,7404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2014.03,7278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2015.03,7058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2016.03,6964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2017.03,6353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2018.03,8552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2019.03,9645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2020.03,10391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2021.03,10987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2022.03,12491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2023.03,13029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1130,2024.03,14221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02NAC11P51AN1140,1972.03,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1973.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1974.03,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1975.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1976.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1977.03,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1978.03,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1979.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1980.03,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1981.03,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1982.03,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1983.03,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1984.03,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1985.03,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1986.03,4506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1987.03,4301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1988.03,4469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1989.03,4474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1990.03,4774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1991.03,4711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1992.03,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1993.03,4267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1994.03,5299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1995.03,6106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1996.03,6455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1997.03,6449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1998.03,6319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,1999.03,6196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2000.03,6506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2001.03,7762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2002.03,8083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2003.03,7894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2004.03,8375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2005.03,9494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2006.03,9962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2007.03,10335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2008.03,10739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2009.03,11187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2010.03,9025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2011.03,9443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2012.03,10266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2013.03,10095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2014.03,10587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2015.03,10888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2016.03,11961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2017.03,11432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2018.03,12744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2019.03,13764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2020.03,14340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2021.03,13409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2022.03,15906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2023.03,18116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1140,2024.03,17012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02NAC11P51AN1150,1972.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1973.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1974.03,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1975.03,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1976.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1977.03,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1978.03,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1979.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1980.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1981.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1982.03,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1983.03,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1984.03,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1985.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1986.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1987.03,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1988.03,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1989.03,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1990.03,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1991.03,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1992.03,1514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1993.03,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1994.03,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1995.03,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1996.03,2726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1997.03,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1998.03,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,1999.03,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2000.03,2444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2001.03,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2002.03,3499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2003.03,3625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2004.03,4176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2005.03,4152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2006.03,4651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2007.03,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2008.03,4066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2009.03,3029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2010.03,2435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2011.03,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2012.03,3520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2013.03,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2014.03,4299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2015.03,5421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2016.03,5586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2017.03,5633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2018.03,5926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2019.03,6133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2020.03,5747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2021.03,4555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2022.03,6963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2023.03,7627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1150,2024.03,7502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02NAC11P51AN1170,1972.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1973.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1974.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1975.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1976.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1977.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1978.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1979.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1980.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1981.03,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1982.03,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1983.03,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1984.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1985.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1986.03,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1987.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1988.03,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1989.03,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1990.03,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1991.03,1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1992.03,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1993.03,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1994.03,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1995.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1996.03,2130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1997.03,2188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1998.03,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,1999.03,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2000.03,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2001.03,3388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2002.03,3522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2003.03,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2004.03,3914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2005.03,4215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2006.03,4443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2007.03,4638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2008.03,5231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2009.03,5479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2010.03,5571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2011.03,6141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2012.03,6508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2013.03,6793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2014.03,7479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2015.03,8133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2016.03,8255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2017.03,8640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2018.03,9427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2019.03,10316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2020.03,11009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2021.03,11848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2022.03,13230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2023.03,14361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1170,2024.03,15377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02NAC11P51AN1180,1972.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1973.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1974.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1975.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1976.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1977.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1978.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1979.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1980.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1981.03,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1982.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1983.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1984.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1985.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1986.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1987.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1988.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1989.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1990.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1991.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1992.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1993.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1994.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1995.03,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1996.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1997.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1998.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,1999.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2000.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2001.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2002.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2003.03,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2004.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2005.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2006.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2007.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2008.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2009.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2010.03,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2011.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2012.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2013.03,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2014.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2015.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2016.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2017.03,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2018.03,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2019.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2020.03,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2021.03,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2022.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2023.03,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1180,2024.03,884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02NAC11P51AN1190,1972.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1973.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1974.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1975.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1976.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1977.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1978.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1979.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1980.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1981.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1982.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1983.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1984.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1985.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1986.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1987.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1988.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1989.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1990.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1991.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1992.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1993.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1994.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1995.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1996.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1997.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1998.03,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2000.03,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2001.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2002.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2003.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2004.03,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2005.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2006.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2007.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2008.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2009.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2010.03,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2011.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2012.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2013.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2014.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2015.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2016.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2017.03,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2018.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2019.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2020.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2021.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2022.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2023.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1190,2024.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02NAC11P51AN1199,1988.03,12421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1989.03,12094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1990.03,12686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1991.03,12281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1992.03,10424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1993.03,10846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1994.03,12636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1995.03,14478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1996.03,16381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1997.03,16892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1998.03,17265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,1999.03,16761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2000.03,18547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2001.03,19447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2002.03,21885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2003.03,22205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2004.03,24381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2005.03,27086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2006.03,29791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2007.03,30092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2008.03,32787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2009.03,33382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2010.03,30357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2011.03,31084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2012.03,33083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2013.03,33701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2014.03,35903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2015.03,38854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2016.03,40674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2017.03,40726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2018.03,45494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2019.03,49935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2020.03,52403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2021.03,50695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2022.03,59464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2023.03,66311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC11P51AN1199,2024.03,68939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02NAC14P30A01E,1988.03,5044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1989.03,5371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1990.03,5865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1991.03,6341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1992.03,6363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1993.03,6591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1994.03,6742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1995.03,7223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1996.03,7571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1997.03,8002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1998.03,8298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,1999.03,8653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2000.03,9018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2001.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2002.03,10108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2003.03,10988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2004.03,11745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2005.03,12260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2006.03,13034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2007.03,13866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2008.03,14708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2009.03,15497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2010.03,16558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2011.03,17094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2012.03,17953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2013.03,18069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2014.03,18583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2015.03,19133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2016.03,19917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2017.03,20768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2018.03,22084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2019.03,22775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2020.03,23524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2021.03,24546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2022.03,26080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2023.03,27630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A01E,2024.03,29404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02NAC14P30A02E,1988.03,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1989.03,2196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1990.03,2418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1991.03,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1992.03,2719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1993.03,2744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1994.03,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1995.03,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1996.03,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1997.03,3040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1998.03,3135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,1999.03,3372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2000.03,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2001.03,3689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2002.03,4012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2003.03,4197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2004.03,4315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2005.03,4385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2006.03,4716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2007.03,5055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2008.03,5260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2009.03,5336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2010.03,5569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2011.03,5810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2012.03,5949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2013.03,6147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2014.03,6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2015.03,6851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2016.03,7332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2017.03,8077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2018.03,8516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2019.03,8840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2020.03,9743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2021.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2022.03,9699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2023.03,10594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A02E,2024.03,10780,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02NAC14P30A03E,1988.03,2113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1989.03,2062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1990.03,2247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1991.03,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1992.03,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1993.03,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1994.03,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1995.03,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1996.03,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1997.03,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1998.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,1999.03,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2000.03,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2001.03,3088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2002.03,3236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2003.03,3376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2004.03,3498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2005.03,3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2006.03,4059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2007.03,4230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2008.03,4379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2009.03,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2010.03,4664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2011.03,4878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2012.03,5013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2013.03,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2014.03,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2015.03,5428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2016.03,5623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2017.03,5843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2018.03,6105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2019.03,6461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2020.03,6693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2021.03,7073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2022.03,7986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2023.03,8595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A03E,2024.03,8291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02NAC14P30A04E,1988.03,8024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1989.03,9541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1990.03,10299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1991.03,11141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1992.03,11507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1993.03,11552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1994.03,11929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1995.03,12690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1996.03,13886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1997.03,14976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1998.03,15959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,1999.03,16676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2000.03,17008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2001.03,17377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2002.03,17634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2003.03,18625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2004.03,19991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2005.03,21475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2006.03,22799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2007.03,24402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2008.03,26044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2009.03,27734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2010.03,28909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2011.03,30271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2012.03,31675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2013.03,33182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2014.03,34659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2015.03,36444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2016.03,38234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2017.03,40288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2018.03,42883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2019.03,45568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2020.03,48357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2021.03,50733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2022.03,54244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2023.03,58545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A04E,2024.03,63149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02NAC14P30A05E,1988.03,2743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1989.03,2722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1990.03,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1991.03,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1992.03,2718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1993.03,2888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1994.03,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1995.03,3518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1996.03,3595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1997.03,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1998.03,3549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,1999.03,3741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2000.03,3974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2001.03,4114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2002.03,4338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2003.03,4759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2004.03,5022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2005.03,5371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2006.03,5728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2007.03,6113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2008.03,6265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2009.03,6035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2010.03,6046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2011.03,6166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2012.03,6418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2013.03,6572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2014.03,7071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2015.03,7513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2016.03,8055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2017.03,8558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2018.03,8993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2019.03,9563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2020.03,10061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2021.03,11258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2022.03,12482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2023.03,12796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A05E,2024.03,12752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02NAC14P30A06E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A06E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02NAC14P30A07E,1988.03,6067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1989.03,6466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1990.03,6910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1991.03,6821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1992.03,6330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1993.03,6212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1994.03,6483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1995.03,7443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1996.03,8311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1997.03,8979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1998.03,8297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,1999.03,8481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2000.03,8832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2001.03,9110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2002.03,9729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2003.03,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2004.03,11024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2005.03,11884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2006.03,12873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2007.03,13445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2008.03,14275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2009.03,14036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2010.03,13768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2011.03,14949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2012.03,15834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2013.03,16308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2014.03,17402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2015.03,18219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2016.03,18962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2017.03,20705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2018.03,22408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2019.03,24269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2020.03,23665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2021.03,18601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2022.03,22469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2023.03,27423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A07E,2024.03,30201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02NAC14P30A08E,1988.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1989.03,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1990.03,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1991.03,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1992.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1993.03,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1994.03,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1995.03,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1996.03,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1997.03,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1998.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,1999.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2000.03,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2001.03,1904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2002.03,2043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2003.03,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2004.03,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2005.03,2493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2006.03,2694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2007.03,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2008.03,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2009.03,3375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2010.03,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2011.03,3883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2012.03,3945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2013.03,3916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2014.03,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2015.03,3784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2016.03,3783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2017.03,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2018.03,3850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2019.03,3824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2020.03,3865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2021.03,3940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2022.03,4027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2023.03,4140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A08E,2024.03,4059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02NAC14P30A09E,1988.03,3458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1989.03,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1990.03,3959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1991.03,4136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1992.03,4099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1993.03,4246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1994.03,4650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1995.03,5141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1996.03,5473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1997.03,6037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1998.03,6478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,1999.03,6811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2000.03,7201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2001.03,7583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2002.03,8018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2003.03,8589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2004.03,9109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2005.03,9508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2006.03,9885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2007.03,10271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2008.03,10507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2009.03,10671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2010.03,10424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2011.03,10486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2012.03,11376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2013.03,11283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2014.03,11783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2015.03,12176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2016.03,12942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2017.03,13881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2018.03,14538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2019.03,15320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2020.03,16222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2021.03,17056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2022.03,19237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2023.03,20219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A09E,2024.03,20586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02NAC14P30A10E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A10E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02NAC14P30A11E,1988.03,2457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1989.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1990.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1991.03,2621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1992.03,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1993.03,2481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1994.03,2713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1995.03,3050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1996.03,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1997.03,3344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1998.03,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,1999.03,3875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2000.03,3811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2001.03,3813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2002.03,3823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2003.03,3977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2004.03,4131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2005.03,4734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2006.03,5224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2007.03,5630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2008.03,6019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2009.03,6142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2010.03,6209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2011.03,6550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2012.03,7213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2013.03,7473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2014.03,8100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2015.03,8035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2016.03,8278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2017.03,9650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2018.03,10442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2019.03,10994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2020.03,11269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2021.03,12493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2022.03,13970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2023.03,16086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A11E,2024.03,15796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02NAC14P30A12E,1988.03,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1989.03,3476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1990.03,3545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1991.03,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1992.03,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1993.03,3982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1994.03,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1995.03,4100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1996.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1997.03,4582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1998.03,4925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,1999.03,5102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2000.03,5450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2001.03,5692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2002.03,6001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2003.03,6544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2004.03,7008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2005.03,7420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2006.03,7818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2007.03,8354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2008.03,8665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2009.03,9062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2010.03,10160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2011.03,10197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2012.03,11019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2013.03,11566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2014.03,12341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2015.03,12854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2016.03,13896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2017.03,15012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2018.03,16190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2019.03,17653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2020.03,18866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2021.03,19123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2022.03,20919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2023.03,23095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A12E,2024.03,24828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02NAC14P30A13E,2000.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2001.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2002.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2003.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2004.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2005.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2006.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2007.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2008.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2009.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2010.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2011.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2012.03,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2013.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2014.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2015.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2016.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2017.03,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2018.03,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2019.03,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2020.03,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2021.03,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2022.03,3033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2023.03,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC14P30A13E,2024.03,4113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30AE,1988.03,11435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1989.03,12161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1990.03,13286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1991.03,14421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1992.03,14454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1993.03,14769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1994.03,15025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1995.03,15741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1996.03,16566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1997.03,17347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1998.03,17975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,1999.03,18730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2000.03,19464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2001.03,20681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2002.03,21886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2003.03,23385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2004.03,24759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2005.03,26198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2006.03,28250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2007.03,30515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2008.03,32433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2009.03,33834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2010.03,35104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2011.03,36587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2012.03,38383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2013.03,38997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2014.03,40022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2015.03,41211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2016.03,42624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2017.03,44528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2018.03,47228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2019.03,49556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2020.03,51710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2021.03,51968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2022.03,56317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2023.03,60112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30AE,2024.03,61755,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1988.03,8486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1989.03,8454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1990.03,8916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1991.03,8631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1992.03,8204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1993.03,8303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1994.03,9289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1995.03,10447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1996.03,10963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1997.03,11726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1998.03,11190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,1999.03,11560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2000.03,12289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2001.03,12397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2002.03,13265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2003.03,14299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2004.03,15055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2005.03,15730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2006.03,16466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2007.03,16823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2008.03,17128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2009.03,16554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2010.03,16914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2011.03,17682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2012.03,18548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2013.03,19069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2014.03,20357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2015.03,21609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2016.03,22886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2017.03,24406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2018.03,25900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2019.03,27105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2020.03,27806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2021.03,29800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2022.03,34329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2023.03,33610,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30BE,2024.03,33220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02NAC15P30CE,1988.03,16948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1989.03,19400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1990.03,20564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1991.03,21913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1992.03,22049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1993.03,22434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1994.03,23127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1995.03,24972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1996.03,26949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1997.03,29041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1998.03,31173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,1999.03,32557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2000.03,33473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2001.03,34597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2002.03,35766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2003.03,38120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2004.03,40958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2005.03,44198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2006.03,47140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2007.03,50117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2008.03,53202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2009.03,55447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2010.03,57598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2011.03,60115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2012.03,63795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2013.03,66367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2014.03,69699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2015.03,72528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2016.03,76781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2017.03,83933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2018.03,89151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2019.03,95407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2020.03,99760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2021.03,99927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2022.03,109319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2023.03,124884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30CE,2024.03,134463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02NAC15P30DE,2000.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2001.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2002.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2003.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2004.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2005.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2006.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2007.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2008.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2009.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2010.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2011.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2012.03,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2013.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2014.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2015.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2016.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2017.03,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2018.03,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2019.03,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2020.03,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2021.03,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2022.03,3033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2023.03,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30DE,2024.03,4113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02NAC15P30VE,1988.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1989.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1990.03,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1991.03,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1992.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1993.03,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1994.03,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1995.03,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1996.03,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1997.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1998.03,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,1999.03,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2000.03,1975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2001.03,2311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2002.03,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2003.03,2219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2004.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2005.03,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2006.03,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2007.03,3138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2008.03,3395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2009.03,3356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2010.03,3269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2011.03,3391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2012.03,3555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2013.03,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2014.03,3892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2015.03,4092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2016.03,4472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2017.03,4932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2018.03,5381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2019.03,5588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2020.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2021.03,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2022.03,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2023.03,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30VE,2024.03,5920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02NAC15P30WE,1988.03,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1989.03,1761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1990.03,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1991.03,1945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1992.03,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1993.03,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1994.03,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1995.03,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1996.03,4076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1997.03,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1998.03,3809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,1999.03,4303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2000.03,5210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2001.03,5883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2002.03,6825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2003.03,7814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2004.03,8643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2005.03,8755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2006.03,8507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2007.03,8843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2008.03,8848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2009.03,8880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2010.03,8649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2011.03,8367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2012.03,8488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2013.03,8157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2014.03,8462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2015.03,10521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2016.03,12921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2017.03,13167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2018.03,14267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2019.03,14644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2020.03,14595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2021.03,4434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2022.03,3363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2023.03,7981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30WE,2024.03,13440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02NAC15P30ZE,1988.03,36869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1989.03,40016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1990.03,42766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1991.03,44965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1992.03,44707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1993.03,45506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1994.03,47442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1995.03,51160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1996.03,54478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1997.03,58113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1998.03,60337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,1999.03,62847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2000.03,65231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2001.03,67694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2002.03,70977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2003.03,75898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2004.03,80983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2005.03,86703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2006.03,92640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2007.03,98124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2008.03,103451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2009.03,106593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2010.03,110177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2011.03,114938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2012.03,121466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2013.03,125350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2014.03,131170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2015.03,136563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2016.03,143635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2017.03,154321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2018.03,163885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2019.03,173921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2020.03,181486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2021.03,184096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2022.03,202997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2023.03,221759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC15P30ZE,2024.03,233550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02NAC17P61M,1991.03,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1992.03,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1993.03,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1994.03,2431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1995.03,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1996.03,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1997.03,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1998.03,2377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,1999.03,2429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2000.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2001.03,2923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2002.03,2931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2003.03,2899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2004.03,2944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2005.03,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2006.03,2812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2007.03,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2008.03,3126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2009.03,3447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2010.03,3373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2011.03,3636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2012.03,3836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2013.03,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2014.03,3665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2015.03,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2016.03,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2017.03,4948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2018.03,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2019.03,6027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2020.03,6731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2021.03,7292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2022.03,7322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2023.03,6949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61M,2024.03,6806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02NAC17P61N,1991.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1992.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1993.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1994.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1995.03,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1996.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1997.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1998.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,1999.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2000.03,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2001.03,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2002.03,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2003.03,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2004.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2005.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2006.03,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2007.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2008.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2009.03,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2010.03,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2011.03,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2012.03,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2013.03,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2014.03,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2015.03,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61N,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02NAC17P61O,1991.03,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1992.03,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1993.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1994.03,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1995.03,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1996.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1997.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1998.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,1999.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2000.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2001.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2002.03,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2003.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2004.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2005.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2006.03,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2007.03,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2008.03,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2009.03,3660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2010.03,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2011.03,3079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2012.03,3290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61O,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02NAC17P61P,1991.03,2582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1992.03,2848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1993.03,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1994.03,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1995.03,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1996.03,2747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1997.03,2810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1998.03,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,1999.03,2969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2000.03,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2001.03,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2002.03,4604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2003.03,4404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2004.03,4378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2005.03,4873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2006.03,4611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2007.03,5037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2008.03,4656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2009.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2010.03,5332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2011.03,5550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2012.03,5771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2013.03,5726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2014.03,5928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2015.03,6635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2016.03,7069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2017.03,6483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2018.03,7343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2019.03,8273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2020.03,8883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2021.03,8435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2022.03,9803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2023.03,10054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61P,2024.03,9369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02NAC17P61Q,1991.03,2762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1992.03,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1993.03,3253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1994.03,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1995.03,3324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1996.03,3266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1997.03,4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1998.03,4349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,1999.03,4906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2000.03,4712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2001.03,6306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2002.03,7466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2003.03,6002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2004.03,5836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2005.03,5784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2006.03,5993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2007.03,7455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2008.03,9434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2009.03,10101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2010.03,9078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2011.03,11669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2012.03,12798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2013.03,12457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2014.03,16011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2015.03,14263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2016.03,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2017.03,12482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2018.03,15184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2019.03,15703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2020.03,17170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2021.03,16410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2022.03,19513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2023.03,22538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61Q,2024.03,21282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02NAC17P61R,1991.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1992.03,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1993.03,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1994.03,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1995.03,1876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1996.03,1994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1997.03,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1998.03,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,1999.03,2217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2000.03,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2001.03,2875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2002.03,3216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2003.03,3027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2004.03,2852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2005.03,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2006.03,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2007.03,4136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2008.03,4374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2009.03,5000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2010.03,4790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2011.03,5163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61R,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02NAC17P61T,1991.03,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1992.03,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1993.03,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1994.03,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1995.03,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1996.03,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1997.03,1514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1998.03,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,1999.03,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2000.03,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2001.03,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2002.03,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2003.03,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2004.03,1609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2005.03,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2006.03,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2007.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2008.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2009.03,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2010.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2011.03,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2012.03,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2013.03,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2014.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2015.03,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2016.03,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2017.03,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2018.03,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2019.03,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2020.03,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2021.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2022.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2023.03,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61T,2024.03,934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02NAC17P61U,1991.03,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1992.03,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1993.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1994.03,1724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1995.03,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1996.03,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1997.03,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1998.03,1850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,1999.03,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2000.03,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2001.03,2966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2002.03,2883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2003.03,2956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2004.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2005.03,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2006.03,2692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2007.03,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2008.03,2815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61U,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02NAC17P61V,1991.03,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1992.03,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1993.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1994.03,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1995.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1996.03,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1997.03,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1998.03,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,1999.03,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2000.03,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2001.03,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2002.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2003.03,2712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2004.03,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2005.03,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2006.03,2551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2007.03,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2008.03,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2009.03,3562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61V,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02NAC17P61W,1991.03,2545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1992.03,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1993.03,2860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1994.03,3065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1995.03,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1996.03,3476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1997.03,3402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1998.03,3884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,1999.03,4173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2000.03,4728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2001.03,5624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2002.03,5537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2003.03,5269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2004.03,5325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2005.03,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2006.03,6041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2007.03,6861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2008.03,6651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2009.03,7335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2010.03,6036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC17P61W,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02NAC18P71APA,1991.03,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1992.03,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1993.03,2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1994.03,2741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1995.03,3254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1996.03,3480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1997.03,3491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1998.03,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,1999.03,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2000.03,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2001.03,4532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2002.03,4594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2003.03,4473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2004.03,4569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2005.03,5282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2006.03,5414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2007.03,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2008.03,5779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2009.03,6995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2010.03,5460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2011.03,5888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2012.03,6386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2013.03,6769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2014.03,7035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2015.03,7406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2016.03,8034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2017.03,7958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2018.03,9160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2019.03,9573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2020.03,9532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2021.03,9140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2022.03,11145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2023.03,12847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APA,2024.03,11925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02NAC18P71APB,1991.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1992.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1993.03,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1994.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1995.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1996.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1997.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1998.03,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,1999.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2000.03,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2001.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2002.03,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2003.03,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2004.03,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2005.03,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2006.03,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2007.03,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2008.03,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2009.03,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2010.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2011.03,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2012.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2013.03,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2014.03,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2015.03,2998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2016.03,2963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2017.03,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2018.03,2924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2019.03,3281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2020.03,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2021.03,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2022.03,3717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2023.03,3852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APB,2024.03,3703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02NAC18P71APC,1991.03,2900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1992.03,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1993.03,2707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1994.03,3278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1995.03,3848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1996.03,4055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1997.03,4148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1998.03,3892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,1999.03,4091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2000.03,4577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2001.03,5201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2002.03,6139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2003.03,5669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2004.03,6199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2005.03,6608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2006.03,7317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2007.03,7248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2008.03,7213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2009.03,8292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2010.03,6202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2011.03,7436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2012.03,7984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2013.03,8031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2014.03,9013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2015.03,10404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2016.03,10997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2017.03,10835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2018.03,12083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2019.03,12854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2020.03,12716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2021.03,11371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2022.03,14862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2023.03,16698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71APC,2024.03,15628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02NAC18P71BPD,1991.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1992.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1993.03,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1994.03,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1995.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1996.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1997.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1998.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,1999.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2000.03,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2001.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2002.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2003.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2004.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2005.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2006.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2007.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2008.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2009.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2010.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2011.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2012.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2013.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2014.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2015.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2016.03,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2017.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2018.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2019.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2020.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2021.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2022.03,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2023.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPD,2024.03,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02NAC18P71BPE,1991.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1992.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1993.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1994.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1995.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1996.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1997.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1998.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,1999.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2000.03,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2001.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2002.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2003.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2004.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2005.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2006.03,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2007.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2008.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2009.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2010.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2011.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2012.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2013.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2014.03,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2015.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2016.03,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2017.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2018.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2019.03,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2020.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2021.03,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2022.03,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2023.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPE,2024.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02NAC18P71BPG,1991.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1992.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1993.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1994.03,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1995.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1996.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1997.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1998.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,1999.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2000.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2001.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2002.03,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2003.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2004.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2005.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2006.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2007.03,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2008.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2009.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2010.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2011.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2012.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2013.03,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2014.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2015.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2016.03,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2017.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2018.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2019.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2020.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2021.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2022.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2023.03,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPG,2024.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02NAC18P71BPH,1991.03,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1992.03,3822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1993.03,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1994.03,4560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1995.03,5106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1996.03,5234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1997.03,5014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1998.03,5211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,1999.03,5581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2000.03,6214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2001.03,6985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2002.03,7268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2003.03,7028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2004.03,6696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2005.03,7509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2006.03,7532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2007.03,8574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2008.03,8669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2009.03,9970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2010.03,7774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2011.03,8833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2012.03,9114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2013.03,8929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2014.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2015.03,9741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2016.03,10496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2017.03,10268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2018.03,11373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2019.03,12679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2020.03,12322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2021.03,12321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2022.03,16809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2023.03,17854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPH,2024.03,14167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02NAC18P71BPJ,1991.03,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1992.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1993.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1994.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1995.03,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1996.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1997.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1998.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,1999.03,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2000.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2001.03,2244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2002.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2003.03,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2004.03,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2005.03,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2006.03,2723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2007.03,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2008.03,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2009.03,4041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2010.03,3320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2011.03,4056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2012.03,5791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2013.03,5479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2014.03,4875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2015.03,4317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2016.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2017.03,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2018.03,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2019.03,4164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2020.03,4547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2021.03,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2022.03,3197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2023.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPJ,2024.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02NAC18P71BPK,1991.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1992.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1993.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1994.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1995.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1996.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1997.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1998.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,1999.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2000.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2001.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2002.03,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2003.03,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2004.03,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2005.03,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2006.03,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2007.03,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2008.03,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2009.03,3114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2010.03,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2011.03,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2012.03,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2013.03,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2014.03,1659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2015.03,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2016.03,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2017.03,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2018.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2019.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2020.03,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2021.03,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2022.03,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2023.03,8172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPK,2024.03,7430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02NAC18P71BPO,1991.03,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1992.03,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1993.03,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1994.03,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1995.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1996.03,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1997.03,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1998.03,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,1999.03,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2000.03,2772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2001.03,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2002.03,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2003.03,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2004.03,2899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2005.03,3088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2006.03,3136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2007.03,3469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2008.03,3461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2009.03,4299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2010.03,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2011.03,3978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2012.03,4441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2013.03,4058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2014.03,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2015.03,4242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2016.03,4762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2017.03,4797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2018.03,5538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2019.03,5906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2020.03,6638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2021.03,5382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2022.03,6752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2023.03,7789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPO,2024.03,8121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02NAC18P71BPP,1991.03,6878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1992.03,6490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1993.03,7610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1994.03,7807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1995.03,8593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1996.03,8952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1997.03,8859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1998.03,9199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,1999.03,9756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2000.03,11347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2001.03,14028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2002.03,13801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2003.03,13284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2004.03,12578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2005.03,14494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2006.03,15632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2007.03,17633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2008.03,18693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2009.03,22993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2010.03,17517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2011.03,19607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2012.03,22488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2013.03,21476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2014.03,21318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2015.03,21387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2016.03,20740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2017.03,20502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2018.03,23660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2019.03,27136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2020.03,27546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2021.03,22431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2022.03,30694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2023.03,36812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71BPP,2024.03,32075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02NAC18P71CPQ,1991.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1992.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1993.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1994.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1995.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1996.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1997.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1998.03,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,1999.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2000.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2001.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2002.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2003.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2004.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2005.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2006.03,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2007.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2008.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2009.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2010.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2011.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2012.03,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2013.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2014.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2015.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2016.03,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2017.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2018.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2019.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2020.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2021.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2022.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2023.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPQ,2024.03,728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02NAC18P71CPR,1991.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1992.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1993.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1994.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1995.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1996.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1997.03,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1998.03,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,1999.03,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2000.03,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2001.03,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2002.03,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2003.03,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2004.03,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2005.03,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2006.03,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2007.03,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2008.03,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2009.03,2356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2010.03,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2011.03,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2012.03,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2013.03,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2014.03,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2015.03,2779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2016.03,3092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2017.03,3088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2018.03,3398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2019.03,3662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2020.03,3783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2021.03,3861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2022.03,4083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2023.03,4562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPR,2024.03,4790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02NAC18P71CPT,1991.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1992.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1993.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1994.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1995.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1996.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1997.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1998.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,1999.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2000.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2001.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2002.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2003.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2004.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2005.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2006.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2007.03,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2008.03,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2009.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2010.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2011.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2012.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2013.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2014.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2015.03,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2016.03,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2017.03,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2018.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2019.03,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2020.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2021.03,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2022.03,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2023.03,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPT,2024.03,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02NAC18P71CPU,1991.03,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1992.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1993.03,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1994.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1995.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1996.03,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1997.03,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1998.03,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,1999.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2000.03,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2001.03,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2002.03,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2003.03,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2004.03,1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2005.03,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2006.03,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2007.03,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2008.03,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2009.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2010.03,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2011.03,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2012.03,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2013.03,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2014.03,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2015.03,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2016.03,2258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2017.03,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2018.03,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2019.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2020.03,2750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2021.03,2749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2022.03,3298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2023.03,3609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPU,2024.03,3135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02NAC18P71CPV,1991.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1992.03,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1993.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1994.03,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1995.03,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1996.03,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1997.03,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1998.03,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,1999.03,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2000.03,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2001.03,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2002.03,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2003.03,2072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2004.03,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2005.03,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2006.03,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2007.03,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2008.03,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2009.03,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2010.03,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2011.03,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2012.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2013.03,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2014.03,3013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2015.03,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2016.03,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2017.03,3519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2018.03,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2019.03,4103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2020.03,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2021.03,4035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2022.03,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2023.03,5137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPV,2024.03,4694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02NAC18P71CPW,1991.03,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1992.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1993.03,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1994.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1995.03,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1996.03,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1997.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1998.03,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,1999.03,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2000.03,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2001.03,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2002.03,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2003.03,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2004.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2005.03,2137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2006.03,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2007.03,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2008.03,2572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2009.03,2906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2010.03,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2011.03,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2012.03,2822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2013.03,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2014.03,2718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2015.03,2822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2016.03,3230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2017.03,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2018.03,3477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2019.03,3618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2020.03,3799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2021.03,3826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2022.03,4260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2023.03,5081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPW,2024.03,4917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02NAC18P71CPY,1991.03,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1992.03,3278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1993.03,3721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1994.03,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1995.03,4358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1996.03,4576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1997.03,4739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1998.03,5302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,1999.03,5626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2000.03,6360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2001.03,7074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2002.03,7363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2003.03,7714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2004.03,7861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2005.03,8702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2006.03,9486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2007.03,10194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2008.03,10596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2009.03,11546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2010.03,10817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2011.03,11116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2012.03,11499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2013.03,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2014.03,12145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2015.03,12920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2016.03,14516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2017.03,14790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2018.03,15735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2019.03,17084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2020.03,17902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2021.03,18110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2022.03,20766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2023.03,23219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71CPY,2024.03,23136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02NAC18P71DPZ,1991.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1992.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1993.03,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1994.03,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1995.03,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1996.03,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1997.03,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1998.03,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,1999.03,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2000.03,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2001.03,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2002.03,2551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2003.03,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2004.03,3111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2005.03,3125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2006.03,2964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2007.03,2786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2008.03,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2009.03,2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2010.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2011.03,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2012.03,2668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2013.03,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2014.03,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2015.03,3868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2016.03,4069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2017.03,4740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2018.03,5070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2019.03,4865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2020.03,4515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2021.03,3803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2022.03,5752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2023.03,6474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71DPZ,2024.03,6252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02NAC18P71EQA,1991.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1992.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1993.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1994.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1995.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1996.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1997.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1998.03,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,1999.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2000.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2001.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2002.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2003.03,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2004.03,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2005.03,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2006.03,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2007.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2008.03,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2009.03,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2010.03,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2011.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2012.03,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2013.03,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2014.03,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2015.03,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2016.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2017.03,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2018.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2019.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2020.03,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2021.03,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2022.03,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2023.03,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71EQA,2024.03,3156,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02NAC18P71FQB,1991.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1992.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1993.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1994.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1995.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1996.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1997.03,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1998.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,1999.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2000.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2001.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2002.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2003.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2004.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2005.03,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2006.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2007.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2008.03,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2009.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2010.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2011.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2012.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2013.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2014.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2015.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2016.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2017.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2018.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2019.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2020.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2021.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2022.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2023.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC18P71FQB,2024.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02NAC30P30C,1987.03,10272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1988.03,11444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1989.03,12339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1990.03,13211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1991.03,14043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1992.03,14202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1993.03,14770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1994.03,14997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1995.03,15215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1996.03,16169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1997.03,16816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1998.03,17645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,1999.03,18745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2000.03,19562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2001.03,20481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2002.03,21749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2003.03,22656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2004.03,24287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2005.03,26383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2006.03,29243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2007.03,31582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2008.03,34401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2009.03,37478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2010.03,38433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2011.03,40061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2012.03,41719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2013.03,42158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2014.03,43635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2015.03,45562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2016.03,47234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2017.03,49231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2018.03,52097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2019.03,55826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2020.03,60952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2021.03,67137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2022.03,75659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2023.03,82197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30C,2024.03,87395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02NAC30P30D,1987.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1988.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1989.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1990.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1991.03,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1992.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1993.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1994.03,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1995.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1996.03,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1997.03,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1998.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,1999.03,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2000.03,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2001.03,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2002.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2003.03,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2004.03,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2005.03,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2006.03,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2007.03,2094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2008.03,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2009.03,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2010.03,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2011.03,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2012.03,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2013.03,2539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2014.03,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2015.03,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2016.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2017.03,2945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2018.03,3155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2019.03,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2020.03,3367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2021.03,3259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2022.03,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2023.03,4456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30D,2024.03,4679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02NAC30P30E,1987.03,32296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1988.03,36869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1989.03,40016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1990.03,42766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1991.03,44965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1992.03,44707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1993.03,45506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1994.03,47442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1995.03,51160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1996.03,54478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1997.03,58113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1998.03,60337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,1999.03,62847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2000.03,65231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2001.03,67694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2002.03,70977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2003.03,75898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2004.03,80983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2005.03,86703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2006.03,92640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2007.03,98124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2008.03,103451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2009.03,106593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2010.03,110177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2011.03,114938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2012.03,121466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2013.03,125350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2014.03,131170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2015.03,136563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2016.03,143635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2017.03,154321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2018.03,163885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2019.03,173921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2020.03,181486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2021.03,184096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2022.03,202997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2023.03,221759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30E,2024.03,233550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02NAC30P30G,1987.03,32838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1988.03,37501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1989.03,40704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1990.03,43544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1991.03,45843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1992.03,45655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1993.03,46449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1994.03,48423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1995.03,52180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1996.03,55501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1997.03,59287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1998.03,61676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,1999.03,64420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2000.03,66794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2001.03,69389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2002.03,72751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2003.03,77670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2004.03,82798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2005.03,88657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2006.03,94636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2007.03,100219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2008.03,105797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2009.03,109357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2010.03,113015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2011.03,117588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2012.03,124211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2013.03,127889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2014.03,133880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2015.03,139368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2016.03,146456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2017.03,157266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2018.03,167040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2019.03,177166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2020.03,184853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2021.03,187355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2022.03,206614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2023.03,226215,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30G,2024.03,238229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02NAC30P30H,1987.03,8897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1988.03,9976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1989.03,10693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1990.03,11454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1991.03,12079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1992.03,12213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1993.03,12695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1994.03,12909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1995.03,13039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1996.03,13865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1997.03,14497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1998.03,15321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,1999.03,16490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2000.03,17291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2001.03,18131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2002.03,19254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2003.03,20054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2004.03,21484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2005.03,23309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2006.03,25955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2007.03,28022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2008.03,30452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2009.03,33202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2010.03,34079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2011.03,35360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2012.03,36677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2013.03,37289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2014.03,38671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2015.03,40387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2016.03,41751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2017.03,43524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2018.03,46026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2019.03,49360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2020.03,53930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2021.03,59890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2022.03,67843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2023.03,72859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30H,2024.03,77039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02NAC30P30I,1987.03,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1988.03,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1989.03,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1990.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1991.03,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1992.03,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1993.03,2076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1994.03,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1995.03,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1996.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1997.03,2319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1998.03,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,1999.03,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2000.03,2272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2001.03,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2002.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2003.03,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2004.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2005.03,3074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2006.03,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2007.03,3560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2008.03,3949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2009.03,4276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2010.03,4353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2011.03,4701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2012.03,5042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2013.03,4869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2014.03,4964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2015.03,5175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2016.03,5483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2017.03,5707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2018.03,6071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2019.03,6466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2020.03,7022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2021.03,7247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2022.03,7816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2023.03,9338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02NAC30P30I,2024.03,10356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC00B15,1988.03,107033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1989.03,109308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1990.03,109802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1991.03,110535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1992.03,108774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1993.03,110202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1994.03,117326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1995.03,124134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1996.03,129041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1997.03,133448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1998.03,137663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,1999.03,139376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2000.03,146606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2001.03,149935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2002.03,155752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2003.03,163618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2004.03,171262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2005.03,176813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2006.03,182444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2007.03,186614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2008.03,193534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2009.03,190423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2010.03,194306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2011.03,196090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2012.03,201206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2013.03,206413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2014.03,210576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2015.03,218235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2016.03,227505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2017.03,236230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2018.03,246428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2019.03,255949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2020.03,262216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2021.03,262316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2022.03,274554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2023.03,281807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B15,2024.03,283874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG02RAC00B21,1988.03,101746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1989.03,103426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1990.03,108229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1991.03,106682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1992.03,101295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1993.03,103264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1994.03,109902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1995.03,117960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1996.03,123485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1997.03,128431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1998.03,132411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,1999.03,133103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2000.03,141100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2001.03,141353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2002.03,147338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2003.03,154551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2004.03,166845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2005.03,177112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2006.03,185530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2007.03,187009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2008.03,197838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2009.03,194192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2010.03,189794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2011.03,195902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2012.03,203428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2013.03,207664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2014.03,216587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2015.03,226156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2016.03,233508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2017.03,244595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2018.03,257685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2019.03,268622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2020.03,276228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2021.03,278056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2022.03,300101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2023.03,307459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC00B21,2024.03,302378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEA.SG02RAC01P51C,1988.03,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1989.03,5254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1990.03,5108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1991.03,5244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1992.03,4131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1993.03,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1994.03,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1995.03,3754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1996.03,4280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1997.03,4874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1998.03,6479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,1999.03,6012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2000.03,6804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2001.03,5247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2002.03,7799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2003.03,8555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2004.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2005.03,9567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2006.03,11338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2007.03,9976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2008.03,10521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2009.03,11647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2010.03,12186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2011.03,12481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2012.03,12164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2013.03,11075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2014.03,12226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2015.03,12782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2016.03,13091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2017.03,13088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2018.03,14343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2019.03,14119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2020.03,14948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2021.03,15294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2022.03,16329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2023.03,15526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51C,2024.03,16168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEA.SG02RAC01P51G,1988.03,14286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1989.03,14116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1990.03,15149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1991.03,14339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1992.03,12461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1993.03,13467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1994.03,16625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1995.03,19238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1996.03,20889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1997.03,21523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1998.03,21246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,1999.03,20044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2000.03,22755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2001.03,23427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2002.03,23496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2003.03,25198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2004.03,29527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2005.03,32230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2006.03,32920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2007.03,33485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2008.03,36310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2009.03,31893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2010.03,27013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2011.03,28199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2012.03,30970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2013.03,34483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2014.03,37654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2015.03,41159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2016.03,42673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2017.03,43994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2018.03,46559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2019.03,49991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2020.03,50898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2021.03,49372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2022.03,54961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2023.03,57266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51G,2024.03,55172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC01P51Z,1988.03,19809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1989.03,19487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1990.03,20385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1991.03,19704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1992.03,16694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1993.03,17146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1994.03,20094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1995.03,23166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1996.03,25353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1997.03,26568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1998.03,27843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,1999.03,26130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2000.03,29682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2001.03,28843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2002.03,31339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2003.03,33845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2004.03,38734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2005.03,41901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2006.03,44304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2007.03,43568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2008.03,46955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2009.03,43587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2010.03,39198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2011.03,40680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2012.03,43122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2013.03,45473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2014.03,49793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2015.03,53824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2016.03,55637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2017.03,56941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2018.03,60764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2019.03,63936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2020.03,65681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2021.03,64522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2022.03,71124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2023.03,72620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC01P51Z,2024.03,71188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEA.SG02RAC10P52A1,1988.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1989.03,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1990.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1991.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1992.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1993.03,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1994.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1995.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1996.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1997.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1998.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,1999.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2000.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2001.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2002.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2003.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2004.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2005.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2006.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2007.03,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2008.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2009.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2010.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2011.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2012.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2013.03,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2014.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2015.03,-78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2016.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2017.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2018.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2019.03,-51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2020.03,-35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2021.03,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2022.03,-52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2023.03,-96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52A1,2024.03,-165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEA.SG02RAC10P52B1,1988.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1989.03,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1990.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1991.03,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1992.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1993.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1994.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1995.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1996.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1997.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1998.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,1999.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2000.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2001.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2002.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2003.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2004.03,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2005.03,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2006.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2007.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2008.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2009.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2010.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2011.03,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2012.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2013.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2014.03,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2015.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2016.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2017.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2018.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2019.03,-41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2020.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2021.03,-156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2022.03,-348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2023.03,-186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52B1,2024.03,-180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEA.SG02RAC10P52C1,1988.03,-310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1989.03,-52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1990.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1991.03,-402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1992.03,-182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1993.03,-23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1994.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1995.03,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1996.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1997.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1998.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,1999.03,-87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2000.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2001.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2002.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2003.03,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2004.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2005.03,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2006.03,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2007.03,-906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2008.03,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2009.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2010.03,-751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2011.03,-370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2012.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2013.03,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2014.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2015.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2016.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2017.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2018.03,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2019.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2020.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2021.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2022.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2023.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52C1,2024.03,-896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEA.SG02RAC10P52D1,1988.03,-687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1989.03,-456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1990.03,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1991.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1992.03,-511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1993.03,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1994.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1995.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1996.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1997.03,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1998.03,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,1999.03,-85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2000.03,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2001.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2002.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2003.03,-308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2004.03,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2005.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2006.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2007.03,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2008.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2009.03,-256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2010.03,-417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2011.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2012.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2013.03,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2014.03,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2015.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2016.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2017.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2018.03,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2019.03,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2020.03,-295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2021.03,-947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2022.03,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2023.03,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52D1,2024.03,-1859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEA.SG02RAC10P52E1,1988.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1989.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1990.03,-95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1991.03,-137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1992.03,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1993.03,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1994.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1995.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1996.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1997.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1998.03,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,1999.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2000.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2001.03,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2002.03,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2003.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2004.03,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2005.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2006.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2007.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2008.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2009.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2010.03,-84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2011.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2012.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2013.03,-195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2014.03,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2015.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2016.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2017.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2018.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2019.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2020.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2021.03,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2022.03,-563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2023.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC10P52E1,2024.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEA.SG02RAC11P51AN1110,1988.03,6371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1989.03,6655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1990.03,7514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1991.03,7468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1992.03,6349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1993.03,6588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1994.03,7749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1995.03,8807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1996.03,8879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1997.03,9316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1998.03,9592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,1999.03,8342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2000.03,9954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2001.03,8631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2002.03,8814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2003.03,10870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2004.03,12464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2005.03,12762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2006.03,12131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2007.03,12002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2008.03,12232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2009.03,9662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2010.03,8842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2011.03,9019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2012.03,9266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2013.03,10896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2014.03,12552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2015.03,13585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2016.03,14543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2017.03,15822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2018.03,15541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2019.03,15513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2020.03,15942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2021.03,16292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2022.03,16799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2023.03,16716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1110,2024.03,15866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG02RAC11P51AN1120,1988.03,5066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1989.03,4563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1990.03,4316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1991.03,3612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1992.03,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1993.03,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1994.03,2777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1995.03,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1996.03,4211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1997.03,4327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1998.03,4046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,1999.03,3928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2000.03,3730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2001.03,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2002.03,4421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2003.03,4464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2004.03,4464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2005.03,5104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2006.03,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2007.03,5579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2008.03,5398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2009.03,5507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2010.03,5032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2011.03,5128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2012.03,5202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2013.03,5177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2014.03,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2015.03,5859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2016.03,6104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2017.03,6698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2018.03,6517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2019.03,7151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2020.03,7409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2021.03,6491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2022.03,6693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2023.03,7493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1120,2024.03,8012,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEA.SG02RAC11P51AN1130,1988.03,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1989.03,2599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1990.03,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1991.03,2365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1992.03,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1993.03,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1994.03,1808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1995.03,1864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1996.03,2627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1997.03,3002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1998.03,3494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,1999.03,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2000.03,4120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2001.03,3675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2002.03,3810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2003.03,3931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2004.03,4473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2005.03,4726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2006.03,5428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2007.03,5554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2008.03,7120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2009.03,7058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2010.03,7090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2011.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2012.03,6201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2013.03,6682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2014.03,6514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2015.03,6212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2016.03,6056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2017.03,5408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2018.03,7149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2019.03,7846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2020.03,8279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2021.03,8751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2022.03,9365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2023.03,8550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1130,2024.03,8954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEA.SG02RAC11P51AN1140,1988.03,3285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1989.03,3341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1990.03,3495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1991.03,3466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1992.03,2761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1993.03,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1994.03,3954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1995.03,4711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1996.03,5113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1997.03,5279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1998.03,5428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,1999.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2000.03,5806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2001.03,6582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2002.03,6827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2003.03,7042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2004.03,8065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2005.03,9490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2006.03,10233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2007.03,10503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2008.03,11329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2009.03,11357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2010.03,9025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2011.03,9863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2012.03,11217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2013.03,11287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2014.03,12265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2015.03,12821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2016.03,13665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2017.03,13104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2018.03,14760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2019.03,15839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2020.03,16225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2021.03,15183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2022.03,17598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2023.03,18866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1140,2024.03,17079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEA.SG02RAC11P51AN1150,1988.03,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1989.03,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1990.03,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1991.03,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1992.03,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1993.03,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1994.03,2373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1995.03,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1996.03,2666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1997.03,2777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1998.03,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,1999.03,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2000.03,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2001.03,2398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2002.03,3479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2003.03,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2004.03,4553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2005.03,4528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2006.03,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2007.03,4412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2008.03,4605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2009.03,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2010.03,2435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2011.03,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2012.03,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2013.03,3478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2014.03,4669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2015.03,6007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2016.03,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2017.03,6103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2018.03,6518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2019.03,6681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2020.03,6230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2021.03,4981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2022.03,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2023.03,7816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1150,2024.03,7286,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEA.SG02RAC11P51AN1170,1988.03,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1989.03,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1990.03,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1991.03,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1992.03,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1993.03,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1994.03,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1995.03,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1996.03,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1997.03,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1998.03,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,1999.03,2854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2000.03,2947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2001.03,3142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2002.03,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2003.03,3532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2004.03,3971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2005.03,4348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2006.03,4565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2007.03,4685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2008.03,5385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2009.03,5457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2010.03,5571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2011.03,6247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2012.03,6683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2013.03,7018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2014.03,7761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2015.03,8495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2016.03,8447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2017.03,8922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2018.03,9766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2019.03,10601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2020.03,11180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2021.03,12081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2022.03,13523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2023.03,14189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1170,2024.03,14633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEA.SG02RAC11P51AN1180,1988.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1989.03,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1990.03,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1991.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1992.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1993.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1994.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1995.03,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1996.03,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1997.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1998.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,1999.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2000.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2001.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2002.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2003.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2004.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2005.03,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2006.03,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2007.03,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2008.03,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2009.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2010.03,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2011.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2012.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2013.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2014.03,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2015.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2016.03,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2017.03,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2018.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2019.03,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2020.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2021.03,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2022.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2023.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1180,2024.03,581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEA.SG02RAC11P51AN1190,1988.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1989.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1990.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1991.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1992.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1993.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1994.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1995.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1996.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1997.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1998.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2000.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2001.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2002.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2003.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2004.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2005.03,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2006.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2007.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2008.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2009.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2010.03,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2011.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2012.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2013.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2014.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2015.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2016.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2017.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2018.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2019.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2020.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2021.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2022.03,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2023.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1190,2024.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEA.SG02RAC11P51AN1199,1988.03,13379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1989.03,12982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1990.03,13329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1991.03,12787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1992.03,10824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1993.03,11083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1994.03,12975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1995.03,15025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1996.03,16874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1997.03,17675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1998.03,18720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,1999.03,17933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2000.03,20132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2001.03,20190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2002.03,22312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2003.03,23195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2004.03,26528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2005.03,29278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2006.03,32151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2007.03,31548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2008.03,34680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2009.03,33927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2010.03,30357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2011.03,31661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2012.03,33863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2013.03,34536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2014.03,37148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2015.03,40136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2016.03,40893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2017.03,40702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2018.03,45168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2019.03,48657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2020.03,49977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2021.03,48215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2022.03,54837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2023.03,56685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC11P51AN1199,2024.03,56431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG02RAC14P30A01E,1988.03,9005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1989.03,9150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1990.03,9162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1991.03,9398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1992.03,9513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1993.03,9762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1994.03,10006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1995.03,10803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1996.03,11281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1997.03,11670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1998.03,11854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,1999.03,11881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2000.03,12427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2001.03,12702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2002.03,12667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2003.03,13638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2004.03,14640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2005.03,15200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2006.03,15990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2007.03,16417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2008.03,16718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2009.03,16055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2010.03,16558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2011.03,16751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2012.03,16965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2013.03,17216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2014.03,17637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2015.03,18089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2016.03,18938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2017.03,19757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2018.03,20646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2019.03,21272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2020.03,21557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2021.03,22012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2022.03,22596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2023.03,21792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A01E,2024.03,21692,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEA.SG02RAC14P30A02E,1988.03,5484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1989.03,5392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1990.03,5190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1991.03,5496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1992.03,5063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1993.03,4946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1994.03,4965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1995.03,4891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1996.03,5007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1997.03,4942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1998.03,4934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,1999.03,5006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2000.03,5002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2001.03,4900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2002.03,5107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2003.03,5180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2004.03,5193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2005.03,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2006.03,5345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2007.03,5554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2008.03,5599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2009.03,5503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2010.03,5569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2011.03,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2012.03,5204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2013.03,5072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2014.03,5079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2015.03,5298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2016.03,5397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2017.03,5757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2018.03,5834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2019.03,5796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2020.03,6127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2021.03,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2022.03,5723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2023.03,5923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A02E,2024.03,5618,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEA.SG02RAC14P30A03E,1988.03,2511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1989.03,2343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1990.03,2467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1991.03,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1992.03,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1993.03,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1994.03,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1995.03,2501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1996.03,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1997.03,2691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1998.03,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,1999.03,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2000.03,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2001.03,3063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2002.03,3164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2003.03,3303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2004.03,3497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2005.03,3765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2006.03,4124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2007.03,4305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2008.03,4491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2009.03,4565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2010.03,4664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2011.03,4913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2012.03,5090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2013.03,5330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2014.03,5596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2015.03,5720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2016.03,5882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2017.03,6079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2018.03,6414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2019.03,6848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2020.03,7061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2021.03,7580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2022.03,8268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2023.03,8758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A03E,2024.03,8109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEA.SG02RAC14P30A04E,1988.03,18543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1989.03,18723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1990.03,18580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1991.03,18883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1992.03,19137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1993.03,19223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1994.03,19459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1995.03,19742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1996.03,20113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1997.03,20568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1998.03,21089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,1999.03,21487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2000.03,21891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2001.03,22476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2002.03,23002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2003.03,23568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2004.03,24258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2005.03,25076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2006.03,25851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2007.03,26768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2008.03,27559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2009.03,28283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2010.03,28909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2011.03,29546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2012.03,30120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2013.03,30678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2014.03,31072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2015.03,31790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2016.03,32464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2017.03,33278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2018.03,34482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2019.03,35607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2020.03,36645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2021.03,37248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2022.03,38410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2023.03,39600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A04E,2024.03,40656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEA.SG02RAC14P30A05E,1988.03,3398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1989.03,3347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1990.03,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1991.03,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1992.03,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1993.03,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1994.03,3629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1995.03,3907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1996.03,4024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1997.03,4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1998.03,4015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,1999.03,4186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2000.03,4413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2001.03,4474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2002.03,4557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2003.03,4950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2004.03,5254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2005.03,5622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2006.03,5910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2007.03,6261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2008.03,6368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2009.03,6096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2010.03,6046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2011.03,6248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2012.03,6471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2013.03,6700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2014.03,7308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2015.03,7752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2016.03,8264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2017.03,8642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2018.03,9133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2019.03,9687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2020.03,10041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2021.03,11089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2022.03,11802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2023.03,11288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A05E,2024.03,10963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEA.SG02RAC14P30A06E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A06E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEA.SG02RAC14P30A07E,1988.03,7601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1989.03,8282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1990.03,8700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1991.03,8360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1992.03,7615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1993.03,7244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1994.03,7448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1995.03,8436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1996.03,9346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1997.03,10250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1998.03,9756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,1999.03,10160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2000.03,10455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2001.03,10110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2002.03,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2003.03,11233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2004.03,12613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2005.03,13466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2006.03,14004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2007.03,13937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2008.03,14674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2009.03,13789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2010.03,13768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2011.03,14324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2012.03,14265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2013.03,14732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2014.03,15848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2015.03,16835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2016.03,18160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2017.03,20115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2018.03,21603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2019.03,22966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2020.03,22317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2021.03,17792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2022.03,19580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2023.03,21681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A07E,2024.03,23267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEA.SG02RAC14P30A08E,1988.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1989.03,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1990.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1991.03,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1992.03,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1993.03,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1994.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1995.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1996.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1997.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1998.03,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,1999.03,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2000.03,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2001.03,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2002.03,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2003.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2004.03,2221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2005.03,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2006.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2007.03,2847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2008.03,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2009.03,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2010.03,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2011.03,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2012.03,4294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2013.03,4652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2014.03,4788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2015.03,4977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2016.03,5191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2017.03,5428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2018.03,5773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2019.03,5919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2020.03,6126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2021.03,6396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2022.03,6765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2023.03,6868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A08E,2024.03,6602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEA.SG02RAC14P30A09E,1988.03,4130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1989.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1990.03,4406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1991.03,4459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1992.03,4279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1993.03,4319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1994.03,4766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1995.03,5287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1996.03,5640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1997.03,6341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1998.03,6938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,1999.03,7099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2000.03,7451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2001.03,7745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2002.03,8039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2003.03,8504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2004.03,9029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2005.03,9450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2006.03,9833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2007.03,10140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2008.03,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2009.03,10698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2010.03,10424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2011.03,10623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2012.03,11654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2013.03,11893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2014.03,12570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2015.03,13186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2016.03,14111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2017.03,15264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2018.03,16278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2019.03,17395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2020.03,18503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2021.03,19504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2022.03,21324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2023.03,21595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A09E,2024.03,21271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEA.SG02RAC14P30A10E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A10E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEA.SG02RAC14P30A11E,1988.03,4367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1989.03,4170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1990.03,3972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1991.03,3853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1992.03,3520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1993.03,3496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1994.03,3789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1995.03,4236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1996.03,4106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1997.03,4549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1998.03,4937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,1999.03,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2000.03,4902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2001.03,4744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2002.03,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2003.03,4771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2004.03,4962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2005.03,5581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2006.03,6059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2007.03,6308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2008.03,6602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2009.03,6266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2010.03,6209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2011.03,6450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2012.03,6959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2013.03,7127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2014.03,7712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2015.03,7522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2016.03,7497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2017.03,8649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2018.03,9103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2019.03,9353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2020.03,9150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2021.03,9950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2022.03,10596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2023.03,11090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A11E,2024.03,10062,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEA.SG02RAC14P30A12E,1988.03,5292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1989.03,5803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1990.03,5638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1991.03,5708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1992.03,5484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1993.03,5589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1994.03,5449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1995.03,5808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1996.03,6081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1997.03,6242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1998.03,6454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,1999.03,6681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2000.03,7161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2001.03,7314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2002.03,7562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2003.03,8025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2004.03,8409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2005.03,8697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2006.03,8953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2007.03,9346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2008.03,9617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2009.03,9608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2010.03,10160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2011.03,10255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2012.03,10786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2013.03,11043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2014.03,11534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2015.03,11775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2016.03,12502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2017.03,13307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2018.03,14074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2019.03,14978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2020.03,15735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2021.03,15798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2022.03,16613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2023.03,17101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A12E,2024.03,17374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEA.SG02RAC14P30A13E,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2001.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2002.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2003.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2004.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2005.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2006.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2007.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2008.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2009.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2010.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2011.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2012.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2013.03,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2014.03,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2015.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2016.03,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2017.03,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2018.03,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2019.03,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2020.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2021.03,2721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2022.03,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2023.03,3340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC14P30A13E,2024.03,4326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30AE,1988.03,22923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1989.03,23196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1990.03,23331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1991.03,23906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1992.03,23475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1993.03,23495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1994.03,23757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1995.03,24835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1996.03,25784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1997.03,26293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1998.03,26680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,1999.03,27065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2000.03,27725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2001.03,27984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2002.03,28510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2003.03,29821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2004.03,31224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2005.03,32051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2006.03,33430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2007.03,34631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2008.03,35530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2009.03,34570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2010.03,35104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2011.03,35184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2012.03,35315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2013.03,35552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2014.03,36059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2015.03,36941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2016.03,38317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2017.03,39837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2018.03,41351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2019.03,42406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2020.03,43367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2021.03,43229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2022.03,44675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2023.03,44039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30AE,2024.03,42820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1988.03,7878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1989.03,7887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1990.03,8190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1991.03,7815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1992.03,7329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1993.03,7230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1994.03,7988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1995.03,8999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1996.03,9559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1997.03,10548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1998.03,10487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,1999.03,10743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2000.03,11514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2001.03,11464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2002.03,11977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2003.03,12916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2004.03,14075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2005.03,15043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2006.03,15968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2007.03,16486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2008.03,17116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2009.03,16840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2010.03,16914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2011.03,18089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2012.03,19208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2013.03,20264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2014.03,22323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2015.03,24324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2016.03,25980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2017.03,27650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2018.03,29808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2019.03,31816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2020.03,33005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2021.03,35300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2022.03,39440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2023.03,37328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30BE,2024.03,36266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEA.SG02RAC15P30CE,1988.03,30008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1989.03,31714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1990.03,31691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1991.03,32067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1992.03,31578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1993.03,31992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1994.03,32906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1995.03,34646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1996.03,35894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1997.03,37461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1998.03,39132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,1999.03,40386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2000.03,41329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2001.03,42304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2002.03,43388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2003.03,45190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2004.03,47842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2005.03,50460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2006.03,52544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2007.03,54045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2008.03,56306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2009.03,56497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2010.03,57598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2011.03,59010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2012.03,61151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2013.03,62720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2014.03,64663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2015.03,65907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2016.03,68551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2017.03,73895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2018.03,77234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2019.03,81172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2020.03,82650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2021.03,80979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2022.03,85129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2023.03,91277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30CE,2024.03,93244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEA.SG02RAC15P30DE,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2001.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2002.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2003.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2004.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2005.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2006.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2007.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2008.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2009.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2010.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2011.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2012.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2013.03,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2014.03,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2015.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2016.03,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2017.03,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2018.03,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2019.03,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2020.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2021.03,2721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2022.03,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2023.03,3340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30DE,2024.03,4326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEA.SG02RAC15P30VE,1988.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1989.03,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1990.03,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1991.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1992.03,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1993.03,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1994.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1995.03,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1996.03,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1997.03,1893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1998.03,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,1999.03,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2000.03,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2001.03,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2002.03,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2003.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2004.03,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2005.03,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2006.03,3600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2007.03,3317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2008.03,3810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2009.03,3270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2010.03,3269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2011.03,3464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2012.03,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2013.03,3761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2014.03,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2015.03,4418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2016.03,4339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2017.03,4883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2018.03,5248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2019.03,5222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2020.03,4841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2021.03,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2022.03,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2023.03,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30VE,2024.03,4391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEA.SG02RAC15P30WE,1988.03,3490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1989.03,3291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1990.03,3391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1991.03,3229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1992.03,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1993.03,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1994.03,4274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1995.03,4950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1996.03,6182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1997.03,6137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1998.03,5673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,1999.03,6301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2000.03,7375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2001.03,8048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2002.03,9020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2003.03,9942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2004.03,10702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2005.03,10506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2006.03,9810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2007.03,9768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2008.03,9392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2009.03,9069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2010.03,8649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2011.03,8106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2012.03,7883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2013.03,7441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2014.03,7540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2015.03,9207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2016.03,11075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2017.03,10993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2018.03,11548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2019.03,11534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2020.03,11221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2021.03,3410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2022.03,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2023.03,5482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30WE,2024.03,8700,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1988.03,62058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1989.03,63411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1990.03,64319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1991.03,64433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1992.03,63217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1993.03,63867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1994.03,66496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1995.03,71141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1996.03,74864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1997.03,78114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1998.03,79527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,1999.03,81894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2000.03,85378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2001.03,87136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2002.03,90390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2003.03,95248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2004.03,101053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2005.03,105256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2006.03,108980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2007.03,112245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2008.03,115306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2009.03,114431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2010.03,115557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2011.03,117525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2012.03,120687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2013.03,123098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2014.03,127320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2015.03,132885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2016.03,140400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2017.03,148422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2018.03,155591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2019.03,162535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2020.03,166252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2021.03,161167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2022.03,169334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2023.03,174995,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30XE,2024.03,178363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEA.SG02RAC15P30ZE,1988.03,59746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1989.03,61545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1990.03,62133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1991.03,62369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1992.03,60801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1993.03,61059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1994.03,63308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1995.03,67420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1996.03,70253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1997.03,73656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1998.03,75535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,1999.03,77453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2000.03,79975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2001.03,81124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2002.03,83368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2003.03,87564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2004.03,93066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2005.03,98048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2006.03,102742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2007.03,105777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2008.03,109699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2009.03,108635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2010.03,110177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2011.03,112883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2012.03,116465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2013.03,119437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2014.03,123982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2015.03,128015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2016.03,133526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2017.03,142215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2018.03,149177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2019.03,156187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2020.03,159935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2021.03,159977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2022.03,169578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2023.03,173847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC15P30ZE,2024.03,174632,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEA.SG02RAC17P61M,1991.03,2242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1992.03,2353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1993.03,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1994.03,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1995.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1996.03,2521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1997.03,2472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1998.03,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,1999.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2000.03,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2001.03,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2002.03,2687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2003.03,2741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2004.03,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2005.03,3104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2006.03,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2007.03,3280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2008.03,3586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2009.03,3461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2010.03,3373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2011.03,3575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2012.03,3664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2013.03,3505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2014.03,3410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2015.03,3649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2016.03,3982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2017.03,4163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2018.03,4087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2019.03,4530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2020.03,5044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2021.03,5563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2022.03,5629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2023.03,5106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61M,2024.03,4784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEA.SG02RAC17P61N,1991.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1992.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1993.03,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1994.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1995.03,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1996.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1997.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1998.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,1999.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2000.03,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2001.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2002.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2003.03,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2004.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2005.03,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2006.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2007.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2008.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2009.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2010.03,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2011.03,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2012.03,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2013.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2014.03,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2015.03,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2016.03,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2017.03,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2018.03,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2019.03,2367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2020.03,2071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2021.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2022.03,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2023.03,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61N,2024.03,2275,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEA.SG02RAC17P61O,1991.03,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1992.03,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1993.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1994.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1995.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1996.03,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1997.03,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1998.03,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,1999.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2000.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2001.03,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2002.03,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2003.03,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2004.03,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2005.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2006.03,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2007.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2008.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2009.03,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2010.03,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2011.03,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2012.03,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2013.03,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2014.03,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2015.03,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2016.03,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2017.03,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2018.03,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2019.03,1561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2020.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2021.03,1560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2022.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2023.03,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61O,2024.03,1567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEA.SG02RAC17P61P,1991.03,3447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1992.03,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1993.03,4002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1994.03,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1995.03,3960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1996.03,4332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1997.03,4250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1998.03,4594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,1999.03,4172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2000.03,4273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2001.03,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2002.03,4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2003.03,4697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2004.03,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2005.03,5239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2006.03,5123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2007.03,5468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2008.03,5308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2009.03,5391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2010.03,5332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2011.03,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2012.03,4918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2013.03,5368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2014.03,5610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2015.03,5670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2016.03,5900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2017.03,5646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2018.03,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2019.03,6037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2020.03,5861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2021.03,5978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2022.03,6018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2023.03,5921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61P,2024.03,6365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEA.SG02RAC17P61Q,1991.03,3316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1992.03,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1993.03,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1994.03,3640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1995.03,3961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1996.03,3448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1997.03,4607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1998.03,5125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,1999.03,5291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2000.03,5410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2001.03,5589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2002.03,5970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2003.03,7256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2004.03,7629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2005.03,6908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2006.03,6744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2007.03,8245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2008.03,8174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2009.03,6909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2010.03,9078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2011.03,9120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2012.03,9928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2013.03,11555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2014.03,11053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2015.03,11763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2016.03,11937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2017.03,12085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2018.03,12036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2019.03,12557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2020.03,12421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2021.03,12466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2022.03,12686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2023.03,11957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61Q,2024.03,13082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEA.SG02RAC17P61R,1991.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1992.03,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1993.03,2196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1994.03,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1995.03,2541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1996.03,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1997.03,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1998.03,2818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,1999.03,2834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2000.03,2861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2001.03,2989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2002.03,3271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2003.03,3452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2004.03,3664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2005.03,4430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2006.03,4688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2007.03,4561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2008.03,4710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2009.03,4653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2010.03,4790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2011.03,5002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2012.03,5025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2013.03,5381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2014.03,5587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2015.03,5551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2016.03,6113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2017.03,6753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2018.03,7557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2019.03,7623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2020.03,7635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2021.03,7034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2022.03,6881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2023.03,7305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61R,2024.03,6695,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEA.SG02RAC17P61T,1991.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1992.03,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1993.03,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1994.03,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1995.03,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1996.03,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1997.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1998.03,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,1999.03,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2000.03,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2001.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2002.03,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2003.03,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2004.03,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2005.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2006.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2007.03,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2008.03,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2009.03,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2010.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2011.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2012.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2013.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2014.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2015.03,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2016.03,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2017.03,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2018.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2019.03,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2020.03,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2021.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2022.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2023.03,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61T,2024.03,824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEA.SG02RAC17P61U,1991.03,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1992.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1993.03,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1994.03,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1995.03,1867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1996.03,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1997.03,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1998.03,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,1999.03,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2000.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2001.03,2455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2002.03,2568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2003.03,2771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2004.03,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2005.03,3017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2006.03,3002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2007.03,3010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2008.03,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2009.03,2711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2010.03,2750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2011.03,2899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2012.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2013.03,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2014.03,2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2015.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2016.03,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2017.03,2756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2018.03,2698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2019.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2020.03,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2021.03,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2022.03,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2023.03,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61U,2024.03,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEA.SG02RAC17P61V,1991.03,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1992.03,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1993.03,1779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1994.03,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1995.03,2092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1996.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1997.03,2614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1998.03,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,1999.03,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2000.03,2895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2001.03,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2002.03,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2003.03,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2004.03,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2005.03,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2006.03,2713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2007.03,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2008.03,2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2009.03,3177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2010.03,3106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2011.03,3148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2012.03,3524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2013.03,3419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2014.03,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2015.03,4363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2016.03,4305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2017.03,4803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2018.03,5033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2019.03,5083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2020.03,4592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2021.03,3610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2022.03,4046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2023.03,4427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61V,2024.03,4446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEA.SG02RAC17P61W,1991.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1992.03,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1993.03,2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1994.03,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1995.03,3766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1996.03,3788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1997.03,3825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1998.03,4353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,1999.03,4547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2000.03,5043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2001.03,5274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2002.03,5076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2003.03,5334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2004.03,5815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2005.03,6413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2006.03,6391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2007.03,6393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2008.03,6537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2009.03,6669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2010.03,6036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2011.03,6658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2012.03,7147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2013.03,7035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2014.03,6549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2015.03,6713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2016.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2017.03,6394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2018.03,6545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2019.03,6653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2020.03,6522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2021.03,6385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2022.03,7002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2023.03,7033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC17P61W,2024.03,7352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEA.SG02RAC18P71APA,1991.03,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1992.03,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1993.03,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1994.03,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1995.03,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1996.03,1784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1997.03,1960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1998.03,2049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,1999.03,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2000.03,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2001.03,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2002.03,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2003.03,2977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2004.03,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2005.03,4827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2006.03,5360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2007.03,5536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2008.03,6467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2009.03,7138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2010.03,5460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2011.03,6255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2012.03,7362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2013.03,8424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2014.03,9473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2015.03,10849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2016.03,11064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2017.03,11478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2018.03,13486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2019.03,13738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2020.03,13501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2021.03,12853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2022.03,16015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2023.03,17051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APA,2024.03,15708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEA.SG02RAC18P71APB,1991.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1992.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1993.03,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1994.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1995.03,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1996.03,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1997.03,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1998.03,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,1999.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2000.03,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2001.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2002.03,1659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2003.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2004.03,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2005.03,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2006.03,2467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2007.03,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2008.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2009.03,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2010.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2011.03,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2012.03,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2013.03,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2014.03,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2015.03,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2016.03,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2017.03,2771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2018.03,2798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2019.03,3077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2020.03,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2021.03,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2022.03,3291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2023.03,3172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APB,2024.03,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEA.SG02RAC18P71APC,1991.03,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1992.03,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1993.03,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1994.03,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1995.03,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1996.03,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1997.03,2852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1998.03,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,1999.03,2810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2000.03,3235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2001.03,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2002.03,3956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2003.03,4217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2004.03,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2005.03,6482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2006.03,7598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2007.03,7398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2008.03,8163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2009.03,8529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2010.03,6202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2011.03,7858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2012.03,9026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2013.03,9669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2014.03,11617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2015.03,14201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2016.03,14061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2017.03,14300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2018.03,16175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2019.03,16793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2020.03,16200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2021.03,14414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2022.03,19152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2023.03,19907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71APC,2024.03,18262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEA.SG02RAC18P71BPD,1991.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1992.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1993.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1994.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1995.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1996.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1997.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1998.03,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,1999.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2000.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2001.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2002.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2003.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2004.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2005.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2006.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2007.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2008.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2009.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2010.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2011.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2012.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2013.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2014.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2015.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2016.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2017.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2018.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2019.03,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2020.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2021.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2022.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2023.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPD,2024.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEA.SG02RAC18P71BPE,1991.03,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1992.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1993.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1994.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1995.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1996.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1997.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1998.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,1999.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2000.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2001.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2002.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2003.03,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2004.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2005.03,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2006.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2007.03,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2008.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2009.03,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2010.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2011.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2012.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2013.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2014.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2015.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2016.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2017.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2018.03,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2019.03,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2020.03,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2021.03,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2022.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2023.03,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPE,2024.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEA.SG02RAC18P71BPG,1991.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1992.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1993.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1994.03,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1995.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1996.03,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1997.03,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1998.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,1999.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2000.03,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2001.03,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2002.03,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2003.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2004.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2005.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2006.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2007.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2008.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2009.03,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2010.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2011.03,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2012.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2013.03,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2014.03,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2015.03,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2016.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2017.03,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2018.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2019.03,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2020.03,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2021.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2022.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2023.03,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPG,2024.03,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEA.SG02RAC18P71BPH,1991.03,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1992.03,4320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1993.03,4918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1994.03,5545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1995.03,6319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1996.03,6306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1997.03,6575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1998.03,6755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,1999.03,6855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2000.03,7616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2001.03,7437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2002.03,7794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2003.03,8264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2004.03,8624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2005.03,9407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2006.03,9055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2007.03,8935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2008.03,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2009.03,8927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2010.03,7774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2011.03,8751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2012.03,8766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2013.03,8767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2014.03,9576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2015.03,10165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2016.03,10593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2017.03,11173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2018.03,11647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2019.03,11846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2020.03,11682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2021.03,11844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2022.03,13643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2023.03,11777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPH,2024.03,10293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEA.SG02RAC18P71BPJ,1991.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1992.03,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1993.03,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1994.03,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1995.03,2378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1996.03,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1997.03,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1998.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,1999.03,2713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2000.03,2880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2001.03,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2002.03,2814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2003.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2004.03,2779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2005.03,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2006.03,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2007.03,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2008.03,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2009.03,2873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2010.03,3320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2011.03,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2012.03,4139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2013.03,3941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2014.03,3633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2015.03,3868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2016.03,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2017.03,3895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2018.03,4173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2019.03,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2020.03,4257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2021.03,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2022.03,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2023.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPJ,2024.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEA.SG02RAC18P71BPK,1991.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1992.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1993.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1994.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1995.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1996.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1997.03,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1998.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,1999.03,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2000.03,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2001.03,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2002.03,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2003.03,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2004.03,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2005.03,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2006.03,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2007.03,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2008.03,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2009.03,2108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2010.03,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2011.03,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2012.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2013.03,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2014.03,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2015.03,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2016.03,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2017.03,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2018.03,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2019.03,2296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2020.03,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2021.03,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2022.03,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2023.03,4164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPK,2024.03,4782,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEA.SG02RAC18P71BPO,1991.03,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1992.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1993.03,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1994.03,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1995.03,2069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1996.03,2204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1997.03,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1998.03,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,1999.03,2223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2000.03,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2001.03,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2002.03,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2003.03,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2004.03,2870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2005.03,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2006.03,3424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2007.03,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2008.03,4036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2009.03,4364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2010.03,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2011.03,4252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2012.03,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2013.03,4517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2014.03,4602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2015.03,4643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2016.03,4690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2017.03,4853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2018.03,5592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2019.03,5671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2020.03,5848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2021.03,4579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2022.03,5706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2023.03,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPO,2024.03,5352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEA.SG02RAC18P71BPP,1991.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1992.03,8788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1993.03,9919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1994.03,10954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1995.03,12176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1996.03,12495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1997.03,13034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1998.03,13432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,1999.03,13570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2000.03,14900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2001.03,15224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2002.03,15297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2003.03,15890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2004.03,16810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2005.03,18705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2006.03,18338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2007.03,17907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2008.03,19634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2009.03,19367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2010.03,17517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2011.03,18977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2012.03,20345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2013.03,19727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2014.03,20448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2015.03,21624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2016.03,22176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2017.03,23292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2018.03,25355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2019.03,25964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2020.03,26189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2021.03,22686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2022.03,26214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2023.03,23717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71BPP,2024.03,22603,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEA.SG02RAC18P71CPL,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2001.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2002.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2003.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2004.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2005.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2006.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2007.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2008.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2009.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2010.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2011.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2012.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2013.03,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2014.03,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2015.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2016.03,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2017.03,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2018.03,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2019.03,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2020.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2021.03,2721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2022.03,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2023.03,3340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPL,2024.03,4326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEA.SG02RAC18P71CPQ,1991.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1992.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1993.03,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1994.03,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1995.03,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1996.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1997.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1998.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,1999.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2000.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2001.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2002.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2003.03,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2004.03,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2005.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2006.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2007.03,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2008.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2009.03,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2010.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2011.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2012.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2013.03,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2014.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2015.03,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2016.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2017.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2018.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2019.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2020.03,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2021.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2022.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2023.03,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPQ,2024.03,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEA.SG02RAC18P71CPR,1991.03,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1992.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1993.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1994.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1995.03,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1996.03,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1997.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1998.03,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,1999.03,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2000.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2001.03,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2002.03,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2003.03,1825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2004.03,1894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2005.03,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2006.03,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2007.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2008.03,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2009.03,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2010.03,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2011.03,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2012.03,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2013.03,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2014.03,2917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2015.03,3208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2016.03,3481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2017.03,3480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2018.03,3660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2019.03,3848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2020.03,4015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2021.03,4057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2022.03,4256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2023.03,4172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPR,2024.03,4069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEA.SG02RAC18P71CPT,1991.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1992.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1993.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1994.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1995.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1996.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1997.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1998.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,1999.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2000.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2001.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2002.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2003.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2004.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2005.03,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2006.03,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2007.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2008.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2009.03,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2010.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2011.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2012.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2013.03,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2014.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2015.03,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2016.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2017.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2018.03,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2019.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2020.03,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2021.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2022.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2023.03,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPT,2024.03,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEA.SG02RAC18P71CPU,1991.03,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1992.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1993.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1994.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1995.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1996.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1997.03,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1998.03,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,1999.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2000.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2001.03,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2002.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2003.03,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2004.03,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2005.03,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2006.03,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2007.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2008.03,2089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2009.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2010.03,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2011.03,1977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2012.03,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2013.03,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2014.03,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2015.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2016.03,3210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2017.03,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2018.03,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2019.03,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2020.03,4416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2021.03,4508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2022.03,5324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2023.03,5210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPU,2024.03,4536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEA.SG02RAC18P71CPV,1991.03,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1992.03,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1993.03,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1994.03,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1995.03,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1996.03,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1997.03,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1998.03,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,1999.03,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2000.03,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2001.03,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2002.03,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2003.03,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2004.03,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2005.03,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2006.03,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2007.03,2735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2008.03,3001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2009.03,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2010.03,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2011.03,2913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2012.03,3029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2013.03,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2014.03,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2015.03,3328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2016.03,3526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2017.03,3445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2018.03,3645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2019.03,4085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2020.03,3878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2021.03,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2022.03,4513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2023.03,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPV,2024.03,3941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEA.SG02RAC18P71CPW,1991.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1992.03,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1993.03,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1994.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1995.03,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1996.03,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1997.03,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1998.03,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,1999.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2000.03,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2001.03,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2002.03,2041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2003.03,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2004.03,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2005.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2006.03,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2007.03,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2008.03,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2009.03,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2010.03,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2011.03,2944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2012.03,3018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2013.03,2919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2014.03,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2015.03,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2016.03,3447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2017.03,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2018.03,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2019.03,3871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2020.03,3921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2021.03,3682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2022.03,4049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2023.03,4512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPW,2024.03,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEA.SG02RAC18P71CPY,1991.03,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1992.03,3545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1993.03,3864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1994.03,4084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1995.03,4616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1996.03,4941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1997.03,5101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1998.03,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,1999.03,5501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2000.03,6167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2001.03,6425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2002.03,6519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2003.03,7396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2004.03,8295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2005.03,9566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2006.03,10547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2007.03,10898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2008.03,11751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2009.03,11419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2010.03,10817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2011.03,11639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2012.03,12303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2013.03,12789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2014.03,13579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2015.03,14664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2016.03,15879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2017.03,16398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2018.03,17361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2019.03,18628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2020.03,19516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2021.03,19640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2022.03,22400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2023.03,22430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71CPY,2024.03,21591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEA.SG02RAC18P71DPZ,1991.03,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1992.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1993.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1994.03,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1995.03,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1996.03,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1997.03,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1998.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,1999.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2000.03,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2001.03,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2002.03,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2003.03,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2004.03,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2005.03,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2006.03,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2007.03,2744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2008.03,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2009.03,2337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2010.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2011.03,2629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2012.03,2694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2013.03,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2014.03,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2015.03,4203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2016.03,4351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2017.03,5093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2018.03,5463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2019.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2020.03,5106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2021.03,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2022.03,5998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2023.03,6225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71DPZ,2024.03,5830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEA.SG02RAC18P71EQA,1991.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1992.03,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1993.03,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1994.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1995.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1996.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1997.03,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1998.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,1999.03,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2000.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2001.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2002.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2003.03,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2004.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2005.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2006.03,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2007.03,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2008.03,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2009.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2010.03,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2011.03,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2012.03,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2013.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2014.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2015.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2016.03,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2017.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2018.03,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2019.03,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2020.03,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2021.03,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2022.03,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2023.03,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71EQA,2024.03,2059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEA.SG02RAC18P71FQB,1991.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1992.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1993.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1994.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1995.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1996.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1997.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1998.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,1999.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2000.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2001.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2002.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2003.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2004.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2005.03,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2006.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2007.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2008.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2009.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2010.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2011.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2012.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2013.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2014.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2015.03,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2016.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2017.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2018.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2019.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2020.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2021.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2022.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2023.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC18P71FQB,2024.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEA.SG02RAC30P30C,1988.03,22152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1989.03,22152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1990.03,23324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1991.03,23571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1992.03,23337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1993.03,23605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1994.03,23984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1995.03,24679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1996.03,25113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1997.03,25556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1998.03,26411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,1999.03,27197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2000.03,27620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2001.03,27935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2002.03,29033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2003.03,29485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2004.03,31048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2005.03,32512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2006.03,34542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2007.03,35510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2008.03,37187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2009.03,38617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2010.03,38433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2011.03,39206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2012.03,39839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2013.03,39729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2014.03,40487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2015.03,41716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2016.03,42564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2017.03,43351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2018.03,44988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2019.03,46483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2020.03,49168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2021.03,52562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2022.03,56719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2023.03,57909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30C,2024.03,57739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1987.12,22180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1988.12,22098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1989.12,22728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1990.12,23872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1991.12,23287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1992.12,23593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1993.12,23835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1994.12,24469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1995.12,25176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1996.12,25413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1997.12,26082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1998.12,26813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,1999.12,27685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2000.12,27738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2001.12,28918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2002.12,29397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2003.12,30540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2004.12,32104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2005.12,34142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2006.12,35293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2007.12,36721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2008.12,38280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2009.12,38601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2010.12,38822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2011.12,39857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2012.12,39678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2013.12,40200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2014.12,41471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2015.12,42394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2016.12,43058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2017.12,44629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2018.12,46077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2019.12,48387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2020.12,51607,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2021.12,55631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2022.12,58422,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CD,2023.12,57595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1987.06,22116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1988.06,22191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1989.06,22394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1990.06,23702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1991.06,23693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1992.06,23354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1993.06,23556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1994.06,24040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1995.06,25058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1996.06,25294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1997.06,25604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1998.06,26625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,1999.06,27377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2000.06,27562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2001.06,28369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2002.06,29151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2003.06,29682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2004.06,31525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2005.06,33121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2006.06,34769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2007.06,35928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2008.06,37495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2009.06,38655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2010.06,38525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2011.06,39524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2012.06,39759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2013.06,39719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2014.06,40849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2015.06,42118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2016.06,42571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2017.06,43703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2018.06,45511,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2019.06,46945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2020.06,50038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2021.06,53511,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2022.06,57720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2023.06,57833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CJ,2024.06,57715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1988.03,22152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1989.03,22152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1990.03,23324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1991.03,23571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1992.03,23337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1993.03,23605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1994.03,23984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1995.03,24679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1996.03,25113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1997.03,25556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1998.03,26411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,1999.03,27197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2000.03,27620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2001.03,27935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2002.03,29033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2003.03,29485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2004.03,31048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2005.03,32512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2006.03,34542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2007.03,35510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2008.03,37187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2009.03,38617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2010.03,38433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2011.03,39206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2012.03,39839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2013.03,39729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2014.03,40487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2015.03,41716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2016.03,42564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2017.03,43351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2018.03,44988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2019.03,46483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2020.03,49168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2021.03,52562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2022.03,56719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2023.03,57909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CM,2024.03,57739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1987.09,22201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1988.09,22140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1989.09,22533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1990.09,23929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1991.09,23320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1992.09,23505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1993.09,23734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1994.09,24203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1995.09,25209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1996.09,25284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1997.09,25975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1998.09,26708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,1999.09,27462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2000.09,27698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2001.09,28673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2002.09,29266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2003.09,30042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2004.09,31781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2005.09,33654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2006.09,35046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2007.09,36330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2008.09,37781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2009.09,38745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2010.09,38654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2011.09,39639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2012.09,39755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2013.09,39941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2014.09,41221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2015.09,42319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2016.09,42773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2017.09,44225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2018.09,45730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2019.09,47541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2020.09,50778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2021.09,54418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2022.09,58544,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30CS,2023.09,57601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,General Government,,, +SNEA.SG02RAC30P30D,1988.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1989.03,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1990.03,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1991.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1992.03,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1993.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1994.03,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1995.03,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1996.03,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1997.03,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1998.03,1977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,1999.03,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2000.03,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2001.03,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2002.03,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2003.03,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2004.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2005.03,2431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2006.03,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2007.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2008.03,2513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2009.03,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2010.03,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2011.03,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2012.03,2670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2013.03,2444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2014.03,2554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2015.03,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2016.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2017.03,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2018.03,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2019.03,2726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2020.03,2828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2021.03,2896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2022.03,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2023.03,3443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30D,2024.03,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG02RAC30P30E,1988.03,59746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1989.03,61545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1990.03,62133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1991.03,62369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1992.03,60801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1993.03,61059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1994.03,63308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1995.03,67420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1996.03,70253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1997.03,73656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1998.03,75535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,1999.03,77453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2000.03,79975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2001.03,81124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2002.03,83368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2003.03,87564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2004.03,93066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2005.03,98048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2006.03,102742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2007.03,105777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2008.03,109699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2009.03,108635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2010.03,110177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2011.03,112883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2012.03,116465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2013.03,119437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2014.03,123982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2015.03,128015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2016.03,133526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2017.03,142215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2018.03,149177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2019.03,156187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2020.03,159935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2021.03,159977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2022.03,169578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2023.03,173847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30E,2024.03,174632,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEA.SG02RAC30P30G,1988.03,60913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1989.03,62732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1990.03,63409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1991.03,63764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1992.03,62274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1993.03,62500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1994.03,64780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1995.03,68953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1996.03,71817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1997.03,75424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1998.03,77492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,1999.03,79678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2000.03,82117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2001.03,83278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2002.03,85530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2003.03,89789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2004.03,95360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2005.03,100456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2006.03,105088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2007.03,108106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2008.03,112208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2009.03,111312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2010.03,113015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2011.03,115491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2012.03,119135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2013.03,121886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2014.03,126540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2015.03,130725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2016.03,136250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2017.03,145002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2018.03,151995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2019.03,158924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2020.03,162777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2021.03,162889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2022.03,172621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2023.03,177308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30G,2024.03,178312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1987.12,60296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1988.12,62132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1989.12,63465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1990.12,63828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1991.12,62382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1992.12,62450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1993.12,63966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1994.12,68019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1995.12,71021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1996.12,74885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1997.12,76933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1998.12,79247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,1999.12,81891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2000.12,83003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2001.12,84901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2002.12,88272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2003.12,93709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2004.12,99545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2005.12,103930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2006.12,107146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2007.12,111308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2008.12,112309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2009.12,111750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2010.12,115146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2011.12,118023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2012.12,121164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2013.12,125494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2014.12,129640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2015.12,134923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2016.12,142691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2017.12,150500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2018.12,157417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2019.12,162334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2020.12,159754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2021.12,171570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2022.12,177453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GD,2023.12,178111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1987.06,59135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1988.06,61167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1989.06,63761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1990.06,62902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1991.06,63398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1992.06,62298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1993.06,62835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1994.06,65763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1995.06,69618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1996.06,72854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1997.06,76070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1998.06,77925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,1999.06,80426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2000.06,82466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2001.06,83575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2002.06,86241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2003.06,90995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2004.06,96519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2005.06,101950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2006.06,105610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2007.06,109280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2008.06,112385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2009.06,111312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2010.06,113961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2011.06,116009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2012.06,119980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2013.06,122977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2014.06,127429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2015.06,131996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2016.06,138201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2017.06,146811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2018.06,153745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2019.06,160168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2020.06,158427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2021.06,170645,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2022.06,172646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2023.06,178042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GJ,2024.06,178434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1988.03,60913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1989.03,62732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1990.03,63409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1991.03,63764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1992.03,62274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1993.03,62500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1994.03,64780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1995.03,68953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1996.03,71817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1997.03,75424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1998.03,77492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,1999.03,79678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2000.03,82117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2001.03,83278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2002.03,85530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2003.03,89789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2004.03,95360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2005.03,100456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2006.03,105088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2007.03,108106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2008.03,112208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2009.03,111312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2010.03,113015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2011.03,115491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2012.03,119135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2013.03,121886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2014.03,126540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2015.03,130725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2016.03,136250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2017.03,145002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2018.03,151995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2019.03,158924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2020.03,162777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2021.03,162889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2022.03,172621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2023.03,177308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GM,2024.03,178312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1987.09,58860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1988.09,61692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1989.09,63620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1990.09,63132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1991.09,63037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1992.09,62198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1993.09,63430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1994.09,66825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1995.09,70340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1996.09,73933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1997.09,76431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1998.09,78449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,1999.09,81354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2000.09,82790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2001.09,84106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2002.09,87117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2003.09,92198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2004.09,98163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2005.09,102836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2006.09,106312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2007.09,110419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2008.09,112400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2009.09,111357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2010.09,114709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2011.09,116906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2012.09,120403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2013.09,124238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2014.09,128603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2015.09,133216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2016.09,140440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2017.09,148537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2018.09,155537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2019.09,161405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2020.09,158730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2021.09,170407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2022.09,175999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30GS,2023.09,178084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - NDI Account, Chain Volume, Actual, Sec.Ownshp",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG02RAC30P30H,1988.03,19801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1989.03,19654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1990.03,20790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1991.03,20821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1992.03,20573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1993.03,20736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1994.03,21142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1995.03,21744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1996.03,22032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1997.03,22505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1998.03,23389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,1999.03,24339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2000.03,24784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2001.03,25115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2002.03,26137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2003.03,26508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2004.03,27837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2005.03,29076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2006.03,30962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2007.03,31644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2008.03,32974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2009.03,34252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2010.03,34079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2011.03,34567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2012.03,34957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2013.03,35085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2014.03,35774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2015.03,36830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2016.03,37433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2017.03,38047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2018.03,39428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2019.03,40720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2020.03,43030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2021.03,46195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2022.03,50048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2023.03,50641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30H,2024.03,50077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEA.SG02RAC30P30I,1988.03,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1989.03,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1990.03,2544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1991.03,2722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1992.03,2728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1993.03,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1994.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1995.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1996.03,3019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1997.03,3003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1998.03,2994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,1999.03,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2000.03,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2001.03,2847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2002.03,2928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2003.03,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2004.03,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2005.03,3448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2006.03,3601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2007.03,3871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2008.03,4212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2009.03,4364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2010.03,4353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2011.03,4639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2012.03,4884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2013.03,4642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2014.03,4711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2015.03,4884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2016.03,5134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2017.03,5311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2018.03,5572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2019.03,5775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2020.03,6155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2021.03,6365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2022.03,6642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2023.03,7308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG02RAC30P30I,2024.03,7754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC00P30,1972.03,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1973.03,5957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1974.03,6844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1975.03,7908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1976.03,9142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1977.03,10516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1978.03,11968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1979.03,13747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1980.03,15971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1981.03,19064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1982.03,22506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1983.03,25628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1984.03,27756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1985.03,31197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1986.03,36768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1987.03,43110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1988.03,48945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1989.03,53043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1990.03,56755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1991.03,59886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1992.03,59857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1993.03,61219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1994.03,63420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1995.03,67395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1996.03,71670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1997.03,76102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1998.03,79320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,1999.03,83164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2000.03,86356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2001.03,89870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2002.03,94500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2003.03,100326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2004.03,107085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2005.03,115040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2006.03,123878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2007.03,131801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2008.03,140198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2009.03,146835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2010.03,151447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2011.03,157649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2012.03,165930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2013.03,170047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2014.03,177515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2015.03,184930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2016.03,193690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2017.03,206497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2018.03,219137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2019.03,232992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2020.03,245805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2021.03,254493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2022.03,282273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2023.03,308412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC00P30,2024.03,325624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Total",Final Consumption Expenditure,,,, +SNEA.SG04NAC30P30C,1972.03,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1973.03,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1974.03,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1975.03,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1976.03,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1977.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1978.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1979.03,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1980.03,3820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1981.03,4709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1982.03,5628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1983.03,6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1984.03,6761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1985.03,7383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1986.03,8619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1987.03,10272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1988.03,11444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1989.03,12339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1990.03,13211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1991.03,14043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1992.03,14202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1993.03,14770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1994.03,14997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1995.03,15215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1996.03,16169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1997.03,16816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1998.03,17645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,1999.03,18745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2000.03,19562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2001.03,20481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2002.03,21749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2003.03,22656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2004.03,24287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2005.03,26383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2006.03,29243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2007.03,31582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2008.03,34401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2009.03,37478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2010.03,38433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2011.03,40061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2012.03,41719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2013.03,42158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2014.03,43635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2015.03,45562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2016.03,47234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2017.03,49231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2018.03,52097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2019.03,55826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2020.03,60952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2021.03,67137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2022.03,75659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2023.03,82197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30C,2024.03,87395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,General Government,,, +SNEA.SG04NAC30P30D,1972.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1973.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1974.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1975.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1976.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1977.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1978.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1979.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1980.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1981.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1982.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1983.03,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1984.03,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1985.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1986.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1987.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1988.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1989.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1990.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1991.03,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1992.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1993.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1994.03,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1995.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1996.03,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1997.03,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1998.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,1999.03,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2000.03,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2001.03,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2002.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2003.03,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2004.03,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2005.03,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2006.03,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2007.03,2094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2008.03,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2009.03,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2010.03,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2011.03,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2012.03,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2013.03,2539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2014.03,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2015.03,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2016.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2017.03,2945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2018.03,3155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2019.03,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2020.03,3367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2021.03,3259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2022.03,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2023.03,4456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30D,2024.03,4679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEA.SG04NAC30P30E,1972.03,4182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1973.03,4733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1974.03,5440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1975.03,6174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1976.03,7062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1977.03,8121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1978.03,9105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1979.03,10273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1980.03,11971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1981.03,14135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1982.03,16587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1983.03,18961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1984.03,20677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1985.03,23460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1986.03,27734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1987.03,32296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1988.03,36869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1989.03,40016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1990.03,42766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1991.03,44965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1992.03,44707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1993.03,45506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1994.03,47442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1995.03,51160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1996.03,54478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1997.03,58113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1998.03,60337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,1999.03,62847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2000.03,65231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2001.03,67694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2002.03,70977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2003.03,75898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2004.03,80983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2005.03,86703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2006.03,92640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2007.03,98124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2008.03,103451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2009.03,106593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2010.03,110177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2011.03,114938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2012.03,121466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2013.03,125350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2014.03,131170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2015.03,136563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2016.03,143635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2017.03,154321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2018.03,163885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2019.03,173921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2020.03,181486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2021.03,184096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2022.03,202997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2023.03,221759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30E,2024.03,233550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Households,,, +SNEA.SG04NAC30P30G,1972.03,4246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1973.03,4796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1974.03,5510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1975.03,6258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1976.03,7157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1977.03,8242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1978.03,9235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1979.03,10425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1980.03,12152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1981.03,14355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1982.03,16878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1983.03,19280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1984.03,20995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1985.03,23814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1986.03,28149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1987.03,32838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1988.03,37501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1989.03,40704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1990.03,43544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1991.03,45843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1992.03,45655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1993.03,46449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1994.03,48423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1995.03,52180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1996.03,55501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1997.03,59287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1998.03,61676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,1999.03,64420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2000.03,66794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2001.03,69389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2002.03,72751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2003.03,77670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2004.03,82798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2005.03,88657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2006.03,94636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2007.03,100219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2008.03,105797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2009.03,109357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2010.03,113015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2011.03,117588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2012.03,124211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2013.03,127889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2014.03,133880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2015.03,139368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2016.03,146456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2017.03,157266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2018.03,167040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2019.03,177166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2020.03,184853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2021.03,187355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2022.03,206614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2023.03,226215,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30G,2024.03,238229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEA.SG04NAC30P30H,1972.03,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1973.03,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1974.03,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1975.03,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1976.03,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1977.03,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1978.03,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1979.03,2878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1980.03,3291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1981.03,4064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1982.03,4859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1983.03,5467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1984.03,5761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1985.03,6294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1986.03,7368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1987.03,8897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1988.03,9976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1989.03,10693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1990.03,11454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1991.03,12079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1992.03,12213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1993.03,12695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1994.03,12909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1995.03,13039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1996.03,13865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1997.03,14497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1998.03,15321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,1999.03,16490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2000.03,17291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2001.03,18131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2002.03,19254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2003.03,20054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2004.03,21484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2005.03,23309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2006.03,25955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2007.03,28022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2008.03,30452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2009.03,33202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2010.03,34079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2011.03,35360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2012.03,36677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2013.03,37289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2014.03,38671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2015.03,40387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2016.03,41751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2017.03,43524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2018.03,46026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2019.03,49360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2020.03,53930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2021.03,59890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2022.03,67843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2023.03,72859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30H,2024.03,77039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Central Government,,, +SNEA.SG04NAC30P30I,1972.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1973.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1974.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1975.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1976.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1977.03,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1978.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1979.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1980.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1981.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1982.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1983.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1984.03,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1985.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1986.03,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1987.03,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1988.03,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1989.03,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1990.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1991.03,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1992.03,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1993.03,2076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1994.03,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1995.03,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1996.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1997.03,2319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1998.03,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,1999.03,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2000.03,2272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2001.03,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2002.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2003.03,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2004.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2005.03,3074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2006.03,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2007.03,3560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2008.03,3949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2009.03,4276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2010.03,4353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2011.03,4701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2012.03,5042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2013.03,4869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2014.03,4964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2015.03,5175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2016.03,5483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2017.03,5707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2018.03,6071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2019.03,6466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2020.03,7022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2021.03,7247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2022.03,7816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2023.03,9338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30I,2024.03,10356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Local Government,,, +SNEA.SG04NAC30P30Z,1972.03,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1973.03,5957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1974.03,6844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1975.03,7908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1976.03,9142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1977.03,10516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1978.03,11968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1979.03,13747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1980.03,15971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1981.03,19064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1982.03,22506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1983.03,25628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1984.03,27756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1985.03,31197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1986.03,36768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1987.03,43110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1988.03,48945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1989.03,53043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1990.03,56755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1991.03,59886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1992.03,59857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1993.03,61219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1994.03,63420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1995.03,67395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1996.03,71670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1997.03,76102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1998.03,79320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,1999.03,83164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2000.03,86356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2001.03,89870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2002.03,94500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2003.03,100326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2004.03,107085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2005.03,115040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2006.03,123878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2007.03,131801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2008.03,140198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2009.03,146835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2010.03,151447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2011.03,157649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2012.03,165930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2013.03,170047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2014.03,177515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2015.03,184930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2016.03,193690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2017.03,206497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2018.03,219137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2019.03,232992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2020.03,245805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2021.03,254493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2022.03,282273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2023.03,308412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04NAC30P30Z,2024.03,325624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Nominal, Actual, Inst. Sector",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEA.SG04RAC00B05,1988.03,104547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1989.03,106413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1990.03,107472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1991.03,105810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1992.03,101162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1993.03,102749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1994.03,108843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1995.03,115251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1996.03,120936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1997.03,123661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1998.03,127849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,1999.03,130029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2000.03,135179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2001.03,140525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2002.03,147676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2003.03,153258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2004.03,163248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2005.03,170108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2006.03,173849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2007.03,178214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2008.03,186227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2009.03,184248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2010.03,186455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2011.03,191630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2012.03,197669,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2013.03,200151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2014.03,212467,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2015.03,219823,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2016.03,227974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2017.03,237728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2018.03,247277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2019.03,255093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2020.03,265621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2021.03,265344,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2022.03,276002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2023.03,279389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05,2024.03,277914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1987.12,103567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1988.12,106200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1989.12,107409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1990.12,106922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1991.12,101354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1992.12,101952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1993.12,107434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1994.12,113705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1995.12,119766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1996.12,123580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1997.12,126278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1998.12,129527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,1999.12,134008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2000.12,138928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2001.12,145717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2002.12,151730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2003.12,160187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2004.12,169478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2005.12,173368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2006.12,176446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2007.12,184481,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2008.12,185958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2009.12,183991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2010.12,191267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2011.12,196223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2012.12,199444,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2013.12,208384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2014.12,218843,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2015.12,225022,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2016.12,236060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2017.12,244983,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2018.12,253224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2019.12,263690,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2020.12,263395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2021.12,275513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2022.12,279095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05D,2023.12,277744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1987.06,102855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1988.06,104853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1989.06,106778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1990.06,107148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1991.06,104438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1992.06,101675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1993.06,103963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1994.06,109783,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1995.06,117181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1996.06,121721,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1997.06,124615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1998.06,128278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,1999.06,131279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2000.06,136436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2001.06,142145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2002.06,148742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2003.06,154984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2004.06,166320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2005.06,171278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2006.06,174484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2007.06,179916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2008.06,186967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2009.06,183682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2010.06,188349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2011.06,192817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2012.06,198040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2013.06,202320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2014.06,215187,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2015.06,221454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2016.06,230335,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2017.06,240334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2018.06,249174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2019.06,257210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2020.06,260429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2021.06,275223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2022.06,275593,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2023.06,279564,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05J,2024.06,277546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1988.03,104547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1989.03,106413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1990.03,107472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1991.03,105810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1992.03,101162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1993.03,102749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1994.03,108843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1995.03,115251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1996.03,120936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1997.03,123661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1998.03,127849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,1999.03,130029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2000.03,135179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2001.03,140525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2002.03,147676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2003.03,153258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2004.03,163248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2005.03,170108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2006.03,173849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2007.03,178214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2008.03,186227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2009.03,184248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2010.03,186455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2011.03,191630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2012.03,197669,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2013.03,200151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2014.03,212467,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2015.03,219823,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2016.03,227974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2017.03,237728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2018.03,247277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2019.03,255093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2020.03,265621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2021.03,265344,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2022.03,276002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2023.03,279389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05M,2024.03,277914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1987.09,102439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1988.09,105927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1989.09,106979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1990.09,106803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1991.09,102974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1992.09,101717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1993.09,105802,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1994.09,111548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1995.09,118545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1996.09,122915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1997.09,124924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1998.09,128741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,1999.09,132754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2000.09,137856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2001.09,143708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2002.09,150141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2003.09,157396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2004.09,167979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2005.09,172828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2006.09,175071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2007.09,181607,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2008.09,187293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2009.09,184486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2010.09,189070,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2011.09,194252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2012.09,198495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2013.09,205124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2014.09,217472,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2015.09,223075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2016.09,232678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2017.09,242606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2018.09,251326,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2019.09,260097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2020.09,262449,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2021.09,274448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2022.09,278855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B05S,2023.09,278558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",National Income - gross,,,, +SNEA.SG04RAC00B06,1988.03,104869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1989.03,106793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1990.03,107886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1991.03,106049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1992.03,101397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1993.03,102917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1994.03,109293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1995.03,115614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1996.03,121202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1997.03,124797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1998.03,128578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,1999.03,130411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2000.03,135717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2001.03,141052,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2002.03,147878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2003.03,153353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2004.03,163536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2005.03,170480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2006.03,174020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2007.03,178831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2008.03,186999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2009.03,184992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2010.03,187075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2011.03,191462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2012.03,197338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2013.03,199749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2014.03,212020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2015.03,219454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2016.03,227666,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2017.03,237482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2018.03,246595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2019.03,254533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2020.03,265397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2021.03,264859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2022.03,275461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2023.03,279548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B06,2024.03,277085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEA.SG04RAC00B26,1988.03,-2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1989.03,-1389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1990.03,-692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1991.03,-2383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1992.03,-3188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1993.03,-3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1994.03,-3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1995.03,-2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1996.03,-2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1997.03,-2720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1998.03,-3056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,1999.03,-4209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2000.03,-4666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2001.03,-4792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2002.03,-3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2003.03,-4448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2004.03,-1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2005.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2006.03,-116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2007.03,-701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2008.03,3759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2009.03,2530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2010.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2011.03,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2012.03,5516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2013.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2014.03,10357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2015.03,10748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2016.03,9574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2017.03,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2018.03,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2019.03,14126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2020.03,15986,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2021.03,12345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2022.03,12962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2023.03,9665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26,2024.03,9427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1987.12,-2852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1988.12,-1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1989.12,-994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1990.12,-1638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1991.12,-3192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1992.12,-3540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1993.12,-2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1994.12,-3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1995.12,-2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1996.12,-2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1997.12,-2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1998.12,-3854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,1999.12,-4306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2000.12,-5412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2001.12,-3696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2002.12,-4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2003.12,-2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2004.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2005.12,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2006.12,-948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2007.12,2211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2008.12,3962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2009.12,-553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2010.12,3831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2011.12,5725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2012.12,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2013.12,7731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2014.12,11479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2015.12,9412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2016.12,10845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2017.12,14998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2018.12,14620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2019.12,15164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2020.12,14043,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2021.12,12859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2022.12,10398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26D,2023.12,8859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1987.06,-3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1988.06,-2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1989.06,-1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1990.06,-835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1991.06,-2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1992.06,-3478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1993.06,-3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1994.06,-3220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1995.06,-2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1996.06,-2852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1997.06,-2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1998.06,-3414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,1999.06,-4228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2000.06,-5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2001.06,-4268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2002.06,-3968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2003.06,-3994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2004.06,-1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2005.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2006.06,-496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2007.06,-99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2008.06,4702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2009.06,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2010.06,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2011.06,5112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2012.06,4807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2013.06,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2014.06,12221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2015.06,10300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2016.06,9302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2017.06,12528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2018.06,15813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2019.06,13935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2020.06,15624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2021.06,12627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2022.06,12240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2023.06,9313,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26J,2024.06,9449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1988.03,-2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1989.03,-1389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1990.03,-692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1991.03,-2383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1992.03,-3188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1993.03,-3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1994.03,-3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1995.03,-2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1996.03,-2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1997.03,-2720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1998.03,-3056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,1999.03,-4209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2000.03,-4666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2001.03,-4792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2002.03,-3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2003.03,-4448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2004.03,-1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2005.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2006.03,-116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2007.03,-701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2008.03,3759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2009.03,2530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2010.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2011.03,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2012.03,5516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2013.03,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2014.03,10357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2015.03,10748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2016.03,9574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2017.03,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2018.03,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2019.03,14126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2020.03,15986,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2021.03,12345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2022.03,12962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2023.03,9665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26M,2024.03,9427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1987.09,-3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1988.09,-1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1989.09,-1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1990.09,-1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1991.09,-2915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1992.09,-3635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1993.09,-2926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1994.09,-3377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1995.09,-2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1996.09,-2611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1997.09,-2888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1998.09,-3566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,1999.09,-4225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2000.09,-5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2001.09,-4010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2002.09,-4225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2003.09,-3567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2004.09,-344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2005.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2006.09,-879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2007.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2008.09,4934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2009.09,-138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2010.09,2397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2011.09,5767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2012.09,3981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2013.09,4805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2014.09,12679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2015.09,9879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2016.09,9427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2017.09,13783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2018.09,15557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2019.09,14130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2020.09,15118,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2021.09,12815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2022.09,11428,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B26S,2023.09,9469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEA.SG04RAC00B27,1988.03,108416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1989.03,109617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1990.03,110678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1991.03,108692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1992.03,106747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1993.03,107853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1994.03,115525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1995.03,122124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1996.03,127765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1997.03,132843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1998.03,135327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,1999.03,135302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2000.03,142447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2001.03,146726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2002.03,153422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2003.03,160029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2004.03,171000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2005.03,180203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2006.03,185790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2007.03,190357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2008.03,200992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2009.03,197374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2010.03,194307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2011.03,201567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2012.03,207033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2013.03,209036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2014.03,221899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2015.03,230139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2016.03,237048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2017.03,247384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2018.03,258763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2019.03,266250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2020.03,274108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2021.03,272376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2022.03,285087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2023.03,289469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27,2024.03,289368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1987.12,107230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1988.12,109791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1989.12,110528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1990.12,109749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1991.12,106504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1992.12,107024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1993.12,113589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1994.12,120342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1995.12,126657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1996.12,132010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1997.12,135158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1998.12,134691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,1999.12,140575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2000.12,145588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2001.12,151682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2002.12,158151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2003.12,167589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2004.12,178914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2005.12,184774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2006.12,188622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2007.12,198722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2008.12,200047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2009.12,192738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2010.12,200549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2011.12,205930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2012.12,208223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2013.12,217554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2014.12,229188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2015.12,234605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2016.12,244933,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2017.12,256390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2018.12,264635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2019.12,272879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2020.12,270108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2021.12,284466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2022.12,289260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27D,2023.12,288646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1987.06,105638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1988.06,108884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1989.06,110055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1990.06,110041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1991.06,108060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1992.06,106811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1993.06,109500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1994.06,116854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1995.06,123785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1996.06,129151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1997.06,134058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1998.06,134709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,1999.06,136323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2000.06,143935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2001.06,148276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2002.06,154833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2003.06,162095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2004.06,174358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2005.06,181861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2006.06,186395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2007.06,192784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2008.06,202059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2009.06,194463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2010.06,197123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2011.06,202521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2012.06,207663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2013.06,210891,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2014.06,225131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2015.06,231653,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2016.06,239095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2017.06,250199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2018.06,261200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2019.06,267802,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2020.06,267989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2021.06,283003,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2022.06,285066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2023.06,289922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27J,2024.06,289047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1988.03,108416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1989.03,109617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1990.03,110678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1991.03,108692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1992.03,106747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1993.03,107853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1994.03,115525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1995.03,122124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1996.03,127765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1997.03,132843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1998.03,135327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,1999.03,135302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2000.03,142447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2001.03,146726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2002.03,153422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2003.03,160029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2004.03,171000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2005.03,180203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2006.03,185790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2007.03,190357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2008.03,200992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2009.03,197374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2010.03,194307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2011.03,201567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2012.03,207033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2013.03,209036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2014.03,221899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2015.03,230139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2016.03,237048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2017.03,247384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2018.03,258763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2019.03,266250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2020.03,274108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2021.03,272376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2022.03,285087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2023.03,289469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27M,2024.03,289368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1987.09,105730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1988.09,109761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1989.09,110020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1990.09,109837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1991.09,107358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1992.09,106658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1993.09,111585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1994.09,118148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1995.09,125401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1996.09,130640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1997.09,134699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1998.09,134568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,1999.09,138377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2000.09,144925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2001.09,149741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2002.09,156463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2003.09,164527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2004.09,177001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2005.09,183543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2006.09,186999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2007.09,195518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2008.09,201919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2009.09,192810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2010.09,199042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2011.09,204271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2012.09,207717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2013.09,213720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2014.09,227674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2015.09,233148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2016.09,241598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2017.09,253132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2018.09,263020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2019.09,270170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2020.09,269533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2021.09,282615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2022.09,288625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00B27S,2023.09,289521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEA.SG04RAC00D40D,1987.12,-4014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1988.12,-3993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1989.12,-3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1990.12,-3434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1991.12,-5147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1992.12,-5091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1993.12,-5961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1994.12,-6392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1995.12,-6643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1996.12,-7943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1997.12,-8312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1998.12,-5101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,1999.12,-6296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2000.12,-6421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2001.12,-5932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2002.12,-6348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2003.12,-7194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2004.12,-9080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2005.12,-10963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2006.12,-11710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2007.12,-13633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2008.12,-13419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2009.12,-8592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2010.12,-9307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2011.12,-9698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2012.12,-8768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2013.12,-9150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2014.12,-10387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2015.12,-9496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2016.12,-8598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2017.12,-11525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2018.12,-11474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2019.12,-8763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2020.12,-5828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2021.12,-8449,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2022.12,-9851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40D,2023.12,-10549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1987.06,-3461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1988.06,-4268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1989.06,-3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1990.06,-3483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1991.06,-4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1992.06,-5138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1993.06,-5468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1994.06,-6675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1995.06,-6400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1996.06,-7108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1997.06,-8800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1998.06,-6211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,1999.06,-4997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2000.06,-7100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2001.06,-6023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2002.06,-6065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2003.06,-6921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2004.06,-7795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2005.06,-10170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2006.06,-11455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2007.06,-12358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2008.06,-14416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2009.06,-10355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2010.06,-8746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2011.06,-9693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2012.06,-9623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2013.06,-8548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2014.06,-9962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2015.06,-10225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2016.06,-8511,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2017.06,-9711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2018.06,-12260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2019.06,-10457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2020.06,-6870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2021.06,-7016,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2022.06,-9076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2023.06,-10001,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40J,2024.06,-11200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1988.03,-4157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1989.03,-3713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1990.03,-3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1991.03,-3464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1992.03,-5476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1993.03,-5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1994.03,-6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1995.03,-6590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1996.03,-6611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1997.03,-8571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1998.03,-7115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,1999.03,-5190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2000.03,-6892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2001.03,-6052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2002.03,-5794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2003.03,-6623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2004.03,-7504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2005.03,-9702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2006.03,-11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2007.03,-11677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2008.03,-14112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2009.03,-12491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2010.03,-7852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2011.03,-9937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2012.03,-9360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2013.03,-8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2014.03,-9420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2015.03,-10358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2016.03,-8889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2017.03,-9494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2018.03,-11619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2019.03,-11147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2020.03,-7926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2021.03,-6194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2022.03,-8616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2023.03,-9752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40M,2024.03,-11133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1987.09,-3766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1988.09,-4161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1989.09,-3611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1990.09,-3585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1991.09,-4584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1992.09,-4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1993.09,-5671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1994.09,-6334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1995.09,-6599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1996.09,-7352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1997.09,-9067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1998.09,-5685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,1999.09,-5485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2000.09,-6753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2001.09,-5964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2002.09,-6256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2003.09,-6957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2004.09,-8699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2005.09,-10305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2006.09,-11473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2007.09,-13328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2008.09,-13966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2009.09,-8182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2010.09,-9826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2011.09,-10006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2012.09,-9218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2013.09,-8565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2014.09,-10225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2015.09,-10065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2016.09,-8675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2017.09,-10495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2018.09,-11839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2019.09,-9826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2020.09,-6284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2021.09,-7501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2022.09,-9397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D40S,2023.09,-10629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG04RAC00D79D,1987.12,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1988.12,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1989.12,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1990.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1991.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1992.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1993.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1994.12,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1995.12,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1996.12,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1997.12,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1998.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,1999.12,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2000.12,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2001.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2002.12,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2003.12,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2004.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2005.12,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2006.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2007.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2008.12,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2009.12,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2010.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2011.12,-228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2012.12,-458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2013.12,-469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2014.12,-394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2015.12,-202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2016.12,-279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2017.12,-582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2018.12,-956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2019.12,-214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2020.12,-492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2021.12,-465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2022.12,-158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79D,2023.12,-171,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1987.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1988.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1989.06,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1990.06,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1991.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1992.06,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1993.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1994.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1995.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1996.06,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1997.06,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1998.06,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,1999.06,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2000.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2001.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2002.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2003.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2004.06,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2005.06,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2006.06,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2007.06,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2008.06,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2009.06,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2010.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2011.06,-191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2012.06,-329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2013.06,-516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2014.06,-423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2015.06,-363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2016.06,-169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2017.06,-505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2018.06,-855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2019.06,-422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2020.06,-400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2021.06,-273,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2022.06,-573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2023.06,204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79J,2024.06,-846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1988.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1989.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1990.03,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1991.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1992.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1993.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1994.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1995.03,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1996.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1997.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1998.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,1999.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2000.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2001.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2002.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2003.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2004.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2005.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2006.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2007.03,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2008.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2009.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2010.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2011.03,-178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2012.03,-346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2013.03,-420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2014.03,-467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2015.03,-377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2016.03,-304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2017.03,-227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2018.03,-769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2019.03,-615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2020.03,-203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2021.03,-524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2022.03,-592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2023.03,259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79M,2024.03,-764,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1987.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1988.09,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1989.09,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1990.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1991.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1992.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1993.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1994.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1995.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1996.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1997.09,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1998.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,1999.09,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2000.09,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2001.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2002.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2003.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2004.09,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2005.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2006.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2007.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2008.09,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2009.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2010.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2011.09,-211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2012.09,-412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2013.09,-515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2014.09,-453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2015.09,-165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2016.09,-370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2017.09,-478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2018.09,-968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2019.09,-289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2020.09,-431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2021.09,-305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2022.09,-446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG04RAC00D79S,2023.09,126,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, NDI Account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG05NAC00P50,1988.03,14761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1989.03,14792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1990.03,17344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1991.03,15584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1992.03,13327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1993.03,14623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1994.03,17951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1995.03,20458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1996.03,22763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1997.03,23400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1998.03,24033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,1999.03,22232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2000.03,26306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2001.03,26406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2002.03,29542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2003.03,30748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2004.03,34867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2005.03,39076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2006.03,41420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2007.03,40867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2008.03,46250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2009.03,43046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2010.03,38347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2011.03,41025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2012.03,43799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2013.03,45934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2014.03,51534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2015.03,55801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2016.03,59111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2017.03,62641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2018.03,68726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2019.03,73277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2020.03,76507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2021.03,75220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2022.03,90225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2023.03,100424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P50,2024.03,96835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05NAC00P51,1972.03,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1973.03,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1974.03,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1975.03,2814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1976.03,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1977.03,3757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1978.03,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1979.03,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1980.03,4426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1981.03,5218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1982.03,7245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1983.03,8537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1984.03,9557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1985.03,11014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1986.03,13196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1987.03,13963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1988.03,15175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1989.03,14906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1990.03,16055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1991.03,15738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1992.03,13416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1993.03,13998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1994.03,16519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1995.03,19293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1996.03,21581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1997.03,22591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1998.03,23216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,1999.03,21962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2000.03,24769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2001.03,24987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2002.03,27656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2003.03,29655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2004.03,33607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2005.03,37431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2006.03,40320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2007.03,41132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2008.03,44639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2009.03,42996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2010.03,39198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2011.03,40162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2012.03,42531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2013.03,45145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2014.03,49689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2015.03,54540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2016.03,58383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2017.03,61166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2018.03,66586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2019.03,71822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2020.03,75718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2021.03,75620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2022.03,88496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2023.03,98736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P51,2024.03,101117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05NAC00P52,1972.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1973.03,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1974.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1975.03,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1976.03,-287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1977.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1978.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1979.03,-246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1980.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1981.03,-33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1982.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1983.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1984.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1985.03,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1986.03,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1987.03,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1988.03,-413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1989.03,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1990.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1991.03,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1992.03,-88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1993.03,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1994.03,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1995.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1996.03,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1997.03,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1998.03,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,1999.03,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2000.03,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2001.03,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2002.03,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2003.03,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2004.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2005.03,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2006.03,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2007.03,-265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2008.03,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2009.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2010.03,-851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2011.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2012.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2013.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2014.03,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2015.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2016.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2017.03,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2018.03,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2019.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2020.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2021.03,-400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2022.03,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2023.03,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05NAC00P52,2024.03,-4282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P50,1988.03,19337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1989.03,19250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1990.03,21941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1991.03,20125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1992.03,16793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1993.03,18195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1994.03,21815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1995.03,24774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1996.03,26797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1997.03,27626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1998.03,28745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,1999.03,26638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2000.03,31547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2001.03,30356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2002.03,32950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2003.03,35311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2004.03,40359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2005.03,44022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2006.03,45811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2007.03,43367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2008.03,48358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2009.03,44248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2010.03,38347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2011.03,41205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2012.03,44509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2013.03,46159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2014.03,49770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2015.03,54005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2016.03,54985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2017.03,56587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2018.03,61076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2019.03,63630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2020.03,64629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2021.03,62763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2022.03,70801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2023.03,72317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P50,2024.03,66666,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEA.SG05RAC00P51,1988.03,19809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1989.03,19487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1990.03,20385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1991.03,19704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1992.03,16694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1993.03,17146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1994.03,20094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1995.03,23166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1996.03,25353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1997.03,26568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1998.03,27843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,1999.03,26130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2000.03,29682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2001.03,28843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2002.03,31339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2003.03,33845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2004.03,38734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2005.03,41901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2006.03,44304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2007.03,43568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2008.03,46955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2009.03,43587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2010.03,39198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2011.03,40680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2012.03,43122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2013.03,45473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2014.03,49793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2015.03,53824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2016.03,55637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2017.03,56941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2018.03,60764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2019.03,63936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2020.03,65681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2021.03,64522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2022.03,71124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2023.03,72620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P51,2024.03,71188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG05RAC00P52,1988.03,-353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1989.03,-176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1990.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1991.03,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1992.03,-136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1993.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1994.03,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1995.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1996.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1997.03,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1998.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,1999.03,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2000.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2001.03,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2002.03,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2003.03,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2004.03,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2005.03,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2006.03,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2007.03,-302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2008.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2009.03,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2010.03,-851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2011.03,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2012.03,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2013.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2014.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2015.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2016.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2017.03,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2018.03,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2019.03,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2020.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2021.03,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2022.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2023.03,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG05RAC00P52,2024.03,-2790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Chain volume, Actual, Total",Changes in Inventories,,,, +SNEA.SG06NAC00P60,1972.03,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1973.03,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1974.03,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1975.03,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1976.03,2631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1977.03,3726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1978.03,4090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1979.03,4724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1980.03,5925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1981.03,6938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1982.03,8190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1983.03,9202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1984.03,10508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1985.03,13292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1986.03,14139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1987.03,15437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1988.03,17039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1989.03,18371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1990.03,19555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1991.03,20373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1992.03,22153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1993.03,24434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1994.03,25882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1995.03,27885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1996.03,28287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1997.03,28661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1998.03,29684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,1999.03,31639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2000.03,35045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2001.03,42837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2002.03,45604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2003.03,44403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2004.03,43119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2005.03,45662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2006.03,46087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2007.03,50928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2008.03,54645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2009.03,60759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2010.03,55832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2011.03,61559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2012.03,64749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2013.03,62766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2014.03,67076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2015.03,67906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2016.03,71390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2017.03,72289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2018.03,80203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2019.03,85373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2020.03,88362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2021.03,71276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2022.03,80109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2023.03,94632,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P60,2024.03,98551,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06NAC00P61,1987.03,11530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1988.03,12753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1989.03,13993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1990.03,15031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1991.03,15687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1992.03,17029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1993.03,18794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1994.03,19670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1995.03,20745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1996.03,20177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1997.03,20773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1998.03,21900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,1999.03,22779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2000.03,24637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2001.03,30892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2002.03,32761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2003.03,30553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2004.03,29064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2005.03,31230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2006.03,31513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2007.03,35531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2008.03,38624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2009.03,44114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2010.03,39941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2011.03,45290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2012.03,48042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2013.03,46528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2014.03,50409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2015.03,49212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2016.03,48877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2017.03,48930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2018.03,54895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2019.03,58822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2020.03,60714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2021.03,58074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2022.03,65982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2023.03,72999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P61,2024.03,69603,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEA.SG06NAC00P62,1987.03,3907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1988.03,4286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1989.03,4378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1990.03,4524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1991.03,4686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1992.03,5124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1993.03,5640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1994.03,6212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1995.03,7140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1996.03,8110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1997.03,7888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1998.03,7784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,1999.03,8859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2000.03,10408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2001.03,11944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2002.03,12843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2003.03,13850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2004.03,14055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2005.03,14432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2006.03,14574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2007.03,15397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2008.03,16020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2009.03,16645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2010.03,15891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2011.03,16269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2012.03,16707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2013.03,16238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2014.03,16667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2015.03,18694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2016.03,22513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2017.03,23360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2018.03,25307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2019.03,26551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2020.03,27649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2021.03,13202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2022.03,14127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2023.03,21633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P62,2024.03,28948,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEA.SG06NAC00P70,1972.03,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1973.03,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1974.03,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1975.03,3329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1976.03,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1977.03,4086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1978.03,4341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1979.03,4592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1980.03,6246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1981.03,7199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1982.03,9077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1983.03,10188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1984.03,10943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1985.03,14369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1986.03,15169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1987.03,15145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1988.03,15579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1989.03,15578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1990.03,19019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1991.03,19676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1992.03,19352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1993.03,21967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1994.03,22794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1995.03,25401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1996.03,26485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1997.03,27062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1998.03,28223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,1999.03,30209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2000.03,34479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2001.03,39273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2002.03,40934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2003.03,40296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2004.03,40569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2005.03,45218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2006.03,48447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2007.03,51592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2008.03,54419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2009.03,61235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2010.03,51320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2011.03,56891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2012.03,61448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2013.03,61253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2014.03,63328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2015.03,65938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2016.03,68793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2017.03,70071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2018.03,77341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2019.03,85481,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2020.03,87698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2021.03,73191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2022.03,94190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2023.03,115809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P70,2024.03,110920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06NAC00P71,1987.03,10784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1988.03,10970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1989.03,10588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1990.03,13543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1991.03,13920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1992.03,13244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1993.03,15192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1994.03,16382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1995.03,18522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1996.03,19303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1997.03,19919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1998.03,20629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,1999.03,21523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2000.03,25570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2001.03,29015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2002.03,30584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2003.03,30069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2004.03,30449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2005.03,33885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2006.03,36393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2007.03,39058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2008.03,41097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2009.03,46207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2010.03,37814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2011.03,42363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2012.03,46079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2013.03,46012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2014.03,47730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2015.03,49665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2016.03,51376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2017.03,51858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2018.03,57672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2019.03,63293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2020.03,63923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2021.03,56817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2022.03,73173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2023.03,86600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P71,2024.03,80384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEA.SG06NAC00P72,1987.03,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1988.03,4609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1989.03,4990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1990.03,5476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1991.03,5756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1992.03,6108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1993.03,6775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1994.03,6412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1995.03,6879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1996.03,7182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1997.03,7143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1998.03,7594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,1999.03,8686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2000.03,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2001.03,10259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2002.03,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2003.03,10227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2004.03,10120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2005.03,11334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2006.03,12055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2007.03,12534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2008.03,13322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2009.03,15028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2010.03,13506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2011.03,14528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2012.03,15369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2013.03,15241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2014.03,15598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2015.03,16273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2016.03,17417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2017.03,18212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2018.03,19670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2019.03,22188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2020.03,23775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2021.03,16373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2022.03,21017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2023.03,29209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06NAC00P72,2024.03,30536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00D40,1988.03,-4157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1989.03,-3713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1990.03,-3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1991.03,-3464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1992.03,-5476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1993.03,-5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1994.03,-6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1995.03,-6590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1996.03,-6611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1997.03,-8571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1998.03,-7115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,1999.03,-5190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2000.03,-6892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2001.03,-6052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2002.03,-5794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2003.03,-6623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2004.03,-7504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2005.03,-9702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2006.03,-11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2007.03,-11677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2008.03,-14112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2009.03,-12491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2010.03,-7852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2011.03,-9937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2012.03,-9360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2013.03,-8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2014.03,-9420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2015.03,-10358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2016.03,-8889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2017.03,-9494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2018.03,-11619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2019.03,-11147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2020.03,-7926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2021.03,-6194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2022.03,-8616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2023.03,-9752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D40,2024.03,-11133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEA.SG06RAC00D79,1988.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1989.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1990.03,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1991.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1992.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1993.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1994.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1995.03,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1996.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1997.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1998.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,1999.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2000.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2001.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2002.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2003.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2004.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2005.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2006.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2007.03,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2008.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2009.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2010.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2011.03,-178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2012.03,-346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2013.03,-420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2014.03,-467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2015.03,-377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2016.03,-304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2017.03,-227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2018.03,-769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2019.03,-615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2020.03,-203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2021.03,-524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2022.03,-592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2023.03,259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00D79,2024.03,-764,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEA.SG06RAC00P60,1988.03,22678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1989.03,23160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1990.03,22702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1991.03,24816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1992.03,27108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1993.03,28351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1994.03,30377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1995.03,32958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1996.03,34203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1997.03,35640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1998.03,36856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,1999.03,38115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2000.03,41280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2001.03,43781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2002.03,45220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2003.03,48626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2004.03,49930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2005.03,51514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2006.03,51286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2007.03,53065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2008.03,55147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2009.03,53666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2010.03,55832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2011.03,57407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2012.03,58724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2013.03,60510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2014.03,60592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2015.03,63492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2016.03,67734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2017.03,69004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2018.03,71666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2019.03,74101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2020.03,74189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2021.03,60824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2022.03,62330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2023.03,65829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60,2024.03,71485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1987.12,22049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1988.12,22981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1989.12,22783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1990.12,24206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1991.12,26810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1992.12,27970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1993.12,29516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1994.12,32490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1995.12,33925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1996.12,35411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1997.12,36456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1998.12,37199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,1999.12,40301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2000.12,43399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2001.12,44819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2002.12,47913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2003.12,49066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2004.12,51624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2005.12,51338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2006.12,52234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2007.12,54802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2008.12,54190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2009.12,55238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2010.12,57066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2011.12,58535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2012.12,59568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2013.12,60186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2014.12,62267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2015.12,67237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2016.12,69080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2017.12,70833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2018.12,73039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2019.12,74960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2020.12,64978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2021.12,63251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2022.12,62743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60D,2023.12,69901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1987.06,21604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1988.06,22841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1989.06,23387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1990.06,22832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1991.06,25428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1992.06,27790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1993.06,28428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1994.06,31233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1995.06,33237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1996.06,34507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1997.06,35838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1998.06,36557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,1999.06,38780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2000.06,42451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2001.06,44242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2002.06,46033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2003.06,48747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2004.06,51264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2005.06,51065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2006.06,51495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2007.06,53563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2008.06,55441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2009.06,53825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2010.06,56376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2011.06,57608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2012.06,58796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2013.06,60572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2014.06,60825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2015.06,64834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2016.06,68823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2017.06,69408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2018.06,72220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2019.06,74657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2020.06,70477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2021.06,62963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2022.06,60859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2023.06,68259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60J,2024.06,71675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1988.03,22678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1989.03,23160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1990.03,22702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1991.03,24816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1992.03,27108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1993.03,28351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1994.03,30377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1995.03,32958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1996.03,34203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1997.03,35640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1998.03,36856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,1999.03,38115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2000.03,41280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2001.03,43781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2002.03,45220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2003.03,48626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2004.03,49930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2005.03,51514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2006.03,51286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2007.03,53065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2008.03,55147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2009.03,53666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2010.03,55832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2011.03,57407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2012.03,58724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2013.03,60510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2014.03,60592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2015.03,63492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2016.03,67734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2017.03,69004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2018.03,71666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2019.03,74101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2020.03,74189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2021.03,60824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2022.03,62330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2023.03,65829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60M,2024.03,71485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1987.09,21676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1988.09,22803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1989.09,23056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1990.09,23604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1991.09,26031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1992.09,27949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1993.09,28854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1994.09,31989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1995.09,33415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1996.09,34831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1997.09,36186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1998.09,36837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,1999.09,39421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2000.09,42860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2001.09,44870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2002.09,46633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2003.09,48987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2004.09,51287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2005.09,51339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2006.09,51914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2007.09,53807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2008.09,55056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2009.09,54481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2010.09,56691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2011.09,57761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2012.09,59388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2013.09,60112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2014.09,61089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2015.09,66377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2016.09,69267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2017.09,69875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2018.09,72512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2019.09,74954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2020.09,67837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2021.09,63202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2022.09,61959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P60S,2023.09,68576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG06RAC00P61,1988.03,15650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1989.03,16125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1990.03,15794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1991.03,17730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1992.03,19521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1993.03,20110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1994.03,21358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1995.03,22852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1996.03,23131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1997.03,24820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1998.03,26326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,1999.03,26542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2000.03,27892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2001.03,29383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2002.03,30157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2003.03,32515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2004.03,33610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2005.03,35064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2006.03,35013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2007.03,36623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2008.03,38419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2009.03,37343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2010.03,39941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2011.03,41119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2012.03,42239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2013.03,44503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2014.03,44381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2015.03,45630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2016.03,46746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2017.03,47535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2018.03,48986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2019.03,50879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2020.03,50440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2021.03,49371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2022.03,50378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2023.03,49402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P61,2024.03,50594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEA.SG06RAC00P62,1988.03,7185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1989.03,7145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1990.03,7020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1991.03,6940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1992.03,7379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1993.03,8104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1994.03,8936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1995.03,10121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1996.03,11255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1997.03,10859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1998.03,10469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,1999.03,11592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2000.03,13514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2001.03,14561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2002.03,15285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2003.03,16325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2004.03,16515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2005.03,16645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2006.03,16464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2007.03,16633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2008.03,16910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2009.03,16503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2010.03,15891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2011.03,16287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2012.03,16467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2013.03,15870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2014.03,16077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2015.03,17806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2016.03,20981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2017.03,21459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2018.03,22649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2019.03,23189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2020.03,23721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2021.03,11168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2022.03,11659,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2023.03,16425,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P62,2024.03,21261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEA.SG06RAC00P70,1988.03,18426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1989.03,18461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1990.03,21377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1991.03,21675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1992.03,20879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1993.03,22429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1994.03,24028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1995.03,27463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1996.03,29191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1997.03,31049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1998.03,32135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,1999.03,32322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2000.03,36106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2001.03,35716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2002.03,37242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2003.03,39982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2004.03,45246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2005.03,51293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2006.03,53791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2007.03,52892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2008.03,58662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2009.03,56619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2010.03,51320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2011.03,57219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2012.03,60980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2013.03,61789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2014.03,66811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2015.03,71941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2016.03,74177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2017.03,78003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2018.03,84097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2019.03,88132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2020.03,89448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2021.03,75261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2022.03,88235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2023.03,92131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70,2024.03,90930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1987.12,18365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1988.12,18270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1989.12,20905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1990.12,21774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1991.12,20608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1992.12,22373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1993.12,23564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1994.12,26527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1995.12,28805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1996.12,30915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1997.12,31875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1998.12,31842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,1999.12,35779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2000.12,35472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2001.12,36285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2002.12,39845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2003.12,43270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2004.12,50529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2005.12,53673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2006.12,52376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2007.12,57265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2008.12,59126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2009.12,50583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2010.12,56098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2011.12,59978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2012.12,61593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2013.12,65536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2014.12,70798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2015.12,74005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2016.12,76779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2017.12,82259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2018.12,87844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2019.12,89939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2020.12,75893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2021.12,87148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2022.12,91209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70D,2023.12,90655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1987.06,17490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1988.06,18351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1989.06,18996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1990.06,21742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1991.06,21276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1992.06,21232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1993.06,22785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1994.06,24715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1995.06,27945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1996.06,29815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1997.06,31890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1998.06,31459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,1999.06,33042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2000.06,36317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2001.06,35729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2002.06,37798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2003.06,41134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2004.06,47074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2005.06,52324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2006.06,53217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2007.06,54046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2008.06,60298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2009.06,53232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2010.06,52485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2011.06,58501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2012.06,61072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2013.06,62652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2014.06,68317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2015.06,73051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2016.06,74594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2017.06,79124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2018.06,85873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2019.06,88350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2020.06,83665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2021.06,79768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2022.06,89676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2023.06,92315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70J,2024.06,91065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1988.03,18426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1989.03,18461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1990.03,21377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1991.03,21675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1992.03,20879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1993.03,22429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1994.03,24028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1995.03,27463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1996.03,29191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1997.03,31049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1998.03,32135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,1999.03,32322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2000.03,36106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2001.03,35716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2002.03,37242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2003.03,39982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2004.03,45246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2005.03,51293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2006.03,53791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2007.03,52892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2008.03,58662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2009.03,56619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2010.03,51320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2011.03,57219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2012.03,60980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2013.03,61789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2014.03,66811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2015.03,71941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2016.03,74177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2017.03,78003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2018.03,84097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2019.03,88132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2020.03,89448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2021.03,75261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2022.03,88235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2023.03,92131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70M,2024.03,90930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1987.09,17589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1988.09,18451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1989.09,19817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1990.09,22086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1991.09,20757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1992.09,21771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1993.09,23202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1994.09,25683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1995.09,28378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1996.09,30555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1997.09,31572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1998.09,31661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,1999.09,34062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2000.09,36324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2001.09,35903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2002.09,38692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2003.09,42101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2004.09,48862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2005.09,53455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2006.09,52503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2007.09,55402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2008.09,60587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2009.09,50948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2010.09,54094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2011.09,59911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2012.09,61290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2013.09,64166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2014.09,69348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2015.09,73692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2016.09,75572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2017.09,80345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2018.09,87294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2019.09,89059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2020.09,79008,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2021.09,83927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2022.09,90547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P70S,2023.09,92083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG06RAC00P71,1988.03,12227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1989.03,11857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1990.03,14515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1991.03,14944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1992.03,14080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1993.03,15284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1994.03,17006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1995.03,19748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1996.03,20857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1997.03,22438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1998.03,23340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,1999.03,23222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2000.03,26902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2001.03,26406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2002.03,28105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2003.03,30081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2004.03,34254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2005.03,38775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2006.03,40567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2007.03,40033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2008.03,44077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2009.03,42374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2010.03,37814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2011.03,42528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2012.03,45403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2013.03,46331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2014.03,50286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2015.03,54662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2016.03,56720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2017.03,59476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2018.03,64565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2019.03,66923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2020.03,67210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2021.03,61378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2022.03,73317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2023.03,72273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P71,2024.03,68953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEA.SG06RAC00P72,1988.03,6254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1989.03,6744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1990.03,6862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1991.03,6729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1992.03,6826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1993.03,7165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1994.03,7011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1995.03,7685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1996.03,8310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1997.03,8567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1998.03,8757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,1999.03,9062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2000.03,9187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2001.03,9292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2002.03,9121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2003.03,9880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2004.03,10976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2005.03,12498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2006.03,13200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2007.03,12838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2008.03,14561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2009.03,14224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2010.03,13506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2011.03,14691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2012.03,15576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2013.03,15449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2014.03,16513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2015.03,17264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2016.03,17454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2017.03,18508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2018.03,19563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2019.03,21159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2020.03,22117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2021.03,14337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2022.03,15707,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2023.03,19595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG06RAC00P72,2024.03,21251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEA.SG08NAC00B15,1988.03,609,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1989.03,646,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1990.03,680,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1991.03,689,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1992.03,699,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1993.03,711,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1994.03,720,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1995.03,728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1996.03,746,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1997.03,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1998.03,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,1999.03,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2000.03,772,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2001.03,799,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2002.03,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2003.03,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2004.03,844,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2005.03,874,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2006.03,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2007.03,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2008.03,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2009.03,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2011.03,1037,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2012.03,1059,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2013.03,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2014.03,1106,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2015.03,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2016.03,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2017.03,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2018.03,1180,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2019.03,1196,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2020.03,1232,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2021.03,1250,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2022.03,1305,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2023.03,1376,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15,2024.03,1445,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1987.12,598,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1988.12,640,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1989.12,671,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1990.12,691,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1991.12,693,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1992.12,705,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1993.12,721,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1994.12,724,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1995.12,741,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1996.12,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1997.12,759,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1998.12,767,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,1999.12,770,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2000.12,788,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2001.12,822,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2002.12,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2003.12,838,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2004.12,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2005.12,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2006.12,912,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2007.12,952,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2008.12,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2009.12,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2010.12,1027,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2011.12,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2012.12,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2013.12,1089,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2014.12,1114,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2015.12,1118,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2016.12,1139,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2017.12,1175,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2018.12,1192,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2019.12,1221,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2020.12,1248,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2021.12,1285,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2022.12,1358,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15D,2023.12,1430,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1987.06,567,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1988.06,617,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1989.06,654,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1990.06,686,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1991.06,690,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1992.06,702,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1993.06,715,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1994.06,718,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1995.06,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1996.06,751,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1997.06,759,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1998.06,763,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,1999.06,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2000.06,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2001.06,809,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2002.06,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2003.06,829,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2004.06,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2005.06,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2006.06,900,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2007.06,929,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2008.06,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2009.06,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2010.06,1004,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2011.06,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2012.06,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2013.06,1056,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2014.06,1117,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2015.06,1114,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2016.06,1124,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2017.06,1156,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2018.06,1186,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2019.06,1203,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2020.06,1239,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2021.06,1255,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2022.06,1326,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2023.06,1394,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15J,2024.06,1456,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1988.03,609,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1989.03,646,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1990.03,680,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1991.03,689,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1992.03,699,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1993.03,711,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1994.03,720,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1995.03,728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1996.03,746,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1997.03,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1998.03,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,1999.03,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2000.03,772,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2001.03,799,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2002.03,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2003.03,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2004.03,844,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2005.03,874,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2006.03,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2007.03,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2008.03,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2009.03,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2011.03,1037,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2012.03,1059,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2013.03,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2014.03,1106,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2015.03,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2016.03,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2017.03,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2018.03,1180,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2019.03,1196,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2020.03,1232,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2021.03,1250,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2022.03,1305,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2023.03,1376,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15M,2024.03,1445,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1987.09,584,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1988.09,630,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1989.09,660,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1990.09,690,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1991.09,692,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1992.09,702,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1993.09,720,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1994.09,719,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1995.09,737,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1996.09,755,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1997.09,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1998.09,765,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,1999.09,769,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2000.09,779,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2001.09,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2002.09,831,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2003.09,831,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2004.09,858,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2005.09,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2006.09,902,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2007.09,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2008.09,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2009.09,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2010.09,1012,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2011.09,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2012.09,1059,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2013.09,1067,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2014.09,1120,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2015.09,1116,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2016.09,1129,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2017.09,1165,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2018.09,1191,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2019.09,1209,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2020.09,1244,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2021.09,1268,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2022.09,1340,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B15S,2023.09,1417,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEA.SG08NAC00B21,1988.03,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1989.03,656,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1990.03,685,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1991.03,707,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1992.03,722,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1993.03,734,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1994.03,740,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1995.03,745,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1996.03,765,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1997.03,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1998.03,781,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,1999.03,792,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2000.03,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2001.03,823,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2002.03,842,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2003.03,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2004.03,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2005.03,870,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2006.03,891,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2007.03,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2008.03,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2009.03,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2011.03,1014,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2012.03,1031,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2013.03,1040,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2014.03,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2015.03,1064,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2016.03,1083,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2017.03,1100,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2018.03,1117,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2019.03,1140,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2020.03,1167,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2021.03,1186,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2022.03,1241,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2023.03,1330,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21,2024.03,1397,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1987.12,618,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1988.12,649,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1989.12,678,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1990.12,703,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1991.12,718,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1992.12,731,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1993.12,741,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1994.12,743,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1995.12,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1996.12,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1997.12,778,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1998.12,790,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,1999.12,795,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2000.12,817,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2001.12,837,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2002.12,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2003.12,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2004.12,864,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2005.12,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2006.12,915,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2007.12,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2008.12,967,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2009.12,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2010.12,1009,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2011.12,1027,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2012.12,1039,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2013.12,1053,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2014.12,1062,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2015.12,1079,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2016.12,1094,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2017.12,1114,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2018.12,1134,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2019.12,1160,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2020.12,1181,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2021.12,1222,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2022.12,1308,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21D,2023.12,1384,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1987.06,592,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1988.06,633,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1989.06,662,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1990.06,692,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1991.06,711,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1992.06,727,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1993.06,737,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1994.06,739,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1995.06,750,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1996.06,769,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1997.06,776,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1998.06,784,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,1999.06,793,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2000.06,802,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2001.06,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2002.06,846,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2003.06,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2004.06,853,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2005.06,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2006.06,899,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2007.06,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2008.06,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2009.06,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2010.06,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2011.06,1022,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2012.06,1037,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2013.06,1039,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2014.06,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2015.06,1069,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2016.06,1086,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2017.06,1103,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2018.06,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2019.06,1148,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2020.06,1171,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2021.06,1192,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2022.06,1263,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2023.06,1350,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21J,2024.06,1408,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1988.03,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1989.03,656,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1990.03,685,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1991.03,707,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1992.03,722,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1993.03,734,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1994.03,740,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1995.03,745,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1996.03,765,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1997.03,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1998.03,781,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,1999.03,792,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2000.03,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2001.03,823,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2002.03,842,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2003.03,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2004.03,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2005.03,870,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2006.03,891,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2007.03,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2008.03,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2009.03,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2011.03,1014,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2012.03,1031,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2013.03,1040,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2014.03,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2015.03,1064,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2016.03,1083,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2017.03,1100,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2018.03,1117,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2019.03,1140,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2020.03,1167,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2021.03,1186,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2022.03,1241,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2023.03,1330,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21M,2024.03,1397,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1987.09,608,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1988.09,641,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1989.09,668,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1990.09,699,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1991.09,714,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1992.09,728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1993.09,740,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1994.09,741,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1995.09,754,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1996.09,771,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1997.09,777,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1998.09,787,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,1999.09,794,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2000.09,808,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2001.09,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2002.09,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2003.09,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2004.09,858,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2005.09,881,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2006.09,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2007.09,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2008.09,956,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2009.09,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2010.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2011.09,1026,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2012.09,1039,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2013.09,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2014.09,1062,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2015.09,1075,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2016.09,1089,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2017.09,1108,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2018.09,1129,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2019.09,1153,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2020.09,1176,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2021.09,1205,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2022.09,1284,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00B21S,2023.09,1369,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross National Expenditure,,,, +SNEA.SG08NAC00P51,1988.03,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1989.03,765,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1990.03,788,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1991.03,799,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1992.03,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1993.03,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1994.03,822,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1995.03,833,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1996.03,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1997.03,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1998.03,838,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,1999.03,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2000.03,836,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2001.03,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2002.03,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2003.03,876,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2004.03,868,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2005.03,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2006.03,910,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2007.03,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2008.03,951,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2009.03,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2011.03,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2012.03,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2013.03,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2014.03,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2015.03,1013,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2016.03,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2017.03,1074,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2018.03,1096,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2019.03,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2020.03,1153,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2021.03,1172,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2022.03,1244,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2023.03,1360,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51,2024.03,1420,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1987.12,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1988.12,762,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1989.12,782,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1990.12,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1991.12,803,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1992.12,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1993.12,819,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1994.12,830,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1995.12,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1996.12,855,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1997.12,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1998.12,841,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,1999.12,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2000.12,859,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2001.12,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2002.12,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2003.12,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2004.12,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2005.12,906,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2006.12,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2007.12,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2008.12,973,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2009.12,1005,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2010.12,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2011.12,985,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2012.12,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2013.12,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2014.12,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2015.12,1041,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2016.12,1068,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2017.12,1092,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2018.12,1116,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2019.12,1146,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2020.12,1168,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2021.12,1218,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2022.12,1334,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51D,2023.12,1409,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1987.06,754,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1988.06,763,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1989.06,771,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1990.06,793,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1991.06,800,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1992.06,805,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1993.06,818,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1994.06,824,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1995.06,838,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1996.06,855,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1997.06,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1998.06,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,1999.06,837,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2000.06,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2001.06,873,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2002.06,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2003.06,873,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2004.06,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2005.06,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2006.06,918,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2007.06,946,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2008.06,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2009.06,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2010.06,994,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2011.06,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2012.06,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2013.06,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2014.06,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2015.06,1020,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2016.06,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2017.06,1081,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2018.06,1101,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2019.06,1132,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2020.06,1157,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2021.06,1183,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2022.06,1273,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2023.06,1379,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51J,2024.06,1433,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1988.03,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1989.03,765,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1990.03,788,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1991.03,799,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1992.03,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1993.03,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1994.03,822,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1995.03,833,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1996.03,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1997.03,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1998.03,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,1999.03,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2000.03,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2001.03,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2002.03,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2003.03,876,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2004.03,868,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2005.03,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2006.03,910,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2007.03,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2008.03,951,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2009.03,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2011.03,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2012.03,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2013.03,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2014.03,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2015.03,1013,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2016.03,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2017.03,1074,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2018.03,1096,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2019.03,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2020.03,1153,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2021.03,1172,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2022.03,1244,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2023.03,1360,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51M,2024.03,1420,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1987.09,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1988.09,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1989.09,777,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1990.09,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1991.09,802,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1992.09,808,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1993.09,818,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1994.09,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1995.09,842,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1996.09,855,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1997.09,838,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1998.09,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,1999.09,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2000.09,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2001.09,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2002.09,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2003.09,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2004.09,877,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2005.09,901,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2006.09,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2007.09,947,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2008.09,962,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2009.09,1006,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2010.09,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2011.09,984,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2012.09,990,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2013.09,994,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2014.09,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2015.09,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2016.09,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2017.09,1087,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2018.09,1108,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2019.09,1139,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2020.09,1162,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2021.09,1197,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2022.09,1303,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P51S,2023.09,1395,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Gross Fixed Capital Formation,,,, +SNEA.SG08NAC00P60,1988.03,751,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1989.03,793,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1990.03,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1991.03,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1992.03,817,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1993.03,862,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1994.03,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1995.03,846,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1996.03,827,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1997.03,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1998.03,805,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,1999.03,830,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2000.03,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2001.03,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2002.03,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2003.03,913,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2004.03,864,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2005.03,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2006.03,899,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2007.03,960,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2008.03,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2009.03,1132,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2011.03,1072,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2012.03,1103,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2013.03,1037,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2014.03,1107,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2015.03,1070,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2016.03,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2017.03,1048,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2018.03,1119,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2019.03,1152,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2020.03,1191,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2021.03,1172,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2022.03,1285,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2023.03,1438,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60,2024.03,1379,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1987.12,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1988.12,780,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1989.12,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1990.12,835,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1991.12,810,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1992.12,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1993.12,862,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1994.12,841,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1995.12,836,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1996.12,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1997.12,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1998.12,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,1999.12,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2000.12,943,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2001.12,1012,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2002.12,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2003.12,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2004.12,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2005.12,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2006.12,954,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2007.12,963,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2008.12,1110,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2009.12,1022,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2010.12,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2011.12,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2012.12,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2013.12,1077,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2014.12,1095,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2015.12,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2016.12,1036,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2017.12,1110,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2018.12,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2019.12,1170,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2020.12,1192,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2021.12,1229,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2022.12,1436,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60D,2023.12,1386,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1987.06,746,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1988.06,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1989.06,818,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1990.06,858,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1991.06,813,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1992.06,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1993.06,870,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1994.06,841,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1995.06,842,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1996.06,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1997.06,797,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1998.06,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,1999.06,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2000.06,867,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2001.06,1011,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2002.06,988,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2003.06,895,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2004.06,870,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2005.06,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2006.06,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2007.06,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2008.06,1027,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2009.06,1116,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2010.06,1011,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2011.06,1091,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2012.06,1090,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2013.06,1029,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2014.06,1124,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2015.06,1055,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2016.06,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2017.06,1067,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2018.06,1128,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2019.06,1158,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2020.06,1207,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2021.06,1169,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2022.06,1345,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2023.06,1427,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60J,2024.06,1381,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1988.03,751,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1989.03,793,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1990.03,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1991.03,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1992.03,817,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1993.03,862,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1994.03,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1995.03,846,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1996.03,827,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1997.03,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1998.03,805,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,1999.03,830,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2000.03,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2001.03,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2002.03,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2003.03,913,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2004.03,864,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2005.03,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2006.03,899,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2007.03,960,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2008.03,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2009.03,1132,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2011.03,1072,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2012.03,1103,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2013.03,1037,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2014.03,1107,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2015.03,1070,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2016.03,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2017.03,1048,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2018.03,1119,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2019.03,1152,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2020.03,1191,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2021.03,1172,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2022.03,1285,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2023.03,1438,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60M,2024.03,1379,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1987.09,751,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1988.09,763,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1989.09,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1990.09,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1991.09,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1992.09,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1993.09,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1994.09,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1995.09,843,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1996.09,824,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1997.09,794,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1998.09,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,1999.09,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2000.09,895,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2001.09,1021,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2002.09,969,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2003.09,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2004.09,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2005.09,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2006.09,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2007.09,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2008.09,1070,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2009.09,1077,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2010.09,1024,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2011.09,1102,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2012.09,1077,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2013.09,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2014.09,1118,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2015.09,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2016.09,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2017.09,1083,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2018.09,1147,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2019.09,1158,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2020.09,1206,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2021.09,1192,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2022.09,1394,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P60S,2023.09,1412,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Exports of Goods and Services,,,, +SNEA.SG08NAC00P70,1988.03,845,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1989.03,844,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1990.03,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1991.03,908,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1992.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1993.03,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1994.03,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1995.03,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1996.03,907,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1997.03,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1998.03,878,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,1999.03,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2000.03,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2001.03,1100,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2002.03,1099,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2003.03,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2004.03,897,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2005.03,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2006.03,901,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2007.03,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2008.03,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2009.03,1082,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2011.03,994,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2012.03,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2013.03,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2014.03,948,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2015.03,917,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2016.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2017.03,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2018.03,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2019.03,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2020.03,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2021.03,972,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2022.03,1067,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2023.03,1257,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70,2024.03,1220,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1987.12,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1988.12,827,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1989.12,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1990.12,897,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1991.12,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1992.12,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1993.12,960,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1994.12,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1995.12,912,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1996.12,881,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1997.12,869,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1998.12,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,1999.12,934,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2000.12,1081,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2001.12,1104,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2002.12,1039,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2003.12,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2004.12,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2005.12,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2006.12,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2007.12,926,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2008.12,1042,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2009.12,1028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2010.12,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2011.12,1012,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2012.12,1002,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2013.12,956,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2014.12,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2015.12,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2016.12,896,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2017.12,916,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2018.12,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2019.12,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2020.12,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2021.12,1025,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2022.12,1236,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70D,2023.12,1231,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1987.06,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1988.06,831,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1989.06,865,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1990.06,892,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1991.06,909,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1992.06,946,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1993.06,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1994.06,940,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1995.06,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1996.06,902,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1997.06,862,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1998.06,900,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,1999.06,931,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2000.06,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2001.06,1120,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2002.06,1083,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2003.06,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2004.06,891,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2005.06,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2006.06,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2007.06,954,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2008.06,946,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2009.06,1101,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2010.06,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2011.06,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2012.06,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2013.06,976,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2014.06,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2015.06,912,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2016.06,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2017.06,903,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2018.06,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2019.06,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2020.06,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2021.06,974,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2022.06,1117,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2023.06,1260,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70J,2024.06,1221,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1988.03,845,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1989.03,844,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1990.03,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1991.03,908,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1992.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1993.03,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1994.03,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1995.03,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1996.03,907,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1997.03,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1998.03,878,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,1999.03,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2000.03,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2001.03,1100,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2002.03,1099,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2003.03,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2004.03,897,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2005.03,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2006.03,901,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2007.03,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2008.03,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2009.03,1082,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2011.03,994,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2012.03,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2013.03,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2014.03,948,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2015.03,917,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2016.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2017.03,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2018.03,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2019.03,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2020.03,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2021.03,972,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2022.03,1067,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2023.03,1257,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70M,2024.03,1220,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1987.09,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1988.09,819,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1989.09,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1990.09,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1991.09,915,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1992.09,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1993.09,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1994.09,931,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1995.09,917,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1996.09,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1997.09,864,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1998.09,916,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,1999.09,929,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2000.09,1021,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2001.09,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2002.09,1065,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2003.09,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2004.09,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2005.09,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2006.09,960,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2007.09,931,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2008.09,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2009.09,1080,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2010.09,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2011.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2012.09,1009,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2013.09,968,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2014.09,926,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2015.09,924,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2016.09,910,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2017.09,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2018.09,948,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2019.09,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2020.09,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2021.09,994,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2022.09,1180,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC00P70S,2023.09,1243,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Total",Imports of Goods and Services,,,, +SNEA.SG08NAC01P30T1,1988.03,616,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1989.03,649,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1990.03,687,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1991.03,719,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1992.03,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1993.03,743,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1994.03,747,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1995.03,757,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1996.03,773,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1997.03,786,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1998.03,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,1999.03,809,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2000.03,813,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2001.03,833,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2002.03,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2003.03,865,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2004.03,868,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2005.03,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2006.03,901,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2007.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2008.03,943,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2009.03,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2011.03,1018,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2012.03,1043,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2013.03,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2014.03,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2015.03,1066,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2016.03,1075,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2017.03,1085,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2018.03,1099,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2019.03,1115,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2020.03,1136,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2021.03,1150,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2022.03,1197,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2023.03,1276,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1,2024.03,1336,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1987.12,607,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1988.12,641,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1989.12,677,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1990.12,713,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1991.12,730,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1992.12,741,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1993.12,746,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1994.12,754,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1995.12,769,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1996.12,784,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1997.12,794,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1998.12,806,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,1999.12,811,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2000.12,829,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2001.12,846,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2002.12,863,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2003.12,867,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2004.12,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2005.12,896,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2006.12,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2007.12,937,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2008.12,973,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2009.12,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2010.12,1011,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2011.12,1040,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2012.12,1048,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2013.12,1055,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2014.12,1065,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2015.12,1073,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2016.12,1080,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2017.12,1097,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2018.12,1111,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2019.12,1129,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2020.12,1147,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2021.12,1181,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2022.12,1256,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1D,2023.12,1326,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1987.06,579,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1988.06,624,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1989.06,658,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1990.06,696,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1991.06,723,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1992.06,736,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1993.06,744,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1994.06,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1995.06,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1996.06,777,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1997.06,787,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1998.06,800,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,1999.06,810,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2000.06,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2001.06,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2002.06,856,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2003.06,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2004.06,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2005.06,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2006.06,908,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2007.06,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2008.06,951,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2009.06,990,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2010.06,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2011.06,1028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2012.06,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2013.06,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2014.06,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2015.06,1068,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2016.06,1077,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2017.06,1088,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2018.06,1102,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2019.06,1119,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2020.06,1140,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2021.06,1157,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2022.06,1214,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2023.06,1294,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1J,2024.06,1345,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1988.03,616,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1989.03,649,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1990.03,687,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1991.03,719,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1992.03,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1993.03,743,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1994.03,747,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1995.03,757,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1996.03,773,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1997.03,786,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1998.03,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,1999.03,809,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2000.03,813,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2001.03,833,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2002.03,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2003.03,865,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2004.03,868,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2005.03,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2006.03,901,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2007.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2008.03,943,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2009.03,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2011.03,1018,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2012.03,1043,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2013.03,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2014.03,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2015.03,1066,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2016.03,1075,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2017.03,1085,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2018.03,1099,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2019.03,1115,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2020.03,1136,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2021.03,1150,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2022.03,1197,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2023.03,1276,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1M,2024.03,1336,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1987.09,597,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1988.09,632,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1989.09,667,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1990.09,705,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1991.09,728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1992.09,739,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1993.09,745,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1994.09,751,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1995.09,765,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1996.09,781,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1997.09,790,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1998.09,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,1999.09,810,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2000.09,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2001.09,843,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2002.09,860,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2003.09,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2004.09,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2005.09,891,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2006.09,916,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2007.09,932,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2008.09,962,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2009.09,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2010.09,1004,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2011.09,1036,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2012.09,1046,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2013.09,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2014.09,1063,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2015.09,1071,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2016.09,1078,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2017.09,1093,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2018.09,1107,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2019.09,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2020.09,1144,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2021.09,1167,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2022.09,1233,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T1S,2023.09,1312,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEA.SG08NAC01P30T5,1988.03,517,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1989.03,557,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1990.03,566,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1991.03,596,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1992.03,609,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1993.03,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1994.03,625,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1995.03,617,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1996.03,644,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1997.03,658,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1998.03,668,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,1999.03,689,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2000.03,708,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2001.03,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2002.03,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2003.03,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2004.03,782,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2005.03,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2006.03,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2007.03,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2008.03,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2009.03,971,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2011.03,1022,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2012.03,1047,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2013.03,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2014.03,1078,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2015.03,1092,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2016.03,1110,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2017.03,1136,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2018.03,1158,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2019.03,1201,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2020.03,1240,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2021.03,1277,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2022.03,1334,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2023.03,1419,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5,2024.03,1514,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1987.12,499,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1988.12,551,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1989.12,569,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1990.12,588,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1991.12,604,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1992.12,623,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1993.12,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1994.12,618,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1995.12,635,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1996.12,656,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1997.12,665,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1998.12,684,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,1999.12,704,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2000.12,727,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2001.12,746,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2002.12,764,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2003.12,778,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2004.12,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2005.12,838,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2006.12,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2007.12,916,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2008.12,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2009.12,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2010.12,1016,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2011.12,1042,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2012.12,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2013.12,1073,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2014.12,1089,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2015.12,1105,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2016.12,1129,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2017.12,1152,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2018.12,1190,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2019.12,1232,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2020.12,1266,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2021.12,1319,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2022.12,1392,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5D,2023.12,1495,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1987.06,474,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1988.06,525,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1989.06,568,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1990.06,572,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1991.06,598,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1992.06,615,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1993.06,627,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1994.06,620,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1995.06,622,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1996.06,649,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1997.06,660,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1998.06,673,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,1999.06,694,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2000.06,714,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2001.06,738,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2002.06,754,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2003.06,772,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2004.06,789,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2005.06,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2006.06,856,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2007.06,900,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2008.06,937,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2009.06,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2010.06,1006,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2011.06,1029,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2012.06,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2013.06,1065,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2014.06,1082,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2015.06,1096,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2016.06,1115,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2017.06,1142,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2018.06,1166,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2019.06,1219,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2020.06,1246,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2021.06,1287,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2022.06,1355,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2023.06,1441,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5J,2024.06,1541,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1988.03,517,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1989.03,557,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1990.03,566,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1991.03,596,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1992.03,609,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1993.03,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1994.03,625,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1995.03,617,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1996.03,644,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1997.03,658,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1998.03,668,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,1999.03,689,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2000.03,708,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2001.03,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2002.03,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2003.03,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2004.03,782,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2005.03,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2006.03,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2007.03,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2008.03,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2009.03,971,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2011.03,1022,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2012.03,1047,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2013.03,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2014.03,1078,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2015.03,1092,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2016.03,1110,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2017.03,1136,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2018.03,1158,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2019.03,1201,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2020.03,1240,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2021.03,1277,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2022.03,1334,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2023.03,1419,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5M,2024.03,1514,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1987.09,487,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1988.09,541,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1989.09,563,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1990.09,581,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1991.09,603,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1992.09,619,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1993.09,627,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1994.09,620,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1995.09,628,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1996.09,652,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1997.09,663,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1998.09,679,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,1999.09,699,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2000.09,720,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2001.09,742,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2002.09,759,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2003.09,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2004.09,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2005.09,830,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2006.09,867,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2007.09,908,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2008.09,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2009.09,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2010.09,1011,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2011.09,1036,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2012.09,1055,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2013.09,1069,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2014.09,1085,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2015.09,1100,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2016.09,1122,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2017.09,1146,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2018.09,1178,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2019.09,1226,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2020.09,1256,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2021.09,1301,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2022.09,1375,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC01P30T5S,2023.09,1466,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - IPDs, Actual, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEA.SG08NAC11P51AN1110,1988.03,432,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1989.03,423,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1990.03,448,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1991.03,463,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1992.03,471,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1993.03,478,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1994.03,501,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1995.03,547,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1996.03,586,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1997.03,612,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1998.03,620,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,1999.03,623,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2000.03,625,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2001.03,642,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2002.03,655,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2003.03,685,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2004.03,740,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2005.03,811,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2006.03,868,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2007.03,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2008.03,969,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2009.03,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2011.03,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2012.03,1020,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2013.03,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2014.03,1098,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2015.03,1155,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2016.03,1218,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2017.03,1292,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2018.03,1357,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2019.03,1411,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2020.03,1462,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2021.03,1530,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2022.03,1728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2023.03,1940,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1110,2024.03,2028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEA.SG08NAC11P51AN1199,1988.03,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1989.03,932,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1990.03,952,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1991.03,960,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1992.03,963,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1993.03,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1994.03,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1995.03,964,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1996.03,971,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1997.03,956,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1998.03,932,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,1999.03,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2000.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2001.03,963,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2002.03,981,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2003.03,957,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2004.03,919,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2005.03,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2006.03,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2007.03,954,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2008.03,945,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2009.03,984,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2010.03,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2011.03,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2012.03,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2013.03,976,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2014.03,966,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2015.03,968,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2016.03,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2017.03,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2018.03,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2019.03,1026,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2020.03,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2021.03,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2022.03,1084,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2023.03,1170,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG08NAC11P51AN1199,2024.03,1222,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEA.SG09NAC00B01NZ,1992.03,21670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1993.03,22115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1994.03,23590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1995.03,24928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1996.03,26076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1997.03,26980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1998.03,27640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,1999.03,27952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2000.03,29465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2001.03,31003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2002.03,33007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2003.03,34051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2004.03,35724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2005.03,37685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2006.03,39281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2007.03,40986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2008.03,44076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2009.03,44347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2010.03,45000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2011.03,46608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2012.03,48499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2013.03,49232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2014.03,52179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2015.03,53436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2016.03,55064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2017.03,57222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2018.03,60096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2019.03,62203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2020.03,64453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2021.03,64350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B01NZ,2022.03,70127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1992.03,21675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1993.03,22107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1994.03,23558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1995.03,24856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1996.03,26076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1997.03,26980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1998.03,27640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,1999.03,27952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2000.03,29465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2001.03,31003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2002.03,33007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2003.03,34051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2004.03,35725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2005.03,37685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2006.03,39281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2007.03,40985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2008.03,44076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2009.03,44347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2010.03,45000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2011.03,46608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2012.03,48498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2013.03,49232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2014.03,52179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2015.03,53436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2016.03,55064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2017.03,57222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2018.03,60096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2019.03,62200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2020.03,64433,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2021.03,64312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2022.03,70091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2023.03,75382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZ,2024.03,77714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1991.12,21522,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1992.12,21874,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1993.12,23188,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1994.12,24612,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1995.12,25795,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1996.12,26914,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1997.12,27460,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1998.12,27746,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,1999.12,28985,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2000.12,30657,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2001.12,32496,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2002.12,33835,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2003.12,35139,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2004.12,37423,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2005.12,38880,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2006.12,40369,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2007.12,43354,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2008.12,44450,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2009.12,44572,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2010.12,46296,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2011.12,48108,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2012.12,48957,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2013.12,51286,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2014.12,53301,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2015.12,54585,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2016.12,56552,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2017.12,59492,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2018.12,61702,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2019.12,64140,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2020.12,63545,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2021.12,69012,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2022.12,74333,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZD,2023.12,77214,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1992.06,21895,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1993.06,22339,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1994.06,23917,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1995.06,25193,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1996.06,26332,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1997.06,27157,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1998.06,27604,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,1999.06,28272,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2000.06,29794,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2001.06,31572,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2002.06,33188,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2003.06,34383,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2004.06,36340,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2005.06,38124,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2006.06,39529,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2007.06,41701,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2008.06,44493,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2009.06,44238,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2010.06,45462,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2011.06,47049,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2012.06,48861,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2013.06,49440,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2014.06,52918,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2015.06,53814,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2016.06,55470,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2017.06,57809,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2018.06,60828,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2019.06,62786,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2020.06,62926,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2021.06,67168,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2022.06,71172,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2023.06,76377,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZJ,2024.06,77923,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1992.03,21675,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1993.03,22107,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1994.03,23558,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1995.03,24856,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1996.03,26076,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1997.03,26980,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1998.03,27640,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,1999.03,27952,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2000.03,29465,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2001.03,31003,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2002.03,33007,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2003.03,34051,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2004.03,35725,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2005.03,37685,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2006.03,39281,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2007.03,40985,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2008.03,44076,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2009.03,44347,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2010.03,45000,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2011.03,46608,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2012.03,48498,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2013.03,49232,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2014.03,52179,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2015.03,53436,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2016.03,55064,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2017.03,57222,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2018.03,60096,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2019.03,62200,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2020.03,64433,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2021.03,64312,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2022.03,70091,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2023.03,75382,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZM,2024.03,77714,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1992.09,21766,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1993.09,22773,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1994.09,24201,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1995.09,25490,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1996.09,26661,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1997.09,27347,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1998.09,27532,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,1999.09,28688,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2000.09,30129,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2001.09,32017,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2002.09,33622,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2003.09,34678,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2004.09,36919,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2005.09,38526,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2006.09,39737,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2007.09,42564,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2008.09,44462,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2009.09,44415,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2010.09,45820,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2011.09,47594,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2012.09,48931,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2013.09,50128,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2014.09,53285,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2015.09,54224,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2016.09,55906,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2017.09,58525,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2018.09,61318,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2019.09,63425,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2020.09,63277,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2021.09,67693,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2022.09,73028,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09NAC00B15NZS,2023.09,76976,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1992.03,31739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1993.03,31756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1994.03,33380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1995.03,34614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1996.03,35696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1997.03,36426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1998.03,36744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,1999.03,36771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2000.03,38535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2001.03,39411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2002.03,40399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2003.03,41552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2004.03,42711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2005.03,43846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2006.03,44806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2007.03,45517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2008.03,46478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2009.03,45518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2010.03,45000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2011.03,45181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2012.03,45881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2013.03,46663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2014.03,47479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2015.03,48390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2016.03,49146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2017.03,49867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2018.03,50543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2019.03,51418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2020.03,51687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2021.03,50627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2022.03,52771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2023.03,53907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZ,2024.03,52707,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1991.12,31783,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1992.12,31670,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1993.12,32946,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1994.12,34324,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1995.12,35472,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1996.12,36343,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1997.12,36753,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1998.12,36583,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,1999.12,38009,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2000.12,39376,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2001.12,40094,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2002.12,41294,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2003.12,42304,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2004.12,43690,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2005.12,44580,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2006.12,45294,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2007.12,46428,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2008.12,45874,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2009.12,44911,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2010.12,45175,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2011.12,45635,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2012.12,46523,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2013.12,47214,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2014.12,48203,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2015.12,48938,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2016.12,49749,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2017.12,50362,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2018.12,51199,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2019.12,51894,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2020.12,50185,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2021.12,52727,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2022.12,53837,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZD,2023.12,52982,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1992.06,31747,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1993.06,32001,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1994.06,33687,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1995.06,34952,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1996.06,35887,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1997.06,36607,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1998.06,36612,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,1999.06,36984,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2000.06,38977,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2001.06,39576,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2002.06,40674,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2003.06,41731,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2004.06,43184,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2005.06,44101,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2006.06,44912,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2007.06,45822,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2008.06,46400,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2009.06,45187,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2010.06,45170,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2011.06,45172,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2012.06,46125,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2013.06,46858,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2014.06,47620,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2015.06,48611,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2016.06,49363,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2017.06,50002,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2018.06,50774,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2019.06,51558,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2020.06,50178,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2021.06,52565,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2022.06,52818,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2023.06,53817,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZJ,2024.06,52377,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1992.03,31739,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1993.03,31756,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1994.03,33380,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1995.03,34614,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1996.03,35696,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1997.03,36426,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1998.03,36744,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,1999.03,36771,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2000.03,38535,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2001.03,39411,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2002.03,40399,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2003.03,41552,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2004.03,42711,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2005.03,43846,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2006.03,44806,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2007.03,45517,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2008.03,46478,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2009.03,45518,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2010.03,45000,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2011.03,45181,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2012.03,45881,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2013.03,46663,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2014.03,47479,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2015.03,48390,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2016.03,49146,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2017.03,49867,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2018.03,50543,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2019.03,51418,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2020.03,51687,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2021.03,50627,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2022.03,52771,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2023.03,53907,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZM,2024.03,52707,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1992.09,31675,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1993.09,32466,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1994.09,33971,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1995.09,35224,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1996.09,36070,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1997.09,36734,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1998.09,36538,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,1999.09,37469,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2000.09,39227,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2001.09,39780,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2002.09,40984,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2003.09,42011,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2004.09,43481,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2005.09,44381,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2006.09,45021,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2007.09,46147,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2008.09,46181,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2009.09,44937,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2010.09,45263,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2011.09,45321,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2012.09,46266,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2013.09,47102,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2014.09,47834,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2015.09,48799,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2016.09,49595,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2017.09,50129,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2018.09,50943,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2019.09,51781,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2020.09,50197,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2021.09,52427,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2022.09,53612,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B01NZS,2023.09,53373,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1992.03,28923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1993.03,29055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1994.03,30484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1995.03,31811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1996.03,32841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1997.03,33303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1998.03,33907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,1999.03,34123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2000.03,35316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2001.03,36491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2002.03,37922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2003.03,38628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2004.03,40430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2005.03,41567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2006.03,41953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2007.03,42612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2008.03,44152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2009.03,43314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2010.03,43325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2011.03,43885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2012.03,44926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2013.03,45216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2014.03,47522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2015.03,48318,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2016.03,49085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2017.03,50078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2018.03,50974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2019.03,51711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2020.03,52946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2021.03,51964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2022.03,53868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2023.03,54359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZ,2024.03,52509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1991.12,29061,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1992.12,28908,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1993.12,30112,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1994.12,31555,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1995.12,32670,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1996.12,33371,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1997.12,33545,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1998.12,34117,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,1999.12,35031,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2000.12,36140,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2001.12,37582,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2002.12,38432,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2003.12,39846,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2004.12,41486,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2005.12,42000,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2006.12,42309,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2007.12,43789,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2008.12,43844,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2009.12,42840,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2010.12,43953,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2011.12,44686,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2012.12,45119,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2013.12,46760,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2014.12,48335,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2015.12,48733,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2016.12,49988,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2017.12,50768,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2018.12,51486,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2019.12,52843,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2020.12,51699,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2021.12,53819,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2022.12,54415,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZD,2023.12,52920,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1992.06,28988,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1993.06,29323,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1994.06,30658,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1995.06,32202,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1996.06,32999,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1997.06,33392,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1998.06,33923,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,1999.06,34444,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2000.06,35586,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2001.06,36849,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2002.06,38016,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2003.06,38880,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2004.06,41042,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2005.06,41719,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2006.06,42024,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2007.06,42908,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2008.06,44262,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2009.06,43071,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2010.06,43548,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2011.06,44066,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2012.06,44953,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2013.06,45605,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2014.06,47954,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2015.06,48435,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2016.06,49342,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2017.06,50314,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2018.06,51118,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2019.06,51964,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2020.06,51585,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2021.06,53880,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2022.06,53774,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2023.06,54087,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZJ,2024.06,52159,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1992.03,28923,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1993.03,29055,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1994.03,30484,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1995.03,31811,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1996.03,32841,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1997.03,33303,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1998.03,33907,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,1999.03,34123,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2000.03,35316,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2001.03,36491,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2002.03,37922,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2003.03,38628,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2004.03,40430,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2005.03,41567,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2006.03,41953,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2007.03,42612,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2008.03,44152,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2009.03,43314,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2010.03,43325,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2011.03,43885,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2012.03,44926,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2013.03,45216,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2014.03,47522,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2015.03,48318,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2016.03,49085,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2017.03,50078,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2018.03,50974,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2019.03,51711,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2020.03,52946,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2021.03,51964,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2022.03,53868,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2023.03,54359,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZM,2024.03,52509,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1992.09,28919,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1993.09,29755,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1994.09,31053,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1995.09,32447,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1996.09,33235,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1997.09,33356,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1998.09,33954,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,1999.09,34810,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2000.09,35893,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2001.09,37164,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2002.09,38192,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2003.09,39293,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2004.09,41315,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2005.09,41977,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2006.09,42073,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2007.09,43232,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2008.09,44250,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2009.09,43099,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2010.09,43567,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2011.09,44311,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2012.09,44978,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2013.09,46139,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2014.09,48247,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2015.09,48576,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2016.09,49529,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2017.09,50537,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2018.09,51315,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2019.09,52352,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2020.09,51720,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2021.09,53675,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2022.09,54402,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B06NZS,2023.09,53511,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1992.03,31028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1993.03,31111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1994.03,32725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1995.03,34155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1996.03,34965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1997.03,35612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1998.03,36303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,1999.03,36469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2000.03,38150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2001.03,38789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2002.03,39942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2003.03,41214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2004.03,42340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2005.03,43112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2006.03,43984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2007.03,44467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2008.03,45696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2009.03,44585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2010.03,45000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2011.03,44946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2012.03,45807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2013.03,46724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2014.03,47198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2015.03,48049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2016.03,49050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2017.03,49815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2018.03,50939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2019.03,51999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2020.03,52311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2021.03,51465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2022.03,53691,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2023.03,54799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZ,2024.03,53796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1991.12,31037,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1992.12,31006,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1993.12,32148,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1994.12,34006,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1995.12,34824,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1996.12,35529,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1997.12,36165,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1998.12,36186,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,1999.12,37654,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2000.12,38881,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2001.12,39522,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2002.12,40863,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2003.12,41916,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2004.12,43188,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2005.12,43732,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2006.12,44271,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2007.12,45535,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2008.12,44930,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2009.12,44647,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2010.12,45070,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2011.12,45511,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2012.12,46455,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2013.12,47086,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2014.12,47837,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2015.12,48817,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2016.12,49659,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2017.12,50619,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2018.12,51749,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2019.12,52548,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2020.12,50933,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2021.12,53687,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2022.12,54723,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZD,2023.12,53980,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1992.06,31197,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1993.06,31221,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1994.06,33328,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1995.06,34391,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1996.06,35078,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1997.06,35793,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1998.06,36188,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,1999.06,36830,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2000.06,38454,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2001.06,39039,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2002.06,40087,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2003.06,41488,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2004.06,42737,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2005.06,43311,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2006.06,43939,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2007.06,44888,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2008.06,45552,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2009.06,44533,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2010.06,45267,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2011.06,44849,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2012.06,46033,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2013.06,46837,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2014.06,47362,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2015.06,48305,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2016.06,49331,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2017.06,50006,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2018.06,51283,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2019.06,52182,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2020.06,50805,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2021.06,53499,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2022.06,53688,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2023.06,54780,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZJ,2024.06,53533,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1992.03,31028,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1993.03,31111,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1994.03,32725,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1995.03,34155,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1996.03,34965,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1997.03,35612,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1998.03,36303,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,1999.03,36469,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2000.03,38150,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2001.03,38789,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2002.03,39942,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2003.03,41214,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2004.03,42340,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2005.03,43112,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2006.03,43984,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2007.03,44467,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2008.03,45696,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2009.03,44585,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2010.03,45000,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2011.03,44946,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2012.03,45807,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2013.03,46724,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2014.03,47198,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2015.03,48049,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2016.03,49050,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2017.03,49815,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2018.03,50939,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2019.03,51999,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2020.03,52311,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2021.03,51465,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2022.03,53691,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2023.03,54799,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZM,2024.03,53796,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1992.09,31023,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1993.09,31610,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1994.09,33665,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1995.09,34584,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1996.09,35320,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1997.09,36058,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1998.09,35998,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,1999.09,37292,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2000.09,38688,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2001.09,39260,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2002.09,40437,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2003.09,41718,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2004.09,43016,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2005.09,43520,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2006.09,44049,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2007.09,45202,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2008.09,45274,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2009.09,44513,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2010.09,45294,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2011.09,45047,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2012.09,46219,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2013.09,47002,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2014.09,47556,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2015.09,48571,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2016.09,49534,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2017.09,50225,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2018.09,51487,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2019.09,52440,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2020.09,50853,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2021.09,53390,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2022.09,54496,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEA.SG09RAC00B15NZS,2023.09,54329,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Rolling Annuals - Per Capita, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG00NAC00B15,1987.06,15519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1987.09,15752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1987.12,16974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1988.03,16923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1988.06,16592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1988.09,17416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1988.12,18463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1989.03,18157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1989.06,18117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1989.09,17491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1989.12,19797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1990.03,19230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1990.06,18660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1990.09,18366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1990.12,20458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1991.03,18683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1991.06,18413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1991.09,18154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1991.12,19987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1992.03,19433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1992.06,19389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1992.09,17897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1992.12,20561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1993.03,20462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1993.06,20429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1993.09,19676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1993.12,22297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1994.03,22058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1994.06,22000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1994.09,20991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1994.12,24086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1995.03,23261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1995.06,23559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1995.09,22424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1995.12,25573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1996.03,24680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1996.06,24893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1996.09,24026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1996.12,26894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1997.03,25287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1997.06,25898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1997.09,25069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1997.12,27615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1998.03,26233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1998.06,26001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1998.09,25016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1998.12,28621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1999.03,27187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1999.06,27372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1999.09,26753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,1999.12,29912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2000.03,29192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2000.06,28807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2000.09,28220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2000.12,32125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2001.03,30687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2001.06,31177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2001.09,30157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2001.12,34281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2002.03,33097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2002.06,32409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2002.09,32446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2002.12,35736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2003.03,34591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2003.06,34403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2003.09,34298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2003.12,38238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2004.03,37563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2004.06,37464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2004.09,37182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2004.12,40800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2005.03,39113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2005.06,39711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2005.09,39274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2005.12,42710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2006.03,41242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2006.06,41238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2006.09,40638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2006.12,45840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2007.03,44288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2007.06,44669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2007.09,44686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2007.12,49582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2008.03,47736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2008.06,46838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2008.09,44953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2008.12,49919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2009.03,47695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2009.06,46818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2009.09,46214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2009.12,51149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2010.03,50124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2010.06,49381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2010.09,48300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2010.12,53721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2011.03,51940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2011.06,51716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2011.09,51054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2011.12,56306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2012.03,53954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2012.06,53604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2012.09,51650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2012.12,56728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2013.03,55512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2013.06,54913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2013.09,55175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2013.12,62462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2014.03,60247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2014.06,59128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2014.09,57865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2014.12,63665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2015.03,62041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2015.06,62083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2015.09,61020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2015.12,66653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2016.03,65642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2016.06,65410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2016.09,64515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2016.12,71163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2017.03,70269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2017.06,69645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2017.09,69357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2017.12,77184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2018.03,74539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2018.06,74532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2018.09,73057,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2018.12,80340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2019.03,78232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2019.06,78654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2019.09,77520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2019.12,85372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2020.03,81429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2020.06,72899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2020.09,80900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2020.12,87955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2021.03,86044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2021.06,87845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2021.09,83890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2021.12,94948,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2022.03,91736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2022.06,93488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2022.09,93578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2022.12,102182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2023.03,98410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2023.06,100714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2023.09,99384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2023.12,106327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2024.03,103664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B15,2024.06,103926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00NAC00B21,1987.06,15157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1987.09,15810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1987.12,16873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1988.03,15867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1988.06,15832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1988.09,17058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1988.12,17822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1989.03,17123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1989.06,17451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1989.09,18098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1989.12,20129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1990.03,18421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1990.06,18329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1990.09,18816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1990.12,20461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1991.03,17864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1991.06,17446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1991.09,17799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1991.12,19379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1992.03,18560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1992.06,18299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1992.09,18040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1992.12,20405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1993.03,19097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1993.06,19269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1993.09,19730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1993.12,21932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1994.03,20440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1994.06,20887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1994.09,21387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1994.12,23703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1995.03,21876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1995.06,22653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1995.09,22941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1995.12,25253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1996.03,23586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1996.06,24178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1996.09,24671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1996.12,26520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1997.03,24133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1997.06,25694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1997.09,25348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1997.12,27283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1998.03,25028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1998.06,25758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1998.09,25386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1998.12,28369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1999.03,25884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1999.06,27201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1999.09,27470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,1999.12,30535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2000.03,27457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2000.06,28068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2000.09,28800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2000.12,31429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2001.03,27979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2001.06,29293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2001.09,29960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2001.12,33759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2002.03,31030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2002.06,30656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2002.09,32830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2002.12,35428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2003.03,32160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2003.06,33391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2003.09,34916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2003.12,38088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2004.03,35557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2004.06,36330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2004.09,38722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2004.12,41437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2005.03,37626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2005.06,39764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2005.09,41625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2005.12,43697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2006.03,40212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2006.06,40894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2006.09,42526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2006.12,46524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2007.03,42724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2007.06,44405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2007.09,46648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2007.12,49696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2008.03,45698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2008.06,46948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2008.09,47760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2008.12,50492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2009.03,44681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2009.06,45044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2009.09,46768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2009.12,50949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2010.03,47033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2010.06,46929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2010.09,49132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2010.12,53711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2011.03,48902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2011.06,49632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2011.09,52481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2011.12,55620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2012.03,51996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2012.06,52269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2012.09,53539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2012.12,57147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2013.03,53026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2013.06,53868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2013.09,57635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2013.12,61330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2014.03,56215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2014.06,57586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2014.09,60493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2014.12,63915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2015.03,58738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2015.06,60765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2015.09,63314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2015.12,66831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2016.03,61892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2016.06,63724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2016.09,67008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2016.12,71309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2017.03,67097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2017.06,67606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2017.09,71414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2017.12,77098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2018.03,71745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2018.06,73340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2018.09,76679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2018.12,81195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2019.03,75055,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2019.06,77278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2019.09,81324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2019.12,86070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2020.03,77640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2020.06,69739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2020.09,83203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2020.12,89415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2021.03,87356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2021.06,86803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2021.09,90267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2021.12,99955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2022.03,95473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2022.06,96645,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2022.09,102170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2022.12,109331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2023.03,100689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2023.06,101578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2023.09,106681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2023.12,110576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2024.03,103625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00NAC00B21,2024.06,104699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Nominal, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B01,1987.06,27610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1987.09,27751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1987.12,29109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1988.03,28070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1988.06,27637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1988.09,27671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1988.12,28713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1989.03,28121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1989.06,27950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1989.09,27587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1989.12,28912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1990.03,27872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1990.06,27516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1990.09,27689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1990.12,29517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1991.03,27772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1991.06,27196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1991.09,27206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1991.12,28932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1992.03,27933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1992.06,27521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1992.09,27239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1992.12,29195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1993.03,28528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1993.06,28708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1993.09,29229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1993.12,31269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1994.03,30468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1994.06,30208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1994.09,30664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1994.12,32967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1995.03,31961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1995.06,31898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1995.09,32141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1995.12,34389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1996.03,33312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1996.06,33132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1996.09,33339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1996.12,35919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1997.03,34107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1997.06,34275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1997.09,34253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1997.12,36389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1998.03,34420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1998.06,34092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1998.09,34265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1998.12,36816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1999.03,35361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1999.06,35096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1999.09,36311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,1999.12,39083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2000.03,37598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2000.06,37016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2000.09,37501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2000.12,39885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2001.03,37937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2001.06,37868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2001.09,38556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2001.12,41471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2002.03,39642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2002.06,39585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2002.09,40494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2002.12,43441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2003.03,41441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2003.06,41115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2003.09,42429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2003.12,45402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2004.03,43817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2004.06,43704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2004.09,44265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2004.12,46850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2005.03,45007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2005.06,45269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2005.09,45922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2005.12,48186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2006.03,46479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2006.06,46273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2006.09,46937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2006.12,49881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2007.03,47930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2007.06,48025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2007.09,48756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2007.12,51505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2008.03,48562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2008.06,48111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2008.09,48244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2008.12,50597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2009.03,47456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2009.06,47153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2009.09,47681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2009.12,51047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2010.03,48425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2010.06,48450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2010.09,48616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2010.12,51157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2011.03,48892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2011.06,48811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2011.09,49620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2011.12,52848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2012.03,50254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2012.06,50161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2012.09,50513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2012.12,54272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2013.03,51196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2013.06,51394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2013.09,52044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2013.12,55322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2014.03,53070,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2014.06,52849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2014.09,53943,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2014.12,58003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2015.03,54990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2015.06,54970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2015.09,55953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2015.12,59835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2016.03,57191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2016.06,57262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2016.09,58332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2016.12,61856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2017.03,59028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2017.06,59157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2017.09,60159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2017.12,64146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2018.03,61050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2018.06,61394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2018.09,62078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2018.12,66461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2019.03,63155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2019.06,63098,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2019.09,64249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2019.12,68218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2020.03,63519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2020.06,56970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2020.09,65623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2020.12,69123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2021.03,66329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2021.06,67152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2021.09,65163,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2021.12,70847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2022.03,66686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2022.06,67478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2022.09,69367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2022.12,72403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2023.03,67971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2023.06,68503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2023.09,68950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2023.12,72363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2024.03,68314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B01,2024.06,68183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG00RAC00B06,1987.06,25732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1987.09,25232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1987.12,27165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1988.03,26740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1988.06,26046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1988.09,26328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1988.12,27452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1989.03,26966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1989.06,26413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1989.09,26533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1989.12,27895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1990.03,27044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1990.06,26033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1990.09,26136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1990.12,27973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1991.03,25907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1991.06,24646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1991.09,24669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1991.12,26369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1992.03,25712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1992.06,25146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1992.09,24685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1992.12,26589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1993.03,26496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1993.06,26388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1993.09,26529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1993.12,28196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1994.03,28180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1994.06,27374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1994.09,28325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1994.12,30401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1995.03,29513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1995.06,29221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1995.09,29666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1995.12,31688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1996.03,30628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1996.06,30293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1996.09,31019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1996.12,32665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1997.03,30821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1997.06,31046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1997.09,31279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1997.12,33742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1998.03,32512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1998.06,31402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1998.09,31667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1998.12,34604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1999.03,32738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1999.06,32807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1999.09,33246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,1999.12,35631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2000.03,34032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2000.06,34046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2000.09,34637,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2000.12,36792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2001.03,35576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2001.06,35630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2001.09,36104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2001.12,38761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2002.03,37384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2002.06,36601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2002.09,37464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2002.12,40401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2003.03,38886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2003.06,38364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2003.09,39877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2003.12,43360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2004.03,41934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2004.06,41482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2004.09,41586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2004.12,44622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2005.03,42789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2005.06,42597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2005.09,43126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2005.12,45201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2006.03,43097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2006.06,43422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2006.09,43856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2006.12,46700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2007.03,44853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2007.06,45104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2007.09,45642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2007.12,49461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2008.03,46791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2008.06,45966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2008.09,45989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2008.12,48117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2009.03,44920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2009.06,45364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2009.09,46596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2009.12,47541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2010.03,47575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2010.06,46870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2010.09,47186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2010.12,49696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2011.03,47710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2011.06,48047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2011.09,48601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2011.12,51650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2012.03,49041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2012.06,48433,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2012.09,48976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2012.12,52554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2013.03,49785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2013.06,50512,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2013.09,51783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2013.12,55856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2014.03,53870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2014.06,53275,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2014.09,54041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2014.12,57274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2015.03,54865,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2015.06,54920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2015.09,55831,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2015.12,59185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2016.03,57730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2016.06,57393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2016.09,58004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2016.12,62641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2017.03,59444,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2017.06,59774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2017.09,60301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2017.12,64930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2018.03,61591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2018.06,61602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2018.09,62362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2018.12,66836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2019.03,63733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2019.06,63871,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2019.09,65356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2019.12,70493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2020.03,65677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2020.06,58522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2020.09,67352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2020.12,71388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2021.03,67597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2021.06,68604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2021.09,66553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2021.12,72323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2022.03,67982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2022.06,68206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2022.09,69912,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2022.12,72801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2023.03,68629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2023.06,68300,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2023.09,68818,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2023.12,71714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2024.03,68253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B06,2024.06,67869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG00RAC00B15,1987.06,26073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1987.09,26431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1987.12,27738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1988.03,26792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1988.06,26383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1988.09,26903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1988.12,28408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1989.03,27614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1989.06,27447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1989.09,26002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1989.12,28613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1990.03,27740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1990.06,27209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1990.09,26594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1990.12,29527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1991.03,27205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1991.06,26665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1991.09,26058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1991.12,28570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1992.03,27481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1992.06,27552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1992.09,25724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1992.12,28788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1993.03,28138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1993.06,28250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1993.09,27434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1993.12,31063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1994.03,30578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1994.06,30809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1994.09,29053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1994.12,32715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1995.03,31557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1995.06,32118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1995.09,30234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1995.12,34096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1996.03,32593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1996.06,33053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1996.09,31643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1996.12,35374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1997.03,33378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1997.06,34185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1997.09,33067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1997.12,36169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1998.03,34242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1998.06,34066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1998.09,32631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1998.12,37140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1999.03,35540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1999.06,35638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1999.09,34587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,1999.12,38725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2000.03,37656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2000.06,37025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2000.09,35715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2000.12,39692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2001.03,37503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2001.06,38201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2001.09,36835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2001.12,41073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2002.03,39643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2002.06,39406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2002.09,38916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2002.12,43495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2003.03,41802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2003.06,41308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2003.09,40648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2003.12,45068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2004.03,44238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2004.06,43585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2004.09,42402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2004.12,46360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2005.03,44467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2005.06,44913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2005.09,43761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2005.12,47735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2006.03,46035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2006.06,45282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2006.09,44767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2006.12,49205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2007.03,47360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2007.06,47513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2007.09,46532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2007.12,51036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2008.03,48454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2008.06,47316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2008.09,45758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2008.12,49962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2009.03,47387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2009.06,47544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2009.09,46176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2009.12,51096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2010.03,49491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2010.06,49263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2010.09,46822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2010.12,50613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2011.03,49393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2011.06,49235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2011.09,48039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2011.12,52958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2012.03,50974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2012.06,50506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2012.09,49129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2012.12,54290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2013.03,52489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2013.06,51376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2013.09,50309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2013.12,55212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2014.03,53679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2014.06,52930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2014.09,52108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2014.12,57492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2015.03,55704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2015.06,55202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2015.09,54471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2015.12,59811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2016.03,58021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2016.06,57787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2016.09,56714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2016.12,61697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2017.03,60033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2017.06,59951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2017.09,58983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2017.12,64765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2018.03,62729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2018.06,62750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2018.09,61081,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2018.12,67121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2019.03,64997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2019.06,64678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2019.09,63439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2019.12,68867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2020.03,65231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2020.06,58579,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2020.09,64975,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2020.12,70257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2021.03,68505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2021.06,69259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2021.09,64665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2021.12,71970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2022.03,68660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2022.06,69332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2022.09,68946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2022.12,73540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2023.03,69989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2023.06,70746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2023.09,68527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2023.12,73752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2024.03,70848,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B15,2024.06,70810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG00RAC00B21,1987.06,24684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1987.09,25422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1987.12,26926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1988.03,24714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1988.06,24677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1988.09,26031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1988.12,27089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1989.03,25629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1989.06,26148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1989.09,26624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1989.12,29019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1990.03,26439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1990.06,26197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1990.09,26680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1990.12,28784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1991.03,25020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1991.06,24444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1991.09,24776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1991.12,26720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1992.03,25355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1992.06,25017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1992.09,24977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1992.12,27668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1993.03,25602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1993.06,26040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1993.09,26708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1993.12,29599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1994.03,27555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1994.06,28416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1994.09,28625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1994.12,31706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1995.03,29213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1995.06,30003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1995.09,30075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1995.12,32999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1996.03,30408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1996.06,31348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1996.09,31922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1996.12,34029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1997.03,31133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1997.06,33119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1997.09,32523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1997.12,34875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1998.03,31895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1998.06,32679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1998.09,32046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1998.12,35641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1999.03,32737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1999.06,34341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1999.09,34510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,1999.12,38126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2000.03,34123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2000.06,34720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2000.09,35222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2000.12,37635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2001.03,33776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2001.06,35340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2001.09,35954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2001.12,39552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2002.03,36492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2002.06,36190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2002.09,38398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2002.12,41952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2003.03,38011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2003.06,39363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2003.09,40815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2003.12,44710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2004.03,41956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2004.06,42312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2004.09,44316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2004.12,47338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2005.03,43146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2005.06,45173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2005.09,46511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2005.12,48931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2006.03,44916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2006.06,44776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2006.09,46384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2006.12,49946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2007.03,45904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2007.06,47659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2007.09,49361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2007.12,52714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2008.03,48103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2008.06,48854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2008.09,49273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2008.12,51088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2009.03,44977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2009.06,45301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2009.09,46631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2009.12,50898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2010.03,46964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2010.06,47617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2010.09,48413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2010.12,52013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2011.03,47859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2011.06,48726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2011.09,50919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2011.12,53623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2012.03,50160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2012.06,50001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2012.09,51598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2012.12,55102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2013.03,50964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2013.06,51673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2013.09,54625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2013.12,57240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2014.03,53048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2014.06,54436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2014.09,57101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2014.12,59711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2015.03,54909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2015.06,56412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2015.09,58453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2015.12,61546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2016.03,57097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2016.06,58430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2016.09,61150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2016.12,64677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2017.03,60338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2017.06,61257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2017.09,64003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2017.12,68535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2018.03,63890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2018.06,65116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2018.09,67146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2018.12,70955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2019.03,65406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2019.06,66749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2019.09,69965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2019.12,73516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2020.03,65998,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2020.06,59232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2020.09,70406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2020.12,75304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2021.03,73114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2021.06,72160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2021.09,73161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2021.12,79656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2022.03,75125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2022.06,74842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2022.09,77446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2022.12,81133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2023.03,74038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2023.06,73834,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2023.09,76574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2023.12,78641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2024.03,73330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG00RAC00B21,2024.06,73717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Key aggregates, Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG01RAC00B01,1987.06,27610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1987.09,27751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1987.12,29109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1988.03,28070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1988.06,27637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1988.09,27671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1988.12,28713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1989.03,28121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1989.06,27950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1989.09,27587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1989.12,28912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1990.03,27872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1990.06,27516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1990.09,27689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1990.12,29517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1991.03,27772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1991.06,27196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1991.09,27206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1991.12,28932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1992.03,27933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1992.06,27521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1992.09,27239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1992.12,29195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1993.03,28528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1993.06,28708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1993.09,29229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1993.12,31269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1994.03,30468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1994.06,30208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1994.09,30664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1994.12,32967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1995.03,31961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1995.06,31898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1995.09,32141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1995.12,34389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1996.03,33312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1996.06,33132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1996.09,33339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1996.12,35919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1997.03,34107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1997.06,34275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1997.09,34253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1997.12,36389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1998.03,34420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1998.06,34092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1998.09,34265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1998.12,36816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1999.03,35361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1999.06,35096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1999.09,36311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,1999.12,39083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2000.03,37598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2000.06,37016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2000.09,37501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2000.12,39885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2001.03,37937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2001.06,37868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2001.09,38556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2001.12,41471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2002.03,39642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2002.06,39585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2002.09,40494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2002.12,43441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2003.03,41441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2003.06,41115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2003.09,42429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2003.12,45402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2004.03,43817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2004.06,43704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2004.09,44265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2004.12,46850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2005.03,45007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2005.06,45269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2005.09,45922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2005.12,48186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2006.03,46479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2006.06,46273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2006.09,46937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2006.12,49881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2007.03,47930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2007.06,48025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2007.09,48756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2007.12,51505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2008.03,48562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2008.06,48111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2008.09,48244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2008.12,50597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2009.03,47456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2009.06,47153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2009.09,47681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2009.12,51047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2010.03,48425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2010.06,48450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2010.09,48616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2010.12,51157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2011.03,48892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2011.06,48811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2011.09,49620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2011.12,52848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2012.03,50254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2012.06,50161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2012.09,50513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2012.12,54272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2013.03,51196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2013.06,51394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2013.09,52044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2013.12,55322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2014.03,53070,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2014.06,52849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2014.09,53943,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2014.12,58003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2015.03,54990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2015.06,54970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2015.09,55953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2015.12,59835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2016.03,57191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2016.06,57262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2016.09,58332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2016.12,61856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2017.03,59028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2017.06,59157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2017.09,60159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2017.12,64146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2018.03,61050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2018.06,61394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2018.09,62078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2018.12,66461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2019.03,63155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2019.06,63098,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2019.09,64249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2019.12,68218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2020.03,63519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2020.06,56970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2020.09,65623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2020.12,69123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2021.03,66329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2021.06,67152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2021.09,65163,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2021.12,70847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2022.03,66686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2022.06,67478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2022.09,69367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2022.12,72403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2023.03,67971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2023.06,68503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2023.09,68950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2023.12,72363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2024.03,68314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC00B01,2024.06,68183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RAC01B01AC,1987.03,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1987.06,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1987.09,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1987.12,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1988.03,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1988.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1988.09,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1988.12,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1989.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1989.06,-0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1989.09,-0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1989.12,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1990.03,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1990.06,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1990.09,-0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1990.12,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1991.03,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1991.06,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1991.09,-0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1991.12,-1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1992.03,-1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1992.06,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1992.09,-0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1992.12,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1993.03,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1993.06,1.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1993.09,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1993.12,5.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1994.03,6.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1994.06,6.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1994.09,6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1994.12,5.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1995.03,5.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1995.06,5.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1995.09,5.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1995.12,4.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1996.03,4.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1996.06,4.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1996.09,4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1996.12,4.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1997.03,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1997.06,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1997.09,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1997.12,2.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1998.03,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1998.06,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1998.09,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1998.12,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1999.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1999.06,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1999.09,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,1999.12,4.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2000.03,5.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2000.06,6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2000.09,5.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2000.12,4.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2001.03,2.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2001.06,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2001.09,2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2001.12,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2002.03,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2002.06,4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2002.09,4.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2002.12,4.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2003.03,4.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2003.06,4.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2003.09,4.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2003.12,4.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2004.03,4.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2004.06,5.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2004.09,5.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2004.12,4.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2005.03,4.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2005.06,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2005.09,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2005.12,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2006.03,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2006.06,3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2006.09,2.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2006.12,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2007.03,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2007.06,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2007.09,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2007.12,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2008.03,3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2008.06,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2008.09,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2008.12,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2009.03,-1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2009.06,-1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2009.09,-1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2009.12,-1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2010.03,-0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2010.06,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2010.09,1.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2010.12,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2011.03,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2011.06,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2011.09,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2011.12,1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2012.03,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2012.06,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2012.09,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2012.12,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2013.03,2.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2013.06,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2013.09,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2013.12,2.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2014.03,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2014.06,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2014.09,3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2014.12,3.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2015.03,3.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2015.06,4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2015.09,4.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2015.12,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2016.03,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2016.06,3.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2016.09,3.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2016.12,3.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2017.03,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2017.06,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2017.09,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2017.12,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2018.03,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2018.06,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2018.09,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2018.12,3.5,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2019.03,3.5,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2019.06,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2019.09,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2019.12,3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2020.03,2.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2020.06,-0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2020.09,-1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2020.12,-1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2021.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2021.06,6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2021.09,5.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2021.12,5.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2022.03,4.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2022.06,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2022.09,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2022.12,2.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2023.03,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2023.06,3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2023.09,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2023.12,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2024.03,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC01B01AC,2024.06,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Rolling annual, Chain volume, Actual, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RAC02B01A01,1987.06,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1987.09,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1987.12,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1988.03,2197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1988.06,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1988.09,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1988.12,2202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1989.03,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1989.06,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1989.09,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1989.12,2108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1990.03,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1990.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1990.09,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1990.12,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1991.03,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1991.06,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1991.09,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1991.12,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1992.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1992.06,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1992.09,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1992.12,2154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1993.03,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1993.06,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1993.09,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1993.12,2640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1994.03,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1994.06,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1994.09,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1994.12,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1995.03,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1995.06,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1995.09,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1995.12,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1996.03,2629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1996.06,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1996.09,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1996.12,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1997.03,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1997.06,2137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1997.09,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1997.12,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1998.03,2675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1998.06,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1998.09,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1998.12,2964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1999.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1999.06,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1999.09,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,1999.12,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2000.03,2864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2000.06,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2000.09,2383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2000.12,3272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2001.03,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2001.06,2034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2001.09,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2001.12,3165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2002.03,2856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2002.06,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2002.09,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2002.12,3216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2003.03,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2003.06,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2003.09,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2003.12,3605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2004.03,3215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2004.06,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2004.09,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2004.12,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2005.03,3099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2005.06,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2005.09,2568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2005.12,3643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2006.03,3300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2006.06,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2006.09,2700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2006.12,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2007.03,3081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2007.06,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2007.09,2272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2007.12,2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2008.03,2630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2008.06,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2008.09,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2008.12,3599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2009.03,3086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2009.06,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2009.09,2483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2009.12,3534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2010.03,3002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2010.06,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2010.09,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2010.12,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2011.03,2883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2011.06,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2011.09,2481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2011.12,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2012.03,3278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2012.06,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2012.09,2688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2012.12,3910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2013.03,3210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2013.06,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2013.09,2728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2013.12,3810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2014.03,3344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2014.06,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2014.09,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2014.12,4132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2015.03,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2015.06,2477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2015.09,2862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2015.12,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2016.03,3528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2016.06,2603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2016.09,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2016.12,3956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2017.03,3522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2017.06,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2017.09,2769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2017.12,3865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2018.03,3390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2018.06,2566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2018.09,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2018.12,4226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2019.03,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2019.06,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2019.09,2933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2019.12,4070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2020.03,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2020.06,2461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2020.09,3097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2020.12,4265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2021.03,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2021.06,2717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2021.09,3001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2021.12,4165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2022.03,3617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2022.06,2704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2022.09,3097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2022.12,4410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2023.03,3741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2023.06,2743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2023.09,3068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2023.12,4403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2024.03,3763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A01,2024.06,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RAC02B01A02,1987.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1987.09,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1987.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1988.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1988.06,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1988.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1988.12,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1989.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1989.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1989.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1989.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1990.03,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1990.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1990.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1990.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1991.03,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1991.06,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1991.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1991.12,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1992.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1992.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1992.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1992.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1993.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1993.06,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1993.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1993.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1994.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1994.06,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1994.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1994.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1995.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1995.06,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1995.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1995.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1996.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1996.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1996.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1996.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1997.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1997.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1997.09,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1997.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1998.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1998.06,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1998.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1998.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1999.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1999.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1999.09,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,1999.12,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2000.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2000.06,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2000.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2000.12,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2001.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2001.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2001.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2001.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2002.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2002.06,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2002.09,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2002.12,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2003.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2003.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2003.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2003.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2004.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2004.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2004.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2004.12,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2005.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2005.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2005.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2005.12,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2006.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2006.06,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2006.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2006.12,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2007.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2007.06,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2007.09,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2007.12,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2008.03,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2008.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2008.09,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2008.12,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2009.03,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2009.06,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2009.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2009.12,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2010.03,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2010.06,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2010.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2010.12,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2011.03,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2011.06,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2011.09,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2011.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2012.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2012.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2012.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2012.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2013.03,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2013.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2013.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2013.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2014.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2014.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2014.09,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2014.12,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2015.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2015.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2015.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2015.12,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2016.03,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2016.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2016.09,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2016.12,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2017.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2017.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2017.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2017.12,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2018.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2018.06,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2018.09,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2018.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2019.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2019.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2019.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2019.12,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2020.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2020.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2020.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2020.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2021.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2021.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2021.09,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2021.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2022.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2022.06,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2022.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2022.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2023.03,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2023.06,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2023.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2023.12,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2024.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A02,2024.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC02B01A99,1987.06,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1987.09,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1987.12,2884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1988.03,2637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1988.06,2146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1988.09,2196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1988.12,2523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1989.03,2432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1989.06,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1989.09,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1989.12,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1990.03,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1990.06,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1990.09,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1990.12,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1991.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1991.06,2322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1991.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1991.12,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1992.03,2673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1992.06,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1992.09,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1992.12,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1993.03,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1993.06,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1993.09,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1993.12,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1994.03,2937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1994.06,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1994.09,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1994.12,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1995.03,2826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1995.06,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1995.09,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1995.12,3262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1996.03,3077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1996.06,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1996.09,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1996.12,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1997.03,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1997.06,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1997.09,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1997.12,3670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1998.03,3137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1998.06,2532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1998.09,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1998.12,3524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1999.03,3181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1999.06,2434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1999.09,2842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,1999.12,3681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2000.03,3400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2000.06,2533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2000.09,2932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2000.12,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2001.03,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2001.06,2543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2001.09,2853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2001.12,3701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2002.03,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2002.06,2496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2002.09,2763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2002.12,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2003.03,3383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2003.06,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2003.09,3050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2003.12,4044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2004.03,3660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2004.06,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2004.09,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2004.12,3831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2005.03,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2005.06,2682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2005.09,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2005.12,4088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2006.03,3740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2006.06,2828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2006.09,3163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2006.12,4038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2007.03,3498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2007.06,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2007.09,3297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2007.12,4146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2008.03,3722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2008.06,2927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2008.09,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2008.12,4522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2009.03,3974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2009.06,3160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2009.09,3733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2009.12,4460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2010.03,3954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2010.06,2990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2010.09,3237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2010.12,4067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2011.03,3723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2011.06,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2011.09,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2011.12,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2012.03,4094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2012.06,3214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2012.09,3543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2012.12,4646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2013.03,3995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2013.06,3095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2013.09,3557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2013.12,4553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2014.03,4258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2014.06,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2014.09,3712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2014.12,5055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2015.03,4287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2015.06,3421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2015.09,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2015.12,4834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2016.03,4298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2016.06,3373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2016.09,3713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2016.12,4761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2017.03,4302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2017.06,3177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2017.09,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2017.12,4688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2018.03,4155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2018.06,3232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2018.09,3714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2018.12,5023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2019.03,4350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2019.06,3315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2019.09,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2019.12,4827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2020.03,4193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2020.06,3008,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2020.09,3785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2020.12,5016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2021.03,4349,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2021.06,3332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2021.09,3609,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2021.12,4880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2022.03,4280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2022.06,3277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2022.09,3696,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2022.12,5095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2023.03,4396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2023.06,3345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2023.09,3693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2023.12,5091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2024.03,4403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01A99,2024.06,3288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RAC02B01B01,1987.06,4541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1987.09,4298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1987.12,4493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1988.03,4302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1988.06,4422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1988.09,4236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1988.12,4475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1989.03,4358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1989.06,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1989.09,4176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1989.12,4540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1990.03,4222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1990.06,4204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1990.09,4058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1990.12,4436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1991.03,4003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1991.06,3855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1991.09,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1991.12,4384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1992.03,4148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1992.06,4165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1992.09,4013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1992.12,4501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1993.03,4339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1993.06,4371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1993.09,4389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1993.12,4820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1994.03,4564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1994.06,4607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1994.09,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1994.12,5221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1995.03,4894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1995.06,4774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1995.09,4641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1995.12,5194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1996.03,4893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1996.06,4889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1996.09,4784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1996.12,5301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1997.03,4836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1997.06,4938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1997.09,4746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1997.12,5293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1998.03,4874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1998.06,4687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1998.09,4643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1998.12,5136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1999.03,4840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1999.06,4668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1999.09,4802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,1999.12,5579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2000.03,5107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2000.06,4968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2000.09,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2000.12,5650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2001.03,5036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2001.06,5117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2001.09,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2001.12,5632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2002.03,5101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2002.06,5294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2002.09,5555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2002.12,6241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2003.03,5686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2003.06,5544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2003.09,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2003.12,6286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2004.03,5898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2004.06,5905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2004.09,5890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2004.12,6443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2005.03,5877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2005.06,5989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2005.09,6011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2005.12,6400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2006.03,5939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2006.06,5846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2006.09,5601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2006.12,6362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2007.03,5812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2007.06,5890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2007.09,5797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2007.12,6432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2008.03,5753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2008.06,5776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2008.09,5450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2008.12,5574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2009.03,5040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2009.06,4683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2009.09,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2009.12,6031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2010.03,5426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2010.06,5317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2010.09,5051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2010.12,5699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2011.03,5261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2011.06,5229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2011.09,5166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2011.12,5548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2012.03,5317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2012.06,5178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2012.09,5069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2012.12,5903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2013.03,5385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2013.06,5194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2013.09,5176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2013.12,5886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2014.03,5485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2014.06,5287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2014.09,5304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2014.12,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2015.03,5563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2015.06,5217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2015.09,5392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2015.12,6365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2016.03,5749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2016.06,5377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2016.09,5659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2016.12,6442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2017.03,5801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2017.06,5713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2017.09,5834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2017.12,6318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2018.03,5900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2018.06,5748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2018.09,5861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2018.12,6605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2019.03,6124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2019.06,5761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2019.09,5919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2019.12,6573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2020.03,5883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2020.06,4916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2020.09,5935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2020.12,6582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2021.03,6099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2021.06,5981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2021.09,5623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2021.12,6587,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2022.03,5954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2022.06,5513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2022.09,5609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2022.12,5933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2023.03,5395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2023.06,5401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2023.09,5291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2023.12,5704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2024.03,5143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B01,2024.06,5244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RAC02B01B02,1987.06,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1987.09,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1987.12,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1988.03,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1988.06,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1988.09,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1988.12,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1989.03,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1989.06,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1989.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1989.12,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1990.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1990.06,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1990.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1990.12,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1991.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1991.06,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1991.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1991.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1992.03,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1992.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1992.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1992.12,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1993.03,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1993.06,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1993.09,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1993.12,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1994.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1994.06,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1994.09,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1994.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1995.03,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1995.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1995.09,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1995.12,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1996.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1996.06,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1996.09,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1996.12,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1997.03,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1997.06,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1997.09,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1997.12,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1998.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1998.06,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1998.09,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1998.12,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1999.03,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1999.06,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1999.09,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,1999.12,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2000.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2000.06,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2000.09,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2000.12,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2001.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2001.06,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2001.09,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2001.12,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2002.03,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2002.06,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2002.09,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2002.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2003.03,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2003.06,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2003.09,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2003.12,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2004.03,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2004.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2004.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2004.12,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2005.03,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2005.06,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2005.09,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2005.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2006.03,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2006.06,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2006.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2006.12,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2007.03,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2007.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2007.09,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2007.12,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2008.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2008.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2008.09,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2008.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2009.03,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2009.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2009.09,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2009.12,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2010.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2010.06,1555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2010.09,1638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2010.12,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2011.03,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2011.06,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2011.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2011.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2012.03,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2012.06,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2012.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2012.12,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2013.03,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2013.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2013.09,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2013.12,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2014.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2014.06,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2014.09,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2014.12,1620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2015.03,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2015.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2015.09,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2015.12,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2016.03,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2016.06,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2016.09,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2016.12,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2017.03,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2017.06,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2017.09,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2017.12,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2018.03,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2018.06,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2018.09,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2018.12,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2019.03,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2019.06,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2019.09,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2019.12,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2020.03,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2020.06,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2020.09,1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2020.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2021.03,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2021.06,1773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2021.09,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2021.12,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2022.03,1732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2022.06,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2022.09,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2022.12,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2023.03,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2023.06,1886,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2023.09,1957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2023.12,1854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2024.03,1816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B02,2024.06,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC02B01B03,1987.06,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1987.09,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1987.12,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1988.03,1581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1988.06,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1988.09,1552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1988.12,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1989.03,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1989.06,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1989.09,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1989.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1990.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1990.06,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1990.09,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1990.12,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1991.03,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1991.06,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1991.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1991.12,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1992.03,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1992.06,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1992.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1992.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1993.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1993.06,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1993.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1993.12,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1994.03,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1994.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1994.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1994.12,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1995.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1995.06,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1995.09,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1995.12,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1996.03,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1996.06,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1996.09,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1996.12,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1997.03,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1997.06,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1997.09,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1997.12,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1998.03,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1998.06,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1998.09,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1998.12,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1999.03,1535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1999.06,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1999.09,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,1999.12,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2000.03,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2000.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2000.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2000.12,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2001.03,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2001.06,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2001.09,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2001.12,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2002.03,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2002.06,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2002.09,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2002.12,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2003.03,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2003.06,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2003.09,2345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2003.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2004.03,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2004.06,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2004.09,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2004.12,2484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2005.03,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2005.06,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2005.09,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2005.12,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2006.03,2471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2006.06,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2006.09,2712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2006.12,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2007.03,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2007.06,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2007.09,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2007.12,2956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2008.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2008.06,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2008.09,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2008.12,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2009.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2009.06,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2009.09,2655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2009.12,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2010.03,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2010.06,2709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2010.09,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2010.12,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2011.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2011.06,2565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2011.09,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2011.12,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2012.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2012.06,2618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2012.09,2719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2012.12,2841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2013.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2013.06,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2013.09,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2013.12,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2014.03,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2014.06,3096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2014.09,3163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2014.12,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2015.03,3092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2015.06,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2015.09,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2015.12,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2016.03,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2016.06,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2016.09,3586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2016.12,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2017.03,3548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2017.06,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2017.09,3993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2017.12,4073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2018.03,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2018.06,3979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2018.09,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2018.12,4117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2019.03,4141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2019.06,4275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2019.09,4410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2019.12,4498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2020.03,4129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2020.06,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2020.09,5060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2020.12,4772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2021.03,4583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2021.06,4515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2021.09,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2021.12,4458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2022.03,4189,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2022.06,4285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2022.09,4611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2022.12,4503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2023.03,4201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2023.06,4378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2023.09,4443,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2023.12,4413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2024.03,4046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B03,2024.06,4178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC02B01B04,1987.06,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1987.09,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1987.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1988.03,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1988.06,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1988.09,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1988.12,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1989.03,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1989.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1989.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1989.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1990.03,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1990.06,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1990.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1990.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1991.03,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1991.06,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1991.09,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1991.12,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1992.03,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1992.06,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1992.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1992.12,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1993.03,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1993.06,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1993.09,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1993.12,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1994.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1994.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1994.09,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1994.12,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1995.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1995.06,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1995.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1995.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1996.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1996.06,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1996.09,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1996.12,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1997.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1997.06,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1997.09,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1997.12,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1998.03,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1998.06,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1998.09,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1998.12,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1999.03,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1999.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1999.09,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,1999.12,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2000.03,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2000.06,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2000.09,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2000.12,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2001.03,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2001.06,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2001.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2001.12,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2002.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2002.06,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2002.09,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2002.12,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2003.03,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2003.06,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2003.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2003.12,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2004.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2004.06,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2004.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2004.12,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2005.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2005.06,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2005.09,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2005.12,2062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2006.03,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2006.06,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2006.09,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2006.12,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2007.03,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2007.06,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2007.09,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2007.12,2154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2008.03,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2008.06,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2008.09,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2008.12,1899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2009.03,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2009.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2009.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2009.12,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2010.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2010.06,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2010.09,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2010.12,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2011.03,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2011.06,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2011.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2011.12,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2012.03,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2012.06,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2012.09,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2012.12,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2013.03,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2013.06,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2013.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2013.12,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2014.03,1938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2014.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2014.09,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2014.12,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2015.03,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2015.06,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2015.09,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2015.12,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2016.03,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2016.06,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2016.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2016.12,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2017.03,1941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2017.06,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2017.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2017.12,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2018.03,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2018.06,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2018.09,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2018.12,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2019.03,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2019.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2019.09,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2019.12,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2020.03,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2020.06,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2020.09,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2020.12,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2021.03,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2021.06,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2021.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2021.12,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2022.03,1950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2022.06,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2022.09,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2022.12,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2023.03,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2023.06,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2023.09,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2023.12,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2024.03,2050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B04,2024.06,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RAC02B01B05,1987.06,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1987.09,3479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1987.12,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1988.03,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1988.06,3299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1988.09,3418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1988.12,3352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1989.03,3228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1989.06,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1989.09,3424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1989.12,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1990.03,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1990.06,3242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1990.09,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1990.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1991.03,2923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1991.06,2932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1991.09,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1991.12,3194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1992.03,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1992.06,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1992.09,3165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1992.12,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1993.03,3118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1993.06,3363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1993.09,3505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1993.12,3575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1994.03,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1994.06,3569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1994.09,3772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1994.12,3920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1995.03,3637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1995.06,3690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1995.09,3744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1995.12,3810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1996.03,3511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1996.06,3758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1996.09,3834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1996.12,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1997.03,3521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1997.06,3769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1997.09,3757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1997.12,3845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1998.03,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1998.06,3555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1998.09,3699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1998.12,3701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1999.03,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1999.06,3623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1999.09,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,1999.12,4089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2000.03,3721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2000.06,3874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2000.09,3999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2000.12,4071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2001.03,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2001.06,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2001.09,4040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2001.12,4074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2002.03,3724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2002.06,4131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2002.09,4201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2002.12,4176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2003.03,3846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2003.06,4011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2003.09,4197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2003.12,4241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2004.03,4043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2004.06,4182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2004.09,4404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2004.12,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2005.03,4053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2005.06,4309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2005.09,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2005.12,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2006.03,3995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2006.06,4069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2006.09,4218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2006.12,4285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2007.03,3927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2007.06,4241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2007.09,4275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2007.12,4271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2008.03,3860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2008.06,4020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2008.09,3981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2008.12,3705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2009.03,3235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2009.06,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2009.09,3518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2009.12,3663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2010.03,3469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2010.06,3636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2010.09,3647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2010.12,3807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2011.03,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2011.06,3630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2011.09,3673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2011.12,3630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2012.03,3417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2012.06,3618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2012.09,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2012.12,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2013.03,3386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2013.06,3572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2013.09,3678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2013.12,3792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2014.03,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2014.06,3687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2014.09,3843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2014.12,3926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2015.03,3605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2015.06,3740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2015.09,3864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2015.12,4020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2016.03,3703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2016.06,3842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2016.09,4111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2016.12,4185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2017.03,3840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2017.06,3924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2017.09,4222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2017.12,4217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2018.03,3939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2018.06,4089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2018.09,4286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2018.12,4314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2019.03,3997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2019.06,4102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2019.09,4316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2019.12,4327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2020.03,3857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2020.06,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2020.09,4261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2020.12,4307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2021.03,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2021.06,4235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2021.09,3961,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2021.12,4432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2022.03,3998,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2022.06,3702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2022.09,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2022.12,3780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2023.03,3347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2023.06,3566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2023.09,3576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2023.12,3566,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2024.03,3065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B05,2024.06,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RAC02B01B99,1987.06,7254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1987.09,7098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1987.12,7256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1988.03,6928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1988.06,7078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1988.09,6914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1988.12,7140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1989.03,6874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1989.06,7189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1989.09,6928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1989.12,7281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1990.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1990.06,6826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1990.09,6603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1990.12,7014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1991.03,6342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1991.06,6209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1991.09,6208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1991.12,6765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1992.03,6449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1992.06,6496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1992.09,6253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1992.12,6919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1993.03,6648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1993.06,6823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1993.09,6987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1993.12,7362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1994.03,6946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1994.06,7182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1994.09,7441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1994.12,8007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1995.03,7519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1995.06,7654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1995.09,7482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1995.12,8144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1996.03,7650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1996.06,7822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1996.09,7690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1996.12,8348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1997.03,7662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1997.06,7913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1997.09,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1997.12,8392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1998.03,7760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1998.06,7753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1998.09,7648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1998.12,8208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1999.03,7651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1999.06,7693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1999.09,7978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,1999.12,8886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2000.03,8360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2000.06,8182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2000.09,8296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2000.12,8873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2001.03,7942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2001.06,8287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2001.09,8299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2001.12,8991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2002.03,8128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2002.06,8539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2002.09,9110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2002.12,9854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2003.03,9003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2003.06,8994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2003.09,9419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2003.12,10049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2004.03,9447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2004.06,9774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2004.09,9934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2004.12,10291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2005.03,9500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2005.06,9927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2005.09,10019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2005.12,10336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2006.03,9728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2006.06,9865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2006.09,9808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2006.12,10585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2007.03,9826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2007.06,10110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2007.09,10229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2007.12,10842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2008.03,9753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2008.06,9857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2008.09,9732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2008.12,9641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2009.03,8924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2009.06,8812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2009.09,8991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2009.12,10285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2010.03,9370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2010.06,9586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2010.09,9304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2010.12,9884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2011.03,9158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2011.06,9337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2011.09,9376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2011.12,9761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2012.03,9275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2012.06,9329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2012.09,9453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2012.12,10352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2013.03,9602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2013.06,9595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2013.09,9628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2013.12,10341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2014.03,9880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2014.06,9948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2014.09,10176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2014.12,10776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2015.03,10199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2015.06,10106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2015.09,10445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2015.12,11452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2016.03,10760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2016.06,10582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2016.09,10994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2016.12,11772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2017.03,10948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2017.06,11112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2017.09,11535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2017.12,12018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2018.03,11337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2018.06,11457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2018.09,11646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2018.12,12430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2019.03,11937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2019.06,11795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2019.09,12171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2019.12,12822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2020.03,11700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2020.06,9811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2020.09,12811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2020.12,13091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2021.03,12347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2021.06,12237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2021.09,11547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2021.12,12804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2022.03,11842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2022.06,11570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2022.09,12166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2022.12,12260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2023.03,11343,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2023.06,11654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2023.09,11686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2023.12,11951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2024.03,10990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01B99,2024.06,11289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RAC02B01C01,1987.06,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1987.09,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1987.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1988.03,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1988.06,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1988.09,1491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1988.12,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1989.03,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1989.06,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1989.09,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1989.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1990.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1990.06,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1990.09,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1990.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1991.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1991.06,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1991.09,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1991.12,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1992.03,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1992.06,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1992.09,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1992.12,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1993.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1993.06,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1993.09,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1993.12,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1994.03,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1994.06,1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1994.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1994.12,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1995.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1995.06,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1995.09,1860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1995.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1996.03,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1996.06,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1996.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1996.12,1939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1997.03,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1997.06,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1997.09,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1997.12,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1998.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1998.06,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1998.09,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1998.12,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1999.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1999.06,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1999.09,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,1999.12,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2000.03,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2000.06,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2000.09,2268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2000.12,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2001.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2001.06,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2001.09,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2001.12,2604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2002.03,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2002.06,2552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2002.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2002.12,2247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2003.03,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2003.06,2177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2003.09,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2003.12,2451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2004.03,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2004.06,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2004.09,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2004.12,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2005.03,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2005.06,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2005.09,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2005.12,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2006.03,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2006.06,2583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2006.09,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2006.12,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2007.03,2545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2007.06,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2007.09,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2007.12,2935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2008.03,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2008.06,2680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2008.09,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2008.12,2754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2009.03,2367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2009.06,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2009.09,2465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2009.12,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2010.03,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2010.06,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2010.09,2664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2010.12,2793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2011.03,2523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2011.06,2718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2011.09,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2011.12,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2012.03,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2012.06,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2012.09,2749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2012.12,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2013.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2013.06,2745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2013.09,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2013.12,3028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2014.03,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2014.06,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2014.09,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2014.12,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2015.03,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2015.06,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2015.09,2883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2015.12,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2016.03,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2016.06,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2016.09,2953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2016.12,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2017.03,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2017.06,2973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2017.09,3048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2017.12,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2018.03,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2018.06,3121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2018.09,3212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2018.12,3419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2019.03,3030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2019.06,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2019.09,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2019.12,3464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2020.03,3039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2020.06,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2020.09,3385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2020.12,3523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2021.03,3254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2021.06,3448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2021.09,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2021.12,3860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2022.03,3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2022.06,3687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2022.09,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2022.12,3994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2023.03,3558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2023.06,3648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2023.09,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2023.12,3784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2024.03,3394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C01,2024.06,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RAC02B01C02,1987.06,1784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1987.09,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1987.12,1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1988.03,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1988.06,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1988.09,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1988.12,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1989.03,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1989.06,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1989.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1989.12,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1990.03,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1990.06,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1990.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1990.12,1914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1991.03,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1991.06,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1991.09,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1991.12,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1992.03,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1992.06,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1992.09,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1992.12,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1993.03,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1993.06,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1993.09,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1993.12,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1994.03,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1994.06,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1994.09,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1994.12,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1995.03,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1995.06,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1995.09,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1995.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1996.03,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1996.06,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1996.09,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1996.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1997.03,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1997.06,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1997.09,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1997.12,2380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1998.03,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1998.06,2039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1998.09,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1998.12,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1999.03,2168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1999.06,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1999.09,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,1999.12,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2000.03,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2000.06,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2000.09,2197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2000.12,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2001.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2001.06,2263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2001.09,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2001.12,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2002.03,2435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2002.06,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2002.09,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2002.12,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2003.03,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2003.06,2461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2003.09,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2003.12,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2004.03,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2004.06,2614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2004.09,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2004.12,3104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2005.03,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2005.06,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2005.09,2818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2005.12,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2006.03,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2006.06,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2006.09,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2006.12,3392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2007.03,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2007.06,3024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2007.09,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2007.12,3405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2008.03,3152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2008.06,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2008.09,2919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2008.12,3292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2009.03,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2009.06,2826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2009.09,2873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2009.12,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2010.03,3061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2010.06,2934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2010.09,2963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2010.12,3332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2011.03,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2011.06,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2011.09,3058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2011.12,3541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2012.03,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2012.06,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2012.09,3112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2012.12,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2013.03,3324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2013.06,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2013.09,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2013.12,3758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2014.03,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2014.06,3388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2014.09,3422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2014.12,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2015.03,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2015.06,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2015.09,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2015.12,4222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2016.03,3912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2016.06,3818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2016.09,3824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2016.12,4431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2017.03,4143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2017.06,4070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2017.09,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2017.12,4676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2018.03,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2018.06,4220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2018.09,4142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2018.12,4902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2019.03,4445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2019.06,4339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2019.09,4323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2019.12,5022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2020.03,4418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2020.06,3432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2020.09,4709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2020.12,5240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2021.03,4805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2021.06,5091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2021.09,4318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2021.12,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2022.03,4726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2022.06,4911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2022.09,4757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2022.12,5291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2023.03,4731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2023.06,4613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2023.09,4551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2023.12,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2024.03,4648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C02,2024.06,4476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RAC02B01C03,1987.06,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1987.09,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1987.12,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1988.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1988.06,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1988.09,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1988.12,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1989.03,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1989.06,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1989.09,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1989.12,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1990.03,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1990.06,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1990.09,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1990.12,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1991.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1991.06,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1991.09,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1991.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1992.03,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1992.06,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1992.09,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1992.12,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1993.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1993.06,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1993.09,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1993.12,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1994.03,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1994.06,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1994.09,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1994.12,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1995.03,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1995.06,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1995.09,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1995.12,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1996.03,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1996.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1996.09,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1996.12,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1997.03,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1997.06,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1997.09,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1997.12,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1998.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1998.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1998.09,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1998.12,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1999.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1999.06,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1999.09,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,1999.12,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2000.03,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2000.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2000.09,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2000.12,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2001.03,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2001.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2001.09,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2001.12,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2002.03,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2002.06,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2002.09,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2002.12,1899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2003.03,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2003.06,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2003.09,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2003.12,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2004.03,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2004.06,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2004.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2004.12,2069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2005.03,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2005.06,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2005.09,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2005.12,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2006.03,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2006.06,1897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2006.09,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2006.12,2048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2007.03,2034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2007.06,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2007.09,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2007.12,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2008.03,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2008.06,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2008.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2008.12,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2009.03,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2009.06,1850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2009.09,1904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2009.12,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2010.03,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2010.06,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2010.09,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2010.12,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2011.03,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2011.06,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2011.09,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2011.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2012.03,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2012.06,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2012.09,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2012.12,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2013.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2013.06,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2013.09,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2013.12,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2014.03,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2014.06,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2014.09,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2014.12,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2015.03,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2015.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2015.09,2503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2015.12,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2016.03,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2016.06,2488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2016.09,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2016.12,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2017.03,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2017.06,2587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2017.09,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2017.12,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2018.03,2784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2018.06,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2018.09,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2018.12,2865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2019.03,2837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2019.06,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2019.09,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2019.12,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2020.03,2637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2020.06,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2020.09,2260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2020.12,2439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2021.03,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2021.06,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2021.09,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2021.12,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2022.03,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2022.06,2517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2022.09,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2022.12,2779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2023.03,2642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2023.06,2605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2023.09,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2023.12,2639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2024.03,2591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C03,2024.06,2513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC02B01C04,1987.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1987.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1987.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1988.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1988.06,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1988.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1988.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1989.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1989.06,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1989.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1989.12,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1990.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1990.06,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1990.09,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1990.12,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1991.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1991.06,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1991.09,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1991.12,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1992.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1992.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1992.09,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1992.12,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1993.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1993.06,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1993.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1993.12,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1994.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1994.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1994.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1994.12,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1995.03,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1995.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1995.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1995.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1996.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1996.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1996.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1996.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1997.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1997.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1997.09,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1997.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1998.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1998.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1998.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1998.12,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1999.03,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1999.06,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1999.09,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,1999.12,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2000.03,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2000.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2000.09,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2000.12,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2001.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2001.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2001.09,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2001.12,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2002.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2002.06,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2002.09,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2002.12,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2003.03,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2003.06,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2003.09,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2003.12,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2004.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2004.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2004.09,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2004.12,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2005.03,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2005.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2005.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2005.12,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2006.03,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2006.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2006.09,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2006.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2007.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2007.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2007.09,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2007.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2008.03,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2008.06,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2008.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2008.12,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2009.03,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2009.06,1488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2009.09,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2009.12,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2010.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2010.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2010.09,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2010.12,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2011.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2011.06,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2011.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2011.12,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2012.03,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2012.06,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2012.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2012.12,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2013.03,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2013.06,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2013.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2013.12,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2014.03,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2014.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2014.09,1994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2014.12,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2015.03,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2015.06,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2015.09,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2015.12,2202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2016.03,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2016.06,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2016.09,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2016.12,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2017.03,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2017.06,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2017.09,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2017.12,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2018.03,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2018.06,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2018.09,2264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2018.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2019.03,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2019.06,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2019.09,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2019.12,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2020.03,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2020.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2020.09,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2020.12,2651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2021.03,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2021.06,2742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2021.09,2751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2021.12,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2022.03,2859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2022.06,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2022.09,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2022.12,2921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2023.03,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2023.06,2899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2023.09,3033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2023.12,3002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2024.03,3021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C04,2024.06,2942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC02B01C05,1987.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1987.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1987.12,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1988.03,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1988.06,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1988.09,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1988.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1989.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1989.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1989.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1989.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1990.03,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1990.06,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1990.09,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1990.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1991.03,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1991.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1991.09,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1991.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1992.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1992.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1992.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1992.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1993.03,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1993.06,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1993.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1993.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1994.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1994.06,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1994.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1994.12,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1995.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1995.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1995.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1995.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1996.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1996.06,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1996.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1996.12,1648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1997.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1997.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1997.09,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1997.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1998.03,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1998.06,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1998.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1998.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1999.03,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1999.06,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1999.09,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,1999.12,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2000.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2000.06,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2000.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2000.12,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2001.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2001.06,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2001.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2001.12,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2002.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2002.06,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2002.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2002.12,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2003.03,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2003.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2003.09,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2003.12,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2004.03,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2004.06,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2004.09,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2004.12,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2005.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2005.06,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2005.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2005.12,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2006.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2006.06,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2006.09,2566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2006.12,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2007.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2007.06,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2007.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2007.12,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2008.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2008.06,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2008.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2008.12,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2009.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2009.06,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2009.09,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2009.12,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2010.03,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2010.06,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2010.09,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2010.12,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2011.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2011.06,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2011.09,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2011.12,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2012.03,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2012.06,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2012.09,2929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2012.12,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2013.03,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2013.06,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2013.09,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2013.12,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2014.03,3064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2014.06,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2014.09,3099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2014.12,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2015.03,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2015.06,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2015.09,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2015.12,3211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2016.03,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2016.06,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2016.09,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2016.12,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2017.03,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2017.06,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2017.09,3414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2017.12,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2018.03,3526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2018.06,3580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2018.09,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2018.12,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2019.03,3594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2019.06,3654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2019.09,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2019.12,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2020.03,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2020.06,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2020.09,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2020.12,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2021.03,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2021.06,3738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2021.09,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2021.12,3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2022.03,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2022.06,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2022.09,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2022.12,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2023.03,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2023.06,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2023.09,3907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2023.12,3922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2024.03,3895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C05,2024.06,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC02B01C06,1987.06,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1987.09,3868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1987.12,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1988.03,3791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1988.06,3776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1988.09,3743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1988.12,3725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1989.03,3682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1989.06,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1989.09,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1989.12,3690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1990.03,3712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1990.06,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1990.09,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1990.12,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1991.03,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1991.06,3832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1991.09,3834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1991.12,3828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1992.03,3824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1992.06,3807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1992.09,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1992.12,3791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1993.03,3830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1993.06,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1993.09,3906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1993.12,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1994.03,3971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1994.06,3929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1994.09,3944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1994.12,3986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1995.03,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1995.06,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1995.09,4107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1995.12,4147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1996.03,4225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1996.06,4198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1996.09,4192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1996.12,4248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1997.03,4283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1997.06,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1997.09,4289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1997.12,4300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1998.03,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1998.06,4278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1998.09,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1998.12,4347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1999.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1999.06,4423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1999.09,4471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,1999.12,4508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2000.03,4558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2000.06,4578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2000.09,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2000.12,4665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2001.03,4726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2001.06,4778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2001.09,4854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2001.12,4915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2002.03,5004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2002.06,5111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2002.09,5153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2002.12,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2003.03,5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2003.06,5334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2003.09,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2003.12,5462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2004.03,5498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2004.06,5545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2004.09,5580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2004.12,5678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2005.03,5775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2005.06,5834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2005.09,5879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2005.12,5929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2006.03,5984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2006.06,6046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2006.09,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2006.12,6218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2007.03,6356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2007.06,6281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2007.09,6173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2007.12,6215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2008.03,6204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2008.06,6216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2008.09,6178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2008.12,6284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2009.03,6363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2009.06,6389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2009.09,6336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2009.12,6419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2010.03,6460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2010.06,6457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2010.09,6459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2010.12,6565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2011.03,6654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2011.06,6733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2011.09,6745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2011.12,6955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2012.03,6953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2012.06,6964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2012.09,6986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2012.12,7095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2013.03,7096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2013.06,7177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2013.09,7230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2013.12,7300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2014.03,7319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2014.06,7286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2014.09,7301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2014.12,7482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2015.03,7547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2015.06,7628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2015.09,7735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2015.12,7854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2016.03,7994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2016.06,8080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2016.09,8125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2016.12,8250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2017.03,8339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2017.06,8404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2017.09,8351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2017.12,8481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2018.03,8546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2018.06,8609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2018.09,8584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2018.12,8651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2019.03,8725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2019.06,8854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2019.09,8848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2019.12,8960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2020.03,8856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2020.06,8704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2020.09,9045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2020.12,9229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2021.03,9193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2021.06,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2021.09,9386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2021.12,9550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2022.03,9498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2022.06,9544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2022.09,9546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2022.12,9591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2023.03,9608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2023.06,9753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2023.09,9800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2023.12,10031,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2024.03,10086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C06,2024.06,10127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RAC02B01C07,1987.06,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1987.09,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1987.12,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1988.03,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1988.06,2465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1988.09,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1988.12,2429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1989.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1989.06,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1989.09,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1989.12,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1990.03,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1990.06,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1990.09,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1990.12,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1991.03,2388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1991.06,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1991.09,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1991.12,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1992.03,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1992.06,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1992.09,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1992.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1993.03,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1993.06,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1993.09,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1993.12,2571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1994.03,2622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1994.06,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1994.09,2522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1994.12,2576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1995.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1995.06,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1995.09,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1995.12,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1996.03,2907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1996.06,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1996.09,3018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1996.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1997.03,3157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1997.06,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1997.09,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1997.12,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1998.03,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1998.06,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1998.09,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1998.12,3263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1999.03,3242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1999.06,3303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1999.09,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,1999.12,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2000.03,3543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2000.06,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2000.09,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2000.12,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2001.03,3543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2001.06,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2001.09,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2001.12,3892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2002.03,3940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2002.06,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2002.09,3968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2002.12,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2003.03,4105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2003.06,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2003.09,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2003.12,4090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2004.03,4146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2004.06,4126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2004.09,4123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2004.12,4229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2005.03,4271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2005.06,4349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2005.09,4387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2005.12,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2006.03,4444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2006.06,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2006.09,4680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2006.12,4710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2007.03,4507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2007.06,4928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2007.09,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2007.12,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2008.03,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2008.06,4923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2008.09,4802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2008.12,4799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2009.03,4449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2009.06,4714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2009.09,4644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2009.12,4579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2010.03,4431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2010.06,4910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2010.09,4997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2010.12,4764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2011.03,4628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2011.06,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2011.09,5016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2011.12,4893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2012.03,4607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2012.06,5082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2012.09,5023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2012.12,5038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2013.03,4710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2013.06,5371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2013.09,5305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2013.12,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2014.03,4960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2014.06,5536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2014.09,5437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2014.12,5437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2015.03,5141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2015.06,5689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2015.09,5734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2015.12,5748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2016.03,5523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2016.06,6106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2016.09,6168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2016.12,6156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2017.03,5882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2017.06,6453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2017.09,6500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2017.12,6504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2018.03,6157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2018.06,6812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2018.09,6679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2018.12,6749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2019.03,6320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2019.06,6955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2019.09,7121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2019.12,7059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2020.03,6772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2020.06,6598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2020.09,7127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2020.12,7077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2021.03,6829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2021.06,7723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2021.09,7575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2021.12,7947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2022.03,7472,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2022.06,8291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2022.09,8468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2022.12,8576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2023.03,7760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2023.06,8542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2023.09,8478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2023.12,8427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2024.03,7680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C07,2024.06,8373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RAC02B01C08,1987.06,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1987.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1987.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1988.03,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1988.06,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1988.09,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1988.12,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1989.03,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1989.06,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1989.09,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1989.12,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1990.03,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1990.06,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1990.09,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1990.12,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1991.03,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1991.06,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1991.09,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1991.12,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1992.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1992.06,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1992.09,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1992.12,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1993.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1993.06,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1993.09,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1993.12,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1994.03,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1994.06,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1994.09,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1994.12,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1995.03,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1995.06,1413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1995.09,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1995.12,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1996.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1996.06,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1996.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1996.12,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1997.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1997.06,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1997.09,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1997.12,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1998.03,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1998.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1998.09,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1998.12,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1999.03,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1999.06,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1999.09,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,1999.12,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2000.03,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2000.06,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2000.09,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2000.12,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2001.03,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2001.06,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2001.09,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2001.12,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2002.03,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2002.06,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2002.09,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2002.12,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2003.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2003.06,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2003.09,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2003.12,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2004.03,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2004.06,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2004.09,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2004.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2005.03,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2005.06,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2005.09,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2005.12,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2006.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2006.06,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2006.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2006.12,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2007.03,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2007.06,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2007.09,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2007.12,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2008.03,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2008.06,2217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2008.09,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2008.12,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2009.03,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2009.06,2221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2009.09,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2009.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2010.03,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2010.06,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2010.09,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2010.12,2246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2011.03,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2011.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2011.09,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2011.12,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2012.03,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2012.06,2260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2012.09,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2012.12,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2013.03,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2013.06,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2013.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2013.12,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2014.03,2242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2014.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2014.09,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2014.12,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2015.03,2319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2015.06,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2015.09,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2015.12,2487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2016.03,2412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2016.06,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2016.09,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2016.12,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2017.03,2467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2017.06,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2017.09,2562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2017.12,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2018.03,2592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2018.06,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2018.09,2702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2018.12,2786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2019.03,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2019.06,2875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2019.09,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2019.12,2972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2020.03,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2020.06,3038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2020.09,3031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2020.12,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2021.03,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2021.06,3169,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2021.09,3165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2021.12,3224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2022.03,3150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2022.06,3320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2022.09,3256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2022.12,3259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2023.03,3229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2023.06,3456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2023.09,3404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2023.12,3497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2024.03,3379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C08,2024.06,3545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RAC02B01C09,1987.06,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1987.09,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1987.12,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1988.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1988.06,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1988.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1988.12,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1989.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1989.06,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1989.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1989.12,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1990.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1990.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1990.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1990.12,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1991.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1991.06,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1991.09,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1991.12,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1992.03,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1992.06,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1992.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1992.12,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1993.03,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1993.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1993.09,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1993.12,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1994.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1994.06,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1994.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1994.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1995.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1995.06,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1995.09,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1995.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1996.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1996.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1996.09,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1996.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1997.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1997.06,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1997.09,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1997.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1998.03,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1998.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1998.09,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1998.12,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1999.03,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1999.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1999.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,1999.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2000.03,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2000.06,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2000.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2000.12,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2001.03,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2001.06,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2001.09,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2001.12,2024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2002.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2002.06,2080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2002.09,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2002.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2003.03,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2003.06,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2003.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2003.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2004.06,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2004.09,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2004.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2005.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2005.06,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2005.09,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2005.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2006.03,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2006.06,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2006.09,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2006.12,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2007.03,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2007.06,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2007.09,2242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2007.12,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2008.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2008.06,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2008.09,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2008.12,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2009.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2009.06,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2009.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2009.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2010.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2010.06,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2010.09,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2010.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2011.03,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2011.06,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2011.09,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2011.12,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2012.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2012.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2012.09,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2012.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2013.03,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2013.06,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2013.09,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2013.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2014.03,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2014.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2014.09,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2014.12,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2015.03,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2015.06,2333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2015.09,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2015.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2016.03,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2016.06,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2016.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2016.12,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2017.03,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2017.06,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2017.09,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2017.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2018.03,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2018.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2018.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2018.12,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2019.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2019.06,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2019.09,2426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2019.12,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2020.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2020.06,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2020.09,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2020.12,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2021.03,2479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2021.06,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2021.09,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2021.12,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2022.03,2341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2022.06,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2022.09,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2022.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2023.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2023.06,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2023.09,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2023.12,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2024.03,2369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C09,2024.06,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC02B01C10,1987.06,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1987.09,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1987.12,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1988.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1988.06,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1988.09,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1988.12,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1989.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1989.06,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1989.09,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1989.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1990.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1990.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1990.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1990.12,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1991.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1991.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1991.09,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1991.12,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1992.03,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1992.06,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1992.09,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1992.12,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1993.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1993.06,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1993.09,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1993.12,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1994.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1994.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1994.09,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1994.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1995.03,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1995.06,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1995.09,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1995.12,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1996.03,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1996.06,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1996.09,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1996.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1997.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1997.06,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1997.09,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1997.12,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1998.03,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1998.06,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1998.09,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1998.12,1940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1999.03,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1999.06,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1999.09,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,1999.12,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2000.03,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2000.06,2038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2000.09,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2000.12,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2001.03,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2001.06,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2001.09,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2001.12,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2002.03,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2002.06,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2002.09,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2002.12,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2003.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2003.06,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2003.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2003.12,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2004.03,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2004.06,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2004.09,2337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2004.12,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2005.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2005.06,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2005.09,2512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2005.12,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2006.03,2543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2006.06,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2006.09,2598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2006.12,2637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2007.03,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2007.06,2773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2007.09,2750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2007.12,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2008.03,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2008.06,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2008.09,2856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2008.12,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2009.03,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2009.06,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2009.09,2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2009.12,2979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2010.03,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2010.06,3023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2010.09,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2010.12,2986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2011.03,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2011.06,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2011.09,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2011.12,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2012.03,3051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2012.06,3148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2012.09,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2012.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2013.03,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2013.06,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2013.09,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2013.12,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2014.03,3188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2014.06,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2014.09,3275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2014.12,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2015.03,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2015.06,3345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2015.09,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2015.12,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2016.03,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2016.06,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2016.09,3446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2016.12,3499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2017.03,3523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2017.06,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2017.09,3574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2017.12,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2018.03,3603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2018.06,3708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2018.09,3692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2018.12,3753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2019.03,3838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2019.06,3918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2019.09,3881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2019.12,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2020.03,3884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2020.06,3798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2020.09,3999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2020.12,4099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2021.03,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2021.06,4302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2021.09,4220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2021.12,4349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2022.03,4333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2022.06,4367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2022.09,4578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2022.12,4614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2023.03,4470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2023.06,4549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2023.09,4655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2023.12,4671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2024.03,4596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C10,2024.06,4720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC02B01C11,1987.06,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1987.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1987.12,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1988.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1988.06,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1988.09,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1988.12,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1989.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1989.06,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1989.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1989.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1990.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1990.06,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1990.09,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1990.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1991.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1991.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1991.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1991.12,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1992.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1992.06,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1992.09,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1992.12,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1993.03,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1993.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1993.09,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1993.12,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1994.03,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1994.06,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1994.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1994.12,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1995.03,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1995.06,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1995.09,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1995.12,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1996.03,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1996.06,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1996.09,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1996.12,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1997.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1997.06,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1997.09,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1997.12,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1998.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1998.06,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1998.09,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1998.12,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1999.03,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1999.06,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1999.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,1999.12,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2000.03,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2000.06,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2000.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2000.12,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2001.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2001.06,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2001.09,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2001.12,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2002.03,1496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2002.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2002.09,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2002.12,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2003.03,1561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2003.06,1581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2003.09,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2003.12,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2004.03,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2004.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2004.09,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2004.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2005.03,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2005.06,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2005.09,1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2005.12,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2006.03,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2006.06,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2006.09,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2006.12,1659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2007.03,1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2007.06,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2007.09,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2007.12,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2008.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2008.06,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2008.09,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2008.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2009.03,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2009.06,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2009.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2009.12,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2010.03,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2010.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2010.09,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2010.12,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2011.03,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2011.06,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2011.09,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2011.12,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2012.03,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2012.06,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2012.09,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2012.12,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2013.03,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2013.06,1620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2013.09,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2013.12,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2014.03,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2014.06,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2014.09,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2014.12,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2015.03,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2015.06,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2015.09,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2015.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2016.03,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2016.06,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2016.09,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2016.12,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2017.03,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2017.06,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2017.09,1933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2017.12,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2018.03,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2018.06,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2018.09,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2018.12,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2019.03,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2019.06,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2019.09,2060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2019.12,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2020.03,1970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2020.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2020.09,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2020.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2021.03,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2021.06,2243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2021.09,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2021.12,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2022.03,1999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2022.06,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2022.09,2260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2022.12,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2023.03,2186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2023.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2023.09,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2023.12,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2024.03,2228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C11,2024.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RAC02B01C99,1987.06,16601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1987.09,16814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1987.12,17137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1988.03,16850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1988.06,16713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1988.09,16819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1988.12,17257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1989.03,17068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1989.06,17056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1989.09,16858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1989.12,17260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1990.03,16976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1990.06,16869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1990.09,16976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1990.12,17416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1991.03,16959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1991.06,16903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1991.09,16847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1991.12,17441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1992.03,17060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1992.06,17119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1992.09,17121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1992.12,17755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1993.03,17568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1993.06,17838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1993.09,17963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1993.12,18637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1994.03,18646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1994.06,18726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1994.09,18743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1994.12,19598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1995.03,19506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1995.06,19736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1995.09,19980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1995.12,20659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1996.03,20395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1996.06,20523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1996.09,20583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1996.12,21416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1997.03,20781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1997.06,21198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1997.09,21235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1997.12,21911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1998.03,21235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1998.06,21366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1998.09,21495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1998.12,22547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1999.03,22114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1999.06,22376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1999.09,22875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,1999.12,23821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2000.03,23301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2000.06,23669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2000.09,23637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2000.12,24461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2001.03,24064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2001.06,24483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2001.09,24775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2001.12,25844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2002.03,25494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2002.06,25927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2002.09,25803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2002.12,26628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2003.03,26170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2003.06,26526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2003.09,26899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2003.12,28075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2004.03,27662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2004.06,27976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2004.09,28157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2004.12,29335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2005.03,28804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2005.06,29289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2005.09,29465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2005.12,30269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2006.03,29730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2006.06,30099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2006.09,30481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2006.12,31652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2007.03,31147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2007.06,31565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2007.09,31641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2007.12,32652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2008.03,31612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2008.06,31898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2008.09,31619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2008.12,32496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2009.03,31174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2009.06,31670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2009.09,31494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2009.12,32474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2010.03,31717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2010.06,32330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2010.09,32636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2010.12,33269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2011.03,32521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2011.06,33228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2011.09,33325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2011.12,34304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2012.03,33307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2012.06,33928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2012.09,33887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2012.12,35054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2013.03,33933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2013.06,34941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2013.09,35081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2013.12,36086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2014.03,35121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2014.06,36029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2014.09,36095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2014.12,37490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2015.03,36496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2015.06,37183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2015.09,37502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2015.12,38799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2016.03,38001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2016.06,38771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2016.09,39091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2016.12,40360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2017.03,39399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2017.06,40324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2017.09,40494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2017.12,42044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2018.03,40912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2018.06,41981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2018.09,41948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2018.12,43358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2019.03,42070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2019.06,43173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2019.09,43442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2019.12,44813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2020.03,42833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2020.06,40047,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2020.09,44011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2020.12,45451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2021.03,44472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2021.06,46457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2021.09,45052,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2021.12,47381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2022.03,45624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2022.06,47427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2022.09,48151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2022.12,49024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2023.03,46942,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2023.06,48243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2023.09,48381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2023.12,49389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2024.03,47585,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC02B01C99,2024.06,48416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RAC04B01AA1,1987.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1987.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1987.12,2196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1988.03,1950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1988.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1988.09,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1988.12,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1989.03,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1989.06,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1989.09,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1989.12,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1990.03,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1990.06,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1990.09,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1990.12,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1991.03,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1991.06,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1991.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1991.12,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1992.03,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1992.06,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1992.09,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1992.12,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1993.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1993.06,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1993.09,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1993.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1994.03,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1994.06,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1994.09,1506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1994.12,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1995.03,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1995.06,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1995.09,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1995.12,2457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1996.03,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1996.06,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1996.09,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1996.12,2846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1997.03,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1997.06,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1997.09,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1997.12,2853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1998.03,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1998.06,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1998.09,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1998.12,2614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1999.03,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1999.06,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1999.09,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,1999.12,2721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2000.03,2299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2000.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2000.09,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2000.12,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2001.03,2314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2001.06,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2001.09,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2001.12,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2002.03,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2002.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2002.09,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2002.12,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2003.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2003.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2003.09,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2003.12,3128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2004.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2004.06,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2004.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2004.12,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2005.03,2454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2005.06,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2005.09,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2005.12,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2006.03,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2006.06,1724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2006.09,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2006.12,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2007.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2007.06,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2007.09,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2007.12,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2008.03,1898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2008.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2008.09,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2008.12,2901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2009.03,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2009.06,1514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2009.09,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2009.12,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2010.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2010.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2010.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2010.12,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2011.03,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2011.06,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2011.09,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2011.12,2938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2012.03,2497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2012.06,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2012.09,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2012.12,3122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2013.03,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2013.06,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2013.09,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2013.12,2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2014.03,2444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2014.06,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2014.09,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2014.12,3201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2015.03,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2015.06,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2015.09,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2015.12,3239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2016.03,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2016.06,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2016.09,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2016.12,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2017.03,2588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2017.06,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2017.09,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2017.12,2870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2018.03,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2018.06,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2018.09,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2018.12,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2019.03,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2019.06,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2019.09,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2019.12,3043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2020.03,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2020.06,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2020.09,2094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2020.12,3145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2021.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2021.06,1735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2021.09,2031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2021.12,3036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2022.03,2523,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2022.06,1743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2022.09,2105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2022.12,3224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2023.03,2646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2023.06,1784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2023.09,2091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2023.12,3221,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2024.03,2654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA1,2024.06,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RAC04B01AA2,1987.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1987.09,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1987.12,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1988.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1988.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1988.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1988.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1989.03,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1989.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1989.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1989.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1990.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1990.06,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1990.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1990.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1991.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1991.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1991.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1991.12,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1992.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1992.06,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1992.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1992.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1993.03,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1993.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1993.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1993.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1994.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1994.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1994.09,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1994.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1995.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1995.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1995.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1995.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1996.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1996.06,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1996.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1996.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1997.03,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1997.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1997.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1997.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1998.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1998.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1998.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1998.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1999.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1999.06,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1999.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,1999.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2000.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2000.06,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2000.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2000.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2001.03,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2001.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2001.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2001.12,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2002.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2002.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2002.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2002.12,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2003.03,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2003.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2003.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2003.12,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2004.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2004.06,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2004.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2004.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2005.03,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2005.06,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2005.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2005.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2006.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2006.06,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2006.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2006.12,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2007.03,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2007.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2007.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2007.12,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2008.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2008.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2008.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2008.12,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2009.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2009.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2009.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2009.12,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2010.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2010.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2010.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2010.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2011.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2011.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2011.09,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2011.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2012.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2012.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2012.09,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2012.12,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2013.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2013.06,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2013.09,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2013.12,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2014.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2014.06,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2014.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2014.12,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2015.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2015.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2015.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2015.12,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2016.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2016.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2016.09,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2016.12,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2017.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2017.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2017.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2017.12,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2018.03,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2018.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2018.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2018.12,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2019.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2019.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2019.09,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2019.12,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2020.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2020.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2020.09,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2020.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2021.03,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2021.06,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2021.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2021.12,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2022.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2022.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2022.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2022.12,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2023.03,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2023.06,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2023.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2023.12,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2024.03,414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA2,2024.06,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RAC04B01AA3,1987.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1987.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1987.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1988.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1988.06,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1988.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1988.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1989.03,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1989.06,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1989.09,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1989.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1990.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1990.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1990.09,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1990.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1991.03,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1991.06,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1991.09,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1991.12,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1992.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1992.06,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1992.09,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1992.12,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1993.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1993.06,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1993.09,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1993.12,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1994.03,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1994.06,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1994.09,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1994.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1995.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1995.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1995.09,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1995.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1996.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1996.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1996.09,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1996.12,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1997.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1997.06,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1997.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1997.12,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1998.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1998.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1998.09,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1998.12,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1999.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1999.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1999.09,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,1999.12,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2000.03,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2000.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2000.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2000.12,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2001.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2001.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2001.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2001.12,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2002.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2002.06,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2002.09,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2002.12,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2003.03,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2003.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2003.09,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2003.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2004.03,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2004.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2004.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2004.12,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2005.03,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2005.06,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2005.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2005.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2006.03,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2006.06,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2006.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2006.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2007.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2007.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2007.09,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2007.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2008.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2008.06,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2008.09,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2008.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2009.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2009.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2009.09,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2009.12,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2010.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2010.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2010.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2010.12,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2011.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2011.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2011.09,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2011.12,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2012.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2012.06,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2012.09,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2012.12,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2013.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2013.06,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2013.09,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2013.12,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2014.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2014.06,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2014.09,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2014.12,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2015.03,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2015.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2015.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2015.12,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2016.03,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2016.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2016.09,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2016.12,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2017.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2017.06,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2017.09,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2017.12,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2018.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2018.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2018.09,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2018.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2019.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2019.06,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2019.09,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2019.12,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2020.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2020.06,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2020.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2020.12,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2021.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2021.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2021.09,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2021.12,655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2022.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2022.06,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2022.09,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2022.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2023.03,633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2023.06,606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2023.09,633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2023.12,661,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2024.03,628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01AA3,2024.06,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RAC04B01BB1,1987.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1987.09,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1987.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1988.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1988.06,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1988.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1988.12,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1989.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1989.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1989.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1989.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1990.03,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1990.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1990.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1990.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1991.03,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1991.06,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1991.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1991.12,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1992.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1992.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1992.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1992.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1993.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1993.06,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1993.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1993.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1994.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1994.06,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1994.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1994.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1995.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1995.06,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1995.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1995.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1996.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1996.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1996.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1996.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1997.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1997.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1997.09,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1997.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1998.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1998.06,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1998.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1998.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1999.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1999.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1999.09,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,1999.12,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2000.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2000.06,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2000.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2000.12,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2001.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2001.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2001.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2001.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2002.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2002.06,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2002.09,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2002.12,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2003.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2003.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2003.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2003.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2004.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2004.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2004.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2004.12,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2005.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2005.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2005.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2005.12,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2006.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2006.06,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2006.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2006.12,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2007.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2007.06,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2007.09,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2007.12,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2008.03,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2008.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2008.09,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2008.12,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2009.03,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2009.06,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2009.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2009.12,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2010.03,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2010.06,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2010.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2010.12,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2011.03,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2011.06,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2011.09,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2011.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2012.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2012.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2012.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2012.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2013.03,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2013.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2013.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2013.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2014.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2014.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2014.09,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2014.12,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2015.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2015.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2015.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2015.12,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2016.03,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2016.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2016.09,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2016.12,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2017.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2017.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2017.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2017.12,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2018.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2018.06,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2018.09,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2018.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2019.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2019.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2019.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2019.12,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2020.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2020.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2020.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2020.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2021.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2021.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2021.09,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2021.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2022.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2022.06,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2022.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2022.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2023.03,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2023.06,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2023.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2023.12,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2024.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01BB1,2024.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RAC04B01CC1,1987.06,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1987.09,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1987.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1988.03,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1988.06,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1988.09,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1988.12,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1989.03,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1989.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1989.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1989.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1990.03,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1990.06,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1990.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1990.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1991.03,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1991.06,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1991.09,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1991.12,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1992.03,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1992.06,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1992.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1992.12,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1993.03,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1993.06,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1993.09,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1993.12,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1994.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1994.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1994.09,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1994.12,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1995.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1995.06,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1995.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1995.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1996.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1996.06,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1996.09,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1996.12,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1997.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1997.06,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1997.09,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1997.12,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1998.03,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1998.06,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1998.09,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1998.12,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1999.03,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1999.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1999.09,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,1999.12,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2000.03,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2000.06,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2000.09,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2000.12,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2001.03,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2001.06,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2001.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2001.12,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2002.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2002.06,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2002.09,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2002.12,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2003.03,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2003.06,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2003.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2003.12,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2004.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2004.06,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2004.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2004.12,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2005.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2005.06,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2005.09,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2005.12,2062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2006.03,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2006.06,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2006.09,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2006.12,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2007.03,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2007.06,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2007.09,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2007.12,2154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2008.03,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2008.06,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2008.09,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2008.12,1899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2009.03,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2009.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2009.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2009.12,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2010.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2010.06,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2010.09,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2010.12,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2011.03,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2011.06,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2011.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2011.12,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2012.03,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2012.06,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2012.09,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2012.12,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2013.03,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2013.06,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2013.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2013.12,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2014.03,1938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2014.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2014.09,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2014.12,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2015.03,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2015.06,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2015.09,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2015.12,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2016.03,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2016.06,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2016.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2016.12,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2017.03,1941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2017.06,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2017.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2017.12,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2018.03,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2018.06,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2018.09,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2018.12,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2019.03,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2019.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2019.09,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2019.12,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2020.03,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2020.06,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2020.09,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2020.12,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2021.03,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2021.06,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2021.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2021.12,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2022.03,1950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2022.06,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2022.09,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2022.12,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2023.03,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2023.06,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2023.09,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2023.12,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2024.03,2050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC1,2024.06,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1987.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1987.09,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1987.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1988.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1988.06,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1988.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1988.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1989.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1989.06,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1989.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1989.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1990.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1990.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1990.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1990.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1991.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1991.06,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1991.09,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1991.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1992.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1992.06,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1992.09,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1992.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1993.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1993.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1993.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1993.12,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1994.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1994.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1994.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1994.12,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1995.03,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1995.06,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1995.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1995.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1996.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1996.06,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1996.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1996.12,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1997.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1997.06,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1997.09,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1997.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1998.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1998.06,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1998.09,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1998.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1999.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1999.06,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1999.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,1999.12,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2000.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2000.06,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2000.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2000.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2001.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2001.06,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2001.09,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2001.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2002.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2002.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2002.09,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2002.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2003.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2003.06,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2003.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2003.12,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2004.03,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2004.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2004.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2004.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2005.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2005.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2005.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2005.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2006.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2006.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2006.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2006.12,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2007.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2007.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2007.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2007.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2008.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2008.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2008.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2008.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2009.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2009.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2009.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2009.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2010.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2010.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2010.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2010.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2011.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2011.06,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2011.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2011.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2012.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2012.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2012.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2012.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2013.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2013.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2013.09,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2013.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2014.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2014.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2014.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2014.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2015.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2015.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2015.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2015.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2016.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2016.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2016.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2016.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2017.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2017.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2017.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2017.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2018.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2018.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2018.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2018.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2019.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2019.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2019.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2019.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2020.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2020.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2020.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2020.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2021.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2021.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2021.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2021.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2022.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2022.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2022.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2022.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2023.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2023.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2023.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2023.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2024.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC2,2024.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RAC04B01CC3,1987.06,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1987.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1987.12,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1988.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1988.06,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1988.09,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1988.12,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1989.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1989.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1989.09,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1989.12,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1990.03,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1990.06,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1990.09,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1990.12,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1991.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1991.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1991.09,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1991.12,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1992.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1992.06,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1992.09,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1992.12,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1993.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1993.06,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1993.09,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1993.12,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1994.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1994.06,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1994.09,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1994.12,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1995.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1995.06,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1995.09,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1995.12,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1996.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1996.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1996.09,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1996.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1997.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1997.06,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1997.09,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1997.12,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1998.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1998.06,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1998.09,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1998.12,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1999.03,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1999.06,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1999.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,1999.12,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2000.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2000.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2000.09,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2000.12,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2001.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2001.06,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2001.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2001.12,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2002.03,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2002.06,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2002.09,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2002.12,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2003.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2003.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2003.09,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2003.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2004.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2004.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2004.09,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2004.12,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2005.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2005.06,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2005.09,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2005.12,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2006.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2006.06,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2006.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2006.12,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2007.03,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2007.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2007.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2007.12,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2008.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2008.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2008.09,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2008.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2009.03,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2009.06,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2009.09,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2009.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2010.03,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2010.06,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2010.09,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2010.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2011.03,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2011.06,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2011.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2011.12,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2012.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2012.06,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2012.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2012.12,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2013.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2013.06,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2013.09,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2013.12,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2014.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2014.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2014.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2014.12,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2015.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2015.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2015.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2015.12,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2016.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2016.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2016.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2016.12,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2017.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2017.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2017.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2017.12,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2018.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2018.06,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2018.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2018.12,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2019.03,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2019.06,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2019.09,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2019.12,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2020.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2020.06,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2020.09,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2020.12,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2021.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2021.06,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2021.09,516,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2021.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2022.03,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2022.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2022.09,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2022.12,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2023.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2023.06,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2023.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2023.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2024.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC3,2024.06,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RAC04B01CC4,1987.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1987.09,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1987.12,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1988.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1988.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1988.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1988.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1989.03,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1989.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1989.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1989.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1990.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1990.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1990.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1990.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1991.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1991.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1991.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1991.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1992.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1992.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1992.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1992.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1993.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1993.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1993.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1993.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1994.03,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1994.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1994.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1994.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1995.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1995.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1995.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1995.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1996.03,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1996.06,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1996.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1996.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1997.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1997.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1997.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1997.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1998.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1998.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1998.09,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1998.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1999.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1999.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1999.09,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,1999.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2000.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2000.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2000.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2000.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2001.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2001.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2001.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2001.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2002.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2002.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2002.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2002.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2003.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2003.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2003.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2003.12,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2004.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2004.06,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2004.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2004.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2005.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2005.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2005.09,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2005.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2006.03,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2006.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2006.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2006.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2007.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2007.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2007.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2007.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2008.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2008.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2008.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2008.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2009.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2009.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2009.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2009.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2010.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2010.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2010.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2010.12,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2011.03,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2011.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2011.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2011.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2012.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2012.06,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2012.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2012.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2013.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2013.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2013.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2013.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2014.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2014.06,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2014.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2014.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2015.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2015.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2015.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2015.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2016.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2016.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2016.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2016.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2017.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2017.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2017.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2017.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2018.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2018.06,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2018.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2018.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2019.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2019.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2019.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2019.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2020.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2020.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2020.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2020.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2021.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2021.06,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2021.09,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2021.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2022.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2022.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2022.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2022.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2023.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2023.06,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2023.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2023.12,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2024.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC4,2024.06,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RAC04B01CC5,1987.06,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1987.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1987.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1988.03,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1988.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1988.09,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1988.12,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1989.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1989.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1989.09,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1989.12,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1990.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1990.06,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1990.09,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1990.12,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1991.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1991.06,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1991.09,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1991.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1992.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1992.06,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1992.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1992.12,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1993.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1993.06,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1993.09,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1993.12,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1994.03,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1994.06,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1994.09,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1994.12,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1995.03,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1995.06,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1995.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1995.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1996.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1996.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1996.09,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1996.12,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1997.03,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1997.06,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1997.09,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1997.12,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1998.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1998.06,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1998.09,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1998.12,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1999.03,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1999.06,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1999.09,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,1999.12,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2000.03,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2000.06,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2000.09,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2000.12,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2001.03,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2001.06,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2001.09,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2001.12,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2002.03,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2002.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2002.09,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2002.12,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2003.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2003.06,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2003.09,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2003.12,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2004.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2004.06,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2004.09,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2004.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2005.03,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2005.06,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2005.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2005.12,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2006.03,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2006.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2006.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2006.12,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2007.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2007.06,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2007.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2007.12,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2008.03,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2008.06,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2008.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2008.12,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2009.03,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2009.06,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2009.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2009.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2010.03,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2010.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2010.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2010.12,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2011.03,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2011.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2011.09,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2011.12,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2012.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2012.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2012.09,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2012.12,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2013.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2013.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2013.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2013.12,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2014.03,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2014.06,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2014.09,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2014.12,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2015.03,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2015.06,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2015.09,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2015.12,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2016.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2016.06,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2016.09,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2016.12,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2017.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2017.06,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2017.09,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2017.12,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2018.03,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2018.06,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2018.09,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2018.12,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2019.03,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2019.06,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2019.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2019.12,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2020.03,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2020.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2020.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2020.12,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2021.03,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2021.06,856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2021.09,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2021.12,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2022.03,882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2022.06,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2022.09,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2022.12,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2023.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2023.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2023.09,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2023.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2024.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC5,2024.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RAC04B01CC6,1987.06,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1987.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1987.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1988.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1988.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1988.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1988.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1989.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1989.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1989.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1989.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1990.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1990.06,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1990.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1990.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1991.03,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1991.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1991.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1991.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1992.03,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1992.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1992.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1992.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1993.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1993.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1993.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1993.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1994.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1994.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1994.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1994.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1995.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1995.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1995.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1995.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1996.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1996.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1996.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1996.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1997.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1997.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1997.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1997.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1998.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1998.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1998.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1998.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1999.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1999.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1999.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,1999.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2000.03,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2000.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2000.09,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2000.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2001.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2001.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2001.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2001.12,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2002.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2002.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2002.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2002.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2003.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2003.06,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2003.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2003.12,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2004.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2004.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2004.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2004.12,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2005.03,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2005.06,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2005.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2005.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2006.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2006.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2006.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2006.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2007.03,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2007.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2007.09,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2007.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2008.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2008.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2008.09,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2008.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2009.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2009.06,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2009.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2009.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2010.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2010.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2010.09,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2010.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2011.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2011.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2011.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2011.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2012.03,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2012.06,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2012.09,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2012.12,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2013.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2013.06,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2013.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2013.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2014.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2014.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2014.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2014.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2015.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2015.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2015.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2015.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2016.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2016.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2016.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2016.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2017.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2017.06,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2017.09,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2017.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2018.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2018.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2018.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2018.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2019.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2019.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2019.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2019.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2020.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2020.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2020.09,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2020.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2021.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2021.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2021.09,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2021.12,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2022.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2022.06,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2022.09,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2022.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2023.03,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2023.06,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2023.09,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2023.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2024.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC6,2024.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1987.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1987.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1987.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1988.03,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1988.06,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1988.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1988.12,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1989.03,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1989.06,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1989.09,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1989.12,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1990.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1990.06,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1990.09,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1990.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1991.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1991.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1991.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1991.12,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1992.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1992.06,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1992.09,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1992.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1993.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1993.06,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1993.09,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1993.12,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1994.03,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1994.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1994.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1994.12,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1995.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1995.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1995.09,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1995.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1996.03,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1996.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1996.09,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1996.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1997.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1997.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1997.09,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1997.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1998.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1998.06,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1998.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1998.12,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1999.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1999.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1999.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,1999.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2000.03,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2000.06,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2000.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2000.12,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2001.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2001.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2001.09,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2001.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2002.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2002.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2002.09,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2002.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2003.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2003.06,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2003.09,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2003.12,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2004.03,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2004.06,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2004.09,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2004.12,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2005.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2005.06,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2005.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2005.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2006.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2006.06,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2006.09,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2006.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2007.03,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2007.06,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2007.09,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2007.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2008.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2008.06,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2008.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2008.12,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2009.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2009.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2009.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2009.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2010.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2010.06,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2010.09,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2010.12,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2011.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2011.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2011.09,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2011.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2012.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2012.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2012.09,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2012.12,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2013.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2013.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2013.09,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2013.12,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2014.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2014.06,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2014.09,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2014.12,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2015.03,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2015.06,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2015.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2015.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2016.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2016.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2016.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2016.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2017.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2017.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2017.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2017.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2018.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2018.06,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2018.09,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2018.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2019.03,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2019.06,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2019.09,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2019.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2020.03,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2020.06,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2020.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2020.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2021.03,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2021.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2021.09,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2021.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2022.03,651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2022.06,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2022.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2022.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2023.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2023.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2023.09,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2023.12,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2024.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC7,2024.06,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RAC04B01CC8,1987.06,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1987.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1987.12,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1988.03,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1988.06,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1988.09,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1988.12,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1989.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1989.06,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1989.09,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1989.12,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1990.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1990.06,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1990.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1990.12,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1991.03,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1991.06,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1991.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1991.12,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1992.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1992.06,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1992.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1992.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1993.03,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1993.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1993.09,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1993.12,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1994.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1994.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1994.09,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1994.12,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1995.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1995.06,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1995.09,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1995.12,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1996.03,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1996.06,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1996.09,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1996.12,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1997.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1997.06,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1997.09,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1997.12,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1998.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1998.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1998.09,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1998.12,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1999.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1999.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1999.09,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,1999.12,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2000.03,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2000.06,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2000.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2000.12,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2001.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2001.06,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2001.09,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2001.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2002.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2002.06,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2002.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2002.12,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2003.03,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2003.06,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2003.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2003.12,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2004.03,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2004.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2004.09,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2004.12,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2005.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2005.06,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2005.09,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2005.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2006.03,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2006.06,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2006.09,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2006.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2007.03,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2007.06,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2007.09,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2007.12,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2008.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2008.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2008.09,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2008.12,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2009.03,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2009.06,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2009.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2009.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2010.03,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2010.06,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2010.09,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2010.12,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2011.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2011.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2011.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2011.12,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2012.03,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2012.06,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2012.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2012.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2013.03,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2013.06,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2013.09,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2013.12,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2014.03,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2014.06,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2014.09,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2014.12,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2015.03,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2015.06,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2015.09,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2015.12,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2016.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2016.06,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2016.09,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2016.12,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2017.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2017.06,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2017.09,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2017.12,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2018.03,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2018.06,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2018.09,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2018.12,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2019.03,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2019.06,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2019.09,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2019.12,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2020.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2020.06,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2020.09,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2020.12,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2021.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2021.06,1334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2021.09,1263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2021.12,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2022.03,1209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2022.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2022.09,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2022.12,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2023.03,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2023.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2023.09,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2023.12,1273,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2024.03,1104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC8,2024.06,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RAC04B01CC9,1987.06,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1987.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1987.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1988.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1988.06,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1988.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1988.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1989.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1989.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1989.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1989.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1990.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1990.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1990.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1990.12,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1991.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1991.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1991.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1991.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1992.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1992.06,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1992.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1992.12,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1993.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1993.06,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1993.09,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1993.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1994.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1994.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1994.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1994.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1995.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1995.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1995.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1995.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1996.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1996.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1996.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1996.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1997.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1997.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1997.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1997.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1998.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1998.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1998.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1998.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1999.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1999.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1999.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,1999.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2000.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2000.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2000.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2000.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2001.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2001.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2001.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2001.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2002.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2002.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2002.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2002.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2003.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2003.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2003.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2003.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2004.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2004.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2004.09,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2004.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2005.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2005.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2005.09,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2005.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2006.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2006.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2006.09,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2006.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2007.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2007.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2007.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2007.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2008.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2008.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2008.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2008.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2009.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2009.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2009.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2009.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2010.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2010.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2010.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2010.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2011.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2011.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2011.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2011.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2012.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2012.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2012.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2012.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2013.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2013.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2013.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2013.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2014.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2014.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2014.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2014.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2015.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2015.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2015.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2015.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2016.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2016.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2016.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2016.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2017.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2017.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2017.09,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2017.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2018.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2018.06,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2018.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2018.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2019.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2019.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2019.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2019.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2020.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2020.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2020.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2020.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2021.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2021.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2021.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2021.12,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2022.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2022.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2022.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2022.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2023.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2023.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2023.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2023.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2024.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01CC9,2024.06,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RAC04B01DD1,1987.06,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1987.09,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1987.12,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1988.03,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1988.06,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1988.09,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1988.12,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1989.03,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1989.06,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1989.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1989.12,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1990.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1990.06,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1990.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1990.12,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1991.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1991.06,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1991.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1991.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1992.03,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1992.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1992.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1992.12,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1993.03,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1993.06,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1993.09,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1993.12,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1994.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1994.06,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1994.09,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1994.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1995.03,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1995.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1995.09,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1995.12,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1996.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1996.06,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1996.09,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1996.12,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1997.03,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1997.06,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1997.09,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1997.12,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1998.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1998.06,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1998.09,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1998.12,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1999.03,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1999.06,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1999.09,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,1999.12,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2000.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2000.06,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2000.09,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2000.12,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2001.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2001.06,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2001.09,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2001.12,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2002.03,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2002.06,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2002.09,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2002.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2003.03,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2003.06,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2003.09,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2003.12,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2004.03,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2004.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2004.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2004.12,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2005.03,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2005.06,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2005.09,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2005.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2006.03,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2006.06,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2006.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2006.12,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2007.03,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2007.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2007.09,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2007.12,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2008.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2008.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2008.09,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2008.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2009.03,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2009.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2009.09,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2009.12,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2010.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2010.06,1555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2010.09,1638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2010.12,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2011.03,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2011.06,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2011.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2011.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2012.03,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2012.06,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2012.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2012.12,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2013.03,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2013.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2013.09,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2013.12,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2014.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2014.06,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2014.09,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2014.12,1620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2015.03,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2015.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2015.09,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2015.12,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2016.03,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2016.06,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2016.09,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2016.12,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2017.03,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2017.06,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2017.09,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2017.12,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2018.03,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2018.06,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2018.09,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2018.12,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2019.03,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2019.06,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2019.09,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2019.12,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2020.03,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2020.06,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2020.09,1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2020.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2021.03,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2021.06,1773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2021.09,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2021.12,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2022.03,1732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2022.06,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2022.09,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2022.12,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2023.03,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2023.06,1886,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2023.09,1957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2023.12,1854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2024.03,1816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01DD1,2024.06,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RAC04B01EE1,1987.06,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1987.09,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1987.12,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1988.03,1581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1988.06,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1988.09,1552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1988.12,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1989.03,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1989.06,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1989.09,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1989.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1990.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1990.06,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1990.09,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1990.12,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1991.03,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1991.06,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1991.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1991.12,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1992.03,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1992.06,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1992.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1992.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1993.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1993.06,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1993.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1993.12,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1994.03,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1994.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1994.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1994.12,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1995.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1995.06,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1995.09,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1995.12,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1996.03,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1996.06,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1996.09,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1996.12,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1997.03,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1997.06,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1997.09,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1997.12,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1998.03,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1998.06,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1998.09,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1998.12,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1999.03,1535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1999.06,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1999.09,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,1999.12,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2000.03,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2000.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2000.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2000.12,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2001.03,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2001.06,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2001.09,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2001.12,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2002.03,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2002.06,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2002.09,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2002.12,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2003.03,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2003.06,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2003.09,2345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2003.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2004.03,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2004.06,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2004.09,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2004.12,2484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2005.03,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2005.06,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2005.09,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2005.12,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2006.03,2471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2006.06,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2006.09,2712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2006.12,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2007.03,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2007.06,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2007.09,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2007.12,2956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2008.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2008.06,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2008.09,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2008.12,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2009.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2009.06,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2009.09,2655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2009.12,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2010.03,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2010.06,2709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2010.09,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2010.12,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2011.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2011.06,2565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2011.09,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2011.12,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2012.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2012.06,2618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2012.09,2719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2012.12,2841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2013.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2013.06,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2013.09,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2013.12,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2014.03,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2014.06,3096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2014.09,3163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2014.12,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2015.03,3092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2015.06,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2015.09,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2015.12,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2016.03,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2016.06,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2016.09,3586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2016.12,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2017.03,3548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2017.06,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2017.09,3993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2017.12,4073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2018.03,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2018.06,3979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2018.09,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2018.12,4117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2019.03,4141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2019.06,4275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2019.09,4410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2019.12,4498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2020.03,4129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2020.06,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2020.09,5060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2020.12,4772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2021.03,4583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2021.06,4515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2021.09,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2021.12,4458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2022.03,4189,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2022.06,4285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2022.09,4611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2022.12,4503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2023.03,4201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2023.06,4378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2023.09,4443,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2023.12,4413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2024.03,4046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01EE1,2024.06,4178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RAC04B01FF1,1987.06,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1987.09,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1987.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1988.03,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1988.06,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1988.09,1491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1988.12,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1989.03,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1989.06,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1989.09,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1989.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1990.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1990.06,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1990.09,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1990.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1991.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1991.06,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1991.09,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1991.12,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1992.03,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1992.06,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1992.09,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1992.12,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1993.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1993.06,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1993.09,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1993.12,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1994.03,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1994.06,1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1994.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1994.12,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1995.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1995.06,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1995.09,1860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1995.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1996.03,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1996.06,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1996.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1996.12,1939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1997.03,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1997.06,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1997.09,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1997.12,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1998.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1998.06,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1998.09,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1998.12,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1999.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1999.06,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1999.09,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,1999.12,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2000.03,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2000.06,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2000.09,2268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2000.12,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2001.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2001.06,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2001.09,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2001.12,2604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2002.03,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2002.06,2552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2002.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2002.12,2247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2003.03,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2003.06,2177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2003.09,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2003.12,2451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2004.03,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2004.06,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2004.09,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2004.12,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2005.03,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2005.06,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2005.09,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2005.12,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2006.03,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2006.06,2583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2006.09,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2006.12,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2007.03,2545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2007.06,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2007.09,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2007.12,2935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2008.03,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2008.06,2680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2008.09,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2008.12,2754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2009.03,2367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2009.06,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2009.09,2465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2009.12,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2010.03,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2010.06,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2010.09,2664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2010.12,2793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2011.03,2523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2011.06,2718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2011.09,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2011.12,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2012.03,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2012.06,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2012.09,2749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2012.12,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2013.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2013.06,2745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2013.09,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2013.12,3028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2014.03,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2014.06,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2014.09,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2014.12,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2015.03,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2015.06,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2015.09,2883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2015.12,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2016.03,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2016.06,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2016.09,2953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2016.12,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2017.03,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2017.06,2973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2017.09,3048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2017.12,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2018.03,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2018.06,3121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2018.09,3212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2018.12,3419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2019.03,3030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2019.06,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2019.09,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2019.12,3464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2020.03,3039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2020.06,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2020.09,3385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2020.12,3523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2021.03,3254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2021.06,3448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2021.09,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2021.12,3860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2022.03,3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2022.06,3687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2022.09,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2022.12,3994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2023.03,3558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2023.06,3648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2023.09,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2023.12,3784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2024.03,3394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01FF1,2024.06,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RAC04B01GH1,1987.06,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1987.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1987.12,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1988.03,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1988.06,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1988.09,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1988.12,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1989.03,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1989.06,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1989.09,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1989.12,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1990.03,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1990.06,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1990.09,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1990.12,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1991.03,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1991.06,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1991.09,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1991.12,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1992.03,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1992.06,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1992.09,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1992.12,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1993.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1993.06,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1993.09,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1993.12,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1994.03,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1994.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1994.09,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1994.12,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1995.03,1272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1995.06,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1995.09,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1995.12,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1996.03,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1996.06,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1996.09,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1996.12,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1997.03,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1997.06,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1997.09,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1997.12,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1998.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1998.06,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1998.09,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1998.12,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1999.03,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1999.06,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1999.09,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,1999.12,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2000.03,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2000.06,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2000.09,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2000.12,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2001.03,1491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2001.06,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2001.09,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2001.12,1825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2002.03,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2002.06,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2002.09,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2002.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2003.03,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2003.06,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2003.09,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2003.12,2048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2004.03,1779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2004.06,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2004.09,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2004.12,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2005.03,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2005.06,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2005.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2005.12,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2006.03,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2006.06,1977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2006.09,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2006.12,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2007.03,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2007.06,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2007.09,2084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2007.12,2397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2008.03,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2008.06,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2008.09,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2008.12,2311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2009.03,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2009.06,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2009.09,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2009.12,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2010.03,2031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2010.06,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2010.09,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2010.12,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2011.03,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2011.06,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2011.09,2092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2011.12,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2012.03,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2012.06,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2012.09,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2012.12,2563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2013.03,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2013.06,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2013.09,2268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2013.12,2675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2014.03,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2014.06,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2014.09,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2014.12,2822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2015.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2015.06,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2015.09,2505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2015.12,2971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2016.03,2626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2016.06,2666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2016.09,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2016.12,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2017.03,2769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2017.06,2789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2017.09,2757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2017.12,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2018.03,2870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2018.06,2931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2018.09,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2018.12,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2019.03,3023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2019.06,3050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2019.09,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2019.12,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2020.03,3147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2020.06,2753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2020.09,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2020.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2021.03,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2021.06,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2021.09,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2021.12,4121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2022.03,3509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2022.06,3432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2022.09,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2022.12,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2023.03,3328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2023.06,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2023.09,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2023.12,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2024.03,3228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH1,2024.06,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RAC04B01GH2,1987.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1987.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1987.12,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1988.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1988.06,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1988.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1988.12,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1989.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1989.06,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1989.09,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1989.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1990.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1990.06,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1990.09,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1990.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1991.03,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1991.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1991.09,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1991.12,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1992.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1992.06,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1992.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1992.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1993.03,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1993.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1993.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1993.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1994.03,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1994.06,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1994.09,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1994.12,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1995.03,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1995.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1995.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1995.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1996.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1996.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1996.09,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1996.12,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1997.03,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1997.06,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1997.09,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1997.12,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1998.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1998.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1998.09,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1998.12,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1999.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1999.06,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1999.09,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,1999.12,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2000.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2000.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2000.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2000.12,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2001.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2001.06,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2001.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2001.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2002.03,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2002.06,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2002.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2002.12,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2003.03,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2003.06,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2003.09,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2003.12,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2004.03,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2004.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2004.09,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2004.12,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2005.03,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2005.06,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2005.09,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2005.12,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2006.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2006.06,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2006.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2006.12,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2007.03,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2007.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2007.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2007.12,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2008.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2008.06,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2008.09,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2008.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2009.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2009.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2009.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2009.12,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2010.03,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2010.06,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2010.09,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2010.12,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2011.03,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2011.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2011.09,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2011.12,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2012.03,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2012.06,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2012.09,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2012.12,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2013.03,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2013.06,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2013.09,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2013.12,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2014.03,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2014.06,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2014.09,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2014.12,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2015.03,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2015.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2015.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2015.12,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2016.03,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2016.06,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2016.09,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2016.12,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2017.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2017.06,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2017.09,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2017.12,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2018.03,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2018.06,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2018.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2018.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2019.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2019.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2019.09,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2019.12,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2020.03,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2020.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2020.09,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2020.12,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2021.03,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2021.06,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2021.09,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2021.12,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2022.03,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2022.06,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2022.09,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2022.12,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2023.03,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2023.06,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2023.09,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2023.12,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2024.03,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01GH2,2024.06,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RAC04B01II1,1987.06,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1987.09,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1987.12,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1988.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1988.06,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1988.09,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1988.12,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1989.03,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1989.06,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1989.09,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1989.12,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1990.03,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1990.06,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1990.09,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1990.12,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1991.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1991.06,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1991.09,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1991.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1992.03,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1992.06,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1992.09,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1992.12,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1993.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1993.06,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1993.09,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1993.12,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1994.03,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1994.06,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1994.09,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1994.12,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1995.03,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1995.06,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1995.09,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1995.12,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1996.03,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1996.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1996.09,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1996.12,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1997.03,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1997.06,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1997.09,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1997.12,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1998.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1998.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1998.09,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1998.12,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1999.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1999.06,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1999.09,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,1999.12,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2000.03,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2000.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2000.09,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2000.12,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2001.03,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2001.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2001.09,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2001.12,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2002.03,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2002.06,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2002.09,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2002.12,1899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2003.03,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2003.06,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2003.09,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2003.12,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2004.03,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2004.06,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2004.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2004.12,2069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2005.03,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2005.06,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2005.09,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2005.12,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2006.03,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2006.06,1897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2006.09,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2006.12,2048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2007.03,2034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2007.06,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2007.09,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2007.12,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2008.03,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2008.06,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2008.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2008.12,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2009.03,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2009.06,1850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2009.09,1904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2009.12,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2010.03,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2010.06,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2010.09,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2010.12,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2011.03,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2011.06,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2011.09,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2011.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2012.03,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2012.06,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2012.09,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2012.12,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2013.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2013.06,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2013.09,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2013.12,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2014.03,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2014.06,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2014.09,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2014.12,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2015.03,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2015.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2015.09,2503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2015.12,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2016.03,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2016.06,2488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2016.09,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2016.12,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2017.03,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2017.06,2587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2017.09,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2017.12,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2018.03,2784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2018.06,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2018.09,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2018.12,2865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2019.03,2837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2019.06,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2019.09,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2019.12,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2020.03,2637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2020.06,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2020.09,2260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2020.12,2439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2021.03,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2021.06,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2021.09,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2021.12,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2022.03,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2022.06,2517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2022.09,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2022.12,2779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2023.03,2642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2023.06,2605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2023.09,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2023.12,2639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2024.03,2591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01II1,2024.06,2513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RAC04B01JJ1,1987.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1987.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1987.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1988.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1988.06,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1988.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1988.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1989.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1989.06,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1989.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1989.12,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1990.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1990.06,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1990.09,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1990.12,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1991.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1991.06,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1991.09,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1991.12,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1992.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1992.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1992.09,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1992.12,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1993.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1993.06,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1993.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1993.12,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1994.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1994.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1994.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1994.12,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1995.03,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1995.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1995.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1995.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1996.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1996.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1996.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1996.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1997.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1997.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1997.09,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1997.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1998.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1998.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1998.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1998.12,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1999.03,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1999.06,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1999.09,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,1999.12,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2000.03,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2000.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2000.09,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2000.12,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2001.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2001.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2001.09,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2001.12,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2002.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2002.06,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2002.09,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2002.12,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2003.03,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2003.06,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2003.09,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2003.12,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2004.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2004.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2004.09,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2004.12,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2005.03,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2005.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2005.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2005.12,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2006.03,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2006.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2006.09,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2006.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2007.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2007.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2007.09,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2007.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2008.03,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2008.06,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2008.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2008.12,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2009.03,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2009.06,1488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2009.09,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2009.12,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2010.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2010.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2010.09,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2010.12,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2011.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2011.06,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2011.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2011.12,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2012.03,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2012.06,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2012.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2012.12,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2013.03,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2013.06,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2013.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2013.12,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2014.03,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2014.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2014.09,1994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2014.12,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2015.03,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2015.06,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2015.09,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2015.12,2202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2016.03,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2016.06,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2016.09,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2016.12,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2017.03,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2017.06,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2017.09,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2017.12,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2018.03,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2018.06,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2018.09,2264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2018.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2019.03,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2019.06,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2019.09,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2019.12,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2020.03,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2020.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2020.09,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2020.12,2651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2021.03,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2021.06,2742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2021.09,2751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2021.12,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2022.03,2859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2022.06,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2022.09,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2022.12,2921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2023.03,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2023.06,2899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2023.09,3033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2023.12,3002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2024.03,3021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01JJ1,2024.06,2942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RAC04B01KK1,1987.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1987.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1987.12,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1988.03,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1988.06,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1988.09,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1988.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1989.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1989.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1989.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1989.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1990.03,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1990.06,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1990.09,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1990.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1991.03,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1991.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1991.09,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1991.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1992.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1992.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1992.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1992.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1993.03,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1993.06,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1993.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1993.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1994.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1994.06,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1994.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1994.12,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1995.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1995.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1995.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1995.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1996.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1996.06,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1996.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1996.12,1648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1997.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1997.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1997.09,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1997.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1998.03,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1998.06,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1998.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1998.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1999.03,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1999.06,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1999.09,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,1999.12,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2000.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2000.06,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2000.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2000.12,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2001.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2001.06,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2001.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2001.12,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2002.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2002.06,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2002.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2002.12,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2003.03,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2003.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2003.09,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2003.12,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2004.03,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2004.06,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2004.09,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2004.12,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2005.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2005.06,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2005.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2005.12,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2006.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2006.06,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2006.09,2566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2006.12,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2007.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2007.06,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2007.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2007.12,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2008.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2008.06,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2008.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2008.12,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2009.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2009.06,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2009.09,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2009.12,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2010.03,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2010.06,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2010.09,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2010.12,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2011.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2011.06,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2011.09,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2011.12,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2012.03,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2012.06,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2012.09,2929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2012.12,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2013.03,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2013.06,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2013.09,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2013.12,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2014.03,3064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2014.06,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2014.09,3099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2014.12,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2015.03,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2015.06,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2015.09,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2015.12,3211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2016.03,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2016.06,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2016.09,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2016.12,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2017.03,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2017.06,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2017.09,3414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2017.12,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2018.03,3526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2018.06,3580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2018.09,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2018.12,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2019.03,3594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2019.06,3654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2019.09,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2019.12,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2020.03,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2020.06,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2020.09,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2020.12,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2021.03,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2021.06,3738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2021.09,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2021.12,3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2022.03,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2022.06,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2022.09,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2022.12,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2023.03,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2023.06,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2023.09,3907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2023.12,3922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2024.03,3895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01KK1,2024.06,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RAC04B01LL1,1987.06,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1987.09,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1987.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1988.03,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1988.06,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1988.09,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1988.12,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1989.03,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1989.06,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1989.09,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1989.12,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1990.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1990.06,1819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1990.09,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1990.12,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1991.03,1753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1991.06,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1991.09,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1991.12,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1992.03,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1992.06,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1992.09,1775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1992.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1993.03,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1993.06,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1993.09,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1993.12,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1994.03,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1994.06,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1994.09,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1994.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1995.03,1919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1995.06,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1995.09,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1995.12,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1996.03,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1996.06,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1996.09,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1996.12,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1997.03,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1997.06,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1997.09,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1997.12,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1998.03,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1998.06,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1998.09,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1998.12,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1999.03,2256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1999.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1999.09,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,1999.12,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2000.03,2378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2000.06,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2000.09,2437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2000.12,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2001.03,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2001.06,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2001.09,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2001.12,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2002.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2002.06,2832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2002.09,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2002.12,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2003.03,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2003.06,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2003.09,3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2003.12,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2004.03,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2004.06,3060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2004.09,3058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2004.12,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2005.03,3204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2005.06,3240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2005.09,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2005.12,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2006.03,3306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2006.06,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2006.09,3348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2006.12,3445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2007.03,3553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2007.06,3438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2007.09,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2007.12,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2008.03,3262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2008.06,3249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2008.09,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2008.12,3279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2009.03,3362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2009.06,3380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2009.09,3302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2009.12,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2010.03,3369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2010.06,3335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2010.09,3305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2010.12,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2011.03,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2011.06,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2011.09,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2011.12,3649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2012.03,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2012.06,3589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2012.09,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2012.12,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2013.03,3653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2013.06,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2013.09,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2013.12,3720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2014.03,3702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2014.06,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2014.09,3590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2014.12,3720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2015.03,3768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2015.06,3793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2015.09,3842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2015.12,3936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2016.03,4049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2016.06,4065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2016.09,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2016.12,4090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2017.03,4136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2017.06,4118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2017.09,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2017.12,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2018.03,4106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2018.06,4130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2018.09,4070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2018.12,4093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2019.03,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2019.06,4181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2019.09,4121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2019.12,4192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2020.03,4085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2020.06,3898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2020.09,4176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2020.12,4288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2021.03,4223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2021.06,4320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2021.09,4286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2021.12,4397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2022.03,4309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2022.06,4315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2022.09,4277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2022.12,4275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2023.03,4279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2023.06,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2023.09,4344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2023.12,4515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2024.03,4548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL1,2024.06,4571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RAC04B01LL2,1987.06,1975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1987.09,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1987.12,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1988.03,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1988.06,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1988.09,1916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1988.12,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1989.03,1862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1989.06,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1989.09,1833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1989.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1990.03,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1990.06,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1990.09,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1990.12,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1991.03,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1991.06,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1991.09,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1991.12,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1992.03,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1992.06,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1992.09,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1992.12,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1993.03,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1993.06,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1993.09,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1993.12,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1994.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1994.06,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1994.09,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1994.12,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1995.03,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1995.06,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1995.09,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1995.12,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1996.03,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1996.06,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1996.09,2068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1996.12,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1997.03,2089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1997.06,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1997.09,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1997.12,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1998.03,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1998.06,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1998.09,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1998.12,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1999.03,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1999.06,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1999.09,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,1999.12,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2000.03,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2000.06,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2000.09,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2000.12,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2001.03,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2001.06,2227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2001.09,2244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2001.12,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2002.03,2295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2002.06,2314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2002.09,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2002.12,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2003.03,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2003.06,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2003.09,2439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2003.12,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2004.03,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2004.06,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2004.09,2551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2004.12,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2005.03,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2005.06,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2005.09,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2005.12,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2006.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2006.06,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2006.09,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2006.12,2816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2007.03,2854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2007.06,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2007.09,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2007.12,2920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2008.03,2946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2008.06,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2008.09,2987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2008.12,3003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2009.03,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2009.06,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2009.09,3031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2009.12,3057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2010.03,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2010.06,3121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2010.09,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2010.12,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2011.03,3226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2011.06,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2011.09,3278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2011.12,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2012.03,3346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2012.06,3375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2012.09,3402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2012.12,3422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2013.03,3444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2013.06,3493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2013.09,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2013.12,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2014.03,3614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2014.06,3655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2014.09,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2014.12,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2015.03,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2015.06,3828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2015.09,3886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2015.12,3912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2016.03,3939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2016.06,4009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2016.09,4086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2016.12,4153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2017.03,4197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2017.06,4280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2017.09,4332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2017.12,4382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2018.03,4437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2018.06,4476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2018.09,4514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2018.12,4559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2019.03,4634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2019.06,4676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2019.09,4735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2019.12,4775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2020.03,4784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2020.06,4836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2020.09,4883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2020.12,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2021.03,4988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2021.06,5046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2021.09,5121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2021.12,5169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2022.03,5215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2022.06,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2022.09,5301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2022.12,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2023.03,5365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2023.06,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2023.09,5496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2023.12,5546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2024.03,5568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01LL2,2024.06,5586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RAC04B01MN1,1987.06,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1987.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1987.12,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1988.03,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1988.06,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1988.09,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1988.12,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1989.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1989.06,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1989.09,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1989.12,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1990.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1990.06,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1990.09,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1990.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1991.03,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1991.06,1875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1991.09,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1991.12,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1992.03,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1992.06,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1992.09,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1992.12,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1993.03,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1993.06,1908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1993.09,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1993.12,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1994.03,2032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1994.06,1981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1994.09,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1994.12,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1995.03,2110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1995.06,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1995.09,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1995.12,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1996.03,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1996.06,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1996.09,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1996.12,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1997.03,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1997.06,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1997.09,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1997.12,2453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1998.03,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1998.06,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1998.09,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1998.12,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1999.03,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1999.06,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1999.09,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,1999.12,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2000.03,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2000.06,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2000.09,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2000.12,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2001.03,2740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2001.06,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2001.09,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2001.12,3020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2002.03,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2002.06,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2002.09,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2002.12,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2003.03,3170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2003.06,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2003.09,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2003.12,3150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2004.03,3194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2004.06,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2004.09,3174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2004.12,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2005.03,3279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2005.06,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2005.09,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2005.12,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2006.03,3412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2006.06,3597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2006.09,3589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2006.12,3572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2007.03,3390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2007.06,3797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2007.09,3802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2007.12,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2008.03,3591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2008.06,3934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2008.09,3846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2008.12,3854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2009.03,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2009.06,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2009.09,3742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2009.12,3662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2010.03,3504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2010.06,3905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2010.09,3989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2010.12,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2011.03,3599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2011.06,3993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2011.09,3978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2011.12,3842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2012.03,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2012.06,4014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2012.09,4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2012.12,4030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2013.03,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2013.06,4297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2013.09,4288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2013.12,4235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2014.03,3939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2014.06,4441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2014.09,4408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2014.12,4385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2015.03,4039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2015.06,4548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2015.09,4625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2015.12,4628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2016.03,4332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2016.06,4917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2016.09,4962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2016.12,4914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2017.03,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2017.06,5173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2017.09,5243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2017.12,5207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2018.03,4824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2018.06,5432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2018.09,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2018.12,5373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2019.03,4977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2019.06,5580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2019.09,5774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2019.12,5683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2020.03,5388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2020.06,5588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2020.09,5912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2020.12,5827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2021.03,5504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2021.06,6306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2021.09,6242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2021.12,6599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2022.03,6069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2022.06,6779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2022.09,6839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2022.12,6971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2023.03,6139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2023.06,6841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2023.09,6801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2023.12,6786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2024.03,6034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN1,2024.06,6735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RAC04B01MN2,1987.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1987.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1987.12,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1988.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1988.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1988.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1988.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1989.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1989.06,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1989.09,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1989.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1990.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1990.06,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1990.09,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1990.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1991.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1991.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1991.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1991.12,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1992.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1992.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1992.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1992.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1993.03,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1993.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1993.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1993.12,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1994.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1994.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1994.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1994.12,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1995.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1995.06,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1995.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1995.12,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1996.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1996.06,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1996.09,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1996.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1997.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1997.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1997.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1997.12,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1998.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1998.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1998.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1998.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1999.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1999.06,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1999.09,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,1999.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2000.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2000.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2000.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2000.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2001.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2001.06,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2001.09,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2001.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2002.03,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2002.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2002.09,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2002.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2003.03,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2003.06,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2003.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2003.12,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2004.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2004.06,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2004.09,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2004.12,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2005.03,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2005.06,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2005.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2005.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2006.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2006.06,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2006.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2006.12,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2007.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2007.06,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2007.09,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2007.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2008.03,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2008.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2008.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2008.12,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2009.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2009.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2009.09,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2009.12,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2010.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2010.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2010.09,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2010.12,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2011.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2011.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2011.09,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2011.12,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2012.03,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2012.06,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2012.09,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2012.12,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2013.03,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2013.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2013.09,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2013.12,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2014.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2014.06,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2014.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2014.12,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2015.03,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2015.06,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2015.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2015.12,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2016.03,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2016.06,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2016.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2016.12,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2017.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2017.06,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2017.09,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2017.12,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2018.03,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2018.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2018.09,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2018.12,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2019.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2019.06,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2019.09,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2019.12,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2020.03,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2020.06,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2020.09,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2020.12,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2021.03,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2021.06,1406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2021.09,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2021.12,1331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2022.03,1392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2022.06,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2022.09,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2022.12,1592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2023.03,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2023.06,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2023.09,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2023.12,1630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2024.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01MN2,2024.06,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RAC04B01OO1,1987.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1987.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1987.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1988.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1988.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1988.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1988.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1989.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1989.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1989.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1989.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1990.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1990.06,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1990.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1990.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1991.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1991.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1991.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1991.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1992.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1992.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1992.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1992.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1993.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1993.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1993.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1993.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1994.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1994.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1994.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1994.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1995.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1995.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1995.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1995.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1996.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1996.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1996.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1996.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1997.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1997.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1997.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1997.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1998.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1998.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1998.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1998.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1999.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1999.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1999.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,1999.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2000.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2000.06,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2000.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2000.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2001.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2001.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2001.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2001.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2002.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2002.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2002.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2002.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2003.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2003.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2003.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2003.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2004.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2004.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2004.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2004.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2005.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2005.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2005.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2005.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2006.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2006.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2006.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2006.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2007.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2007.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2007.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2007.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2008.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2008.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2008.09,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2008.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2009.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2009.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2009.09,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2009.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2010.03,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2010.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2010.09,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2010.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2011.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2011.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2011.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2011.12,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2012.03,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2012.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2012.09,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2012.12,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2013.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2013.06,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2013.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2013.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2014.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2014.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2014.09,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2014.12,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2015.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2015.06,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2015.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2015.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2016.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2016.06,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2016.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2016.12,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2017.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2017.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2017.09,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2017.12,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2018.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2018.06,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2018.09,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2018.12,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2019.03,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2019.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2019.09,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2019.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2020.03,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2020.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2020.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2020.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2021.03,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2021.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2021.09,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2021.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2022.03,363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2022.06,387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2022.09,391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2022.12,399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2023.03,388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2023.06,399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2023.09,407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2023.12,422,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2024.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO1,2024.06,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RAC04B01OO2,1987.06,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1987.09,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1987.12,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1988.03,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1988.06,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1988.09,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1988.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1989.03,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1989.06,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1989.09,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1989.12,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1990.03,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1990.06,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1990.09,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1990.12,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1991.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1991.06,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1991.09,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1991.12,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1992.03,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1992.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1992.09,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1992.12,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1993.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1993.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1993.09,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1993.12,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1994.03,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1994.06,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1994.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1994.12,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1995.03,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1995.06,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1995.09,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1995.12,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1996.03,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1996.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1996.09,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1996.12,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1997.03,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1997.06,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1997.09,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1997.12,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1998.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1998.06,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1998.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1998.12,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1999.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1999.06,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1999.09,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,1999.12,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2000.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2000.06,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2000.09,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2000.12,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2001.03,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2001.06,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2001.09,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2001.12,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2002.03,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2002.06,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2002.09,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2002.12,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2003.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2003.06,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2003.09,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2003.12,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2004.03,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2004.06,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2004.09,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2004.12,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2005.03,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2005.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2005.09,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2005.12,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2006.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2006.06,1560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2006.09,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2006.12,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2007.03,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2007.06,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2007.09,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2007.12,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2008.03,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2008.06,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2008.09,1894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2008.12,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2009.03,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2009.06,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2009.09,1861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2009.12,2031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2010.03,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2010.06,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2010.09,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2010.12,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2011.03,1916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2011.06,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2011.09,1948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2011.12,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2012.03,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2012.06,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2012.09,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2012.12,2000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2013.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2013.06,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2013.09,2000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2013.12,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2014.03,1977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2014.06,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2014.09,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2014.12,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2015.03,2048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2015.06,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2015.09,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2015.12,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2016.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2016.06,2197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2016.09,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2016.12,2211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2017.03,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2017.06,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2017.09,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2017.12,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2018.03,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2018.06,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2018.09,2383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2018.12,2453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2019.03,2394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2019.06,2533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2019.09,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2019.12,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2020.03,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2020.06,2666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2020.09,2672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2020.12,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2021.03,2702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2021.06,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2021.09,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2021.12,2847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2022.03,2786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2022.06,2933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2022.09,2865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2022.12,2862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2023.03,2841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2023.06,3056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2023.09,2997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2023.12,3076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2024.03,2973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01OO2,2024.06,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RAC04B01PP1,1987.06,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1987.09,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1987.12,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1988.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1988.06,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1988.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1988.12,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1989.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1989.06,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1989.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1989.12,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1990.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1990.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1990.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1990.12,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1991.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1991.06,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1991.09,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1991.12,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1992.03,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1992.06,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1992.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1992.12,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1993.03,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1993.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1993.09,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1993.12,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1994.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1994.06,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1994.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1994.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1995.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1995.06,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1995.09,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1995.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1996.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1996.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1996.09,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1996.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1997.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1997.06,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1997.09,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1997.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1998.03,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1998.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1998.09,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1998.12,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1999.03,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1999.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1999.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,1999.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2000.03,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2000.06,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2000.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2000.12,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2001.03,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2001.06,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2001.09,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2001.12,2024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2002.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2002.06,2080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2002.09,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2002.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2003.03,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2003.06,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2003.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2003.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2004.06,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2004.09,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2004.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2005.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2005.06,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2005.09,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2005.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2006.03,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2006.06,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2006.09,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2006.12,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2007.03,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2007.06,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2007.09,2242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2007.12,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2008.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2008.06,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2008.09,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2008.12,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2009.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2009.06,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2009.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2009.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2010.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2010.06,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2010.09,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2010.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2011.03,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2011.06,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2011.09,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2011.12,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2012.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2012.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2012.09,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2012.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2013.03,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2013.06,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2013.09,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2013.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2014.03,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2014.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2014.09,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2014.12,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2015.03,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2015.06,2333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2015.09,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2015.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2016.03,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2016.06,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2016.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2016.12,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2017.03,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2017.06,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2017.09,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2017.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2018.03,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2018.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2018.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2018.12,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2019.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2019.06,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2019.09,2426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2019.12,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2020.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2020.06,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2020.09,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2020.12,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2021.03,2479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2021.06,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2021.09,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2021.12,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2022.03,2341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2022.06,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2022.09,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2022.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2023.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2023.06,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2023.09,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2023.12,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2024.03,2369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01PP1,2024.06,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RAC04B01QQ1,1987.06,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1987.09,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1987.12,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1988.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1988.06,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1988.09,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1988.12,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1989.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1989.06,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1989.09,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1989.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1990.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1990.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1990.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1990.12,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1991.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1991.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1991.09,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1991.12,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1992.03,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1992.06,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1992.09,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1992.12,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1993.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1993.06,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1993.09,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1993.12,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1994.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1994.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1994.09,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1994.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1995.03,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1995.06,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1995.09,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1995.12,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1996.03,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1996.06,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1996.09,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1996.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1997.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1997.06,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1997.09,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1997.12,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1998.03,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1998.06,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1998.09,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1998.12,1940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1999.03,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1999.06,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1999.09,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,1999.12,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2000.03,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2000.06,2038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2000.09,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2000.12,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2001.03,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2001.06,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2001.09,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2001.12,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2002.03,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2002.06,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2002.09,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2002.12,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2003.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2003.06,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2003.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2003.12,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2004.03,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2004.06,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2004.09,2337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2004.12,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2005.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2005.06,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2005.09,2512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2005.12,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2006.03,2543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2006.06,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2006.09,2598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2006.12,2637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2007.03,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2007.06,2773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2007.09,2750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2007.12,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2008.03,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2008.06,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2008.09,2856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2008.12,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2009.03,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2009.06,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2009.09,2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2009.12,2979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2010.03,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2010.06,3023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2010.09,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2010.12,2986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2011.03,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2011.06,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2011.09,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2011.12,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2012.03,3051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2012.06,3148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2012.09,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2012.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2013.03,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2013.06,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2013.09,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2013.12,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2014.03,3188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2014.06,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2014.09,3275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2014.12,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2015.03,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2015.06,3345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2015.09,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2015.12,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2016.03,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2016.06,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2016.09,3446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2016.12,3499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2017.03,3523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2017.06,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2017.09,3574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2017.12,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2018.03,3603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2018.06,3708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2018.09,3692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2018.12,3753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2019.03,3838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2019.06,3918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2019.09,3881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2019.12,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2020.03,3884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2020.06,3798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2020.09,3999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2020.12,4099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2021.03,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2021.06,4302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2021.09,4220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2021.12,4349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2022.03,4333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2022.06,4367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2022.09,4578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2022.12,4614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2023.03,4470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2023.06,4549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2023.09,4655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2023.12,4671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2024.03,4596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01QQ1,2024.06,4720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RAC04B01RS1,1987.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1987.09,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1987.12,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1988.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1988.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1988.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1988.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1989.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1989.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1989.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1989.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1990.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1990.06,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1990.09,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1990.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1991.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1991.06,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1991.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1991.12,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1992.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1992.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1992.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1992.12,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1993.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1993.06,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1993.09,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1993.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1994.03,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1994.06,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1994.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1994.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1995.03,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1995.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1995.09,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1995.12,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1996.03,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1996.06,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1996.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1996.12,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1997.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1997.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1997.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1997.12,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1998.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1998.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1998.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1998.12,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1999.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1999.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1999.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,1999.12,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2000.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2000.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2000.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2000.12,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2001.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2001.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2001.09,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2001.12,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2002.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2002.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2002.09,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2002.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2003.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2003.06,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2003.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2003.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2004.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2004.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2004.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2004.12,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2005.03,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2005.06,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2005.09,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2005.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2006.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2006.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2006.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2006.12,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2007.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2007.06,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2007.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2007.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2008.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2008.06,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2008.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2008.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2009.03,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2009.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2009.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2009.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2010.03,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2010.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2010.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2010.12,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2011.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2011.06,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2011.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2011.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2012.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2012.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2012.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2012.12,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2013.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2013.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2013.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2013.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2014.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2014.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2014.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2014.12,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2015.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2015.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2015.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2015.12,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2016.03,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2016.06,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2016.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2016.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2017.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2017.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2017.09,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2017.12,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2018.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2018.06,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2018.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2018.12,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2019.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2019.06,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2019.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2019.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2020.03,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2020.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2020.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2020.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2021.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2021.06,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2021.09,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2021.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2022.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2022.06,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2022.09,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2022.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2023.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2023.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2023.09,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2023.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2024.03,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS1,2024.06,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RAC04B01RS2,1987.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1987.09,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1987.12,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1988.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1988.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1988.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1988.12,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1989.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1989.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1989.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1989.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1990.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1990.06,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1990.09,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1990.12,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1991.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1991.06,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1991.09,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1991.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1992.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1992.06,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1992.09,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1992.12,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1993.03,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1993.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1993.09,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1993.12,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1994.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1994.06,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1994.09,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1994.12,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1995.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1995.06,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1995.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1995.12,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1996.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1996.06,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1996.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1996.12,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1997.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1997.06,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1997.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1997.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1998.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1998.06,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1998.09,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1998.12,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1999.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1999.06,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1999.09,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,1999.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2000.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2000.06,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2000.09,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2000.12,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2001.03,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2001.06,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2001.09,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2001.12,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2002.03,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2002.06,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2002.09,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2002.12,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2003.03,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2003.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2003.09,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2003.12,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2004.03,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2004.06,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2004.09,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2004.12,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2005.03,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2005.06,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2005.09,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2005.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2006.03,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2006.06,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2006.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2006.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2007.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2007.06,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2007.09,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2007.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2008.03,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2008.06,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2008.09,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2008.12,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2009.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2009.06,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2009.09,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2009.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2010.03,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2010.06,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2010.09,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2010.12,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2011.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2011.06,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2011.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2011.12,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2012.03,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2012.06,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2012.09,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2012.12,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2013.03,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2013.06,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2013.09,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2013.12,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2014.03,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2014.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2014.09,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2014.12,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2015.03,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2015.06,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2015.09,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2015.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2016.03,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2016.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2016.09,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2016.12,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2017.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2017.06,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2017.09,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2017.12,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2018.03,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2018.06,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2018.09,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2018.12,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2019.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2019.06,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2019.09,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2019.12,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2020.03,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2020.06,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2020.09,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2020.12,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2021.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2021.06,1281,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2021.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2021.12,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2022.03,1209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2022.06,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2022.09,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2022.12,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2023.03,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2023.06,1300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2023.09,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2023.12,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2024.03,1254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01RS2,2024.06,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RAC04B01UZ9,1987.06,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1987.09,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1987.12,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1988.03,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1988.06,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1988.09,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1988.12,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1989.03,1800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1989.06,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1989.09,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1989.12,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1990.03,1825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1990.06,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1990.09,1868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1990.12,1977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1991.03,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1991.06,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1991.09,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1991.12,1924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1992.03,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1992.06,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1992.09,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1992.12,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1993.03,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1993.06,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1993.09,1924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1993.12,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1994.03,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1994.06,2052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1994.09,2101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1994.12,2277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1995.03,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1995.06,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1995.09,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1995.12,2348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1996.03,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1996.06,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1996.09,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1996.12,2491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1997.03,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1997.06,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1997.09,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1997.12,2510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1998.03,2335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1998.06,2374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1998.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1998.12,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1999.03,2457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1999.06,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1999.09,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,1999.12,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2000.03,2576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2000.06,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2000.09,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2000.12,2758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2001.03,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2001.06,2622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2001.09,2668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2001.12,2910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2002.03,2685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2002.06,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2002.09,2884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2002.12,3117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2003.03,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2003.06,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2003.09,3078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2003.12,3327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2004.03,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2004.06,3196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2004.09,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2004.12,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2005.03,3237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2005.06,3304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2005.09,3343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2005.12,3586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2006.03,3362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2006.06,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2006.09,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2006.12,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2007.03,3519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2007.06,3583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2007.09,3598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2007.12,3925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2008.03,3505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2008.06,3536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2008.09,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2008.12,3797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2009.03,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2009.06,3479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2009.09,3477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2009.12,3818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2010.03,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2010.06,3564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2010.09,3447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2010.12,3931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2011.03,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2011.06,3462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2011.09,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2011.12,4029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2012.03,3484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2012.06,3692,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2012.09,3626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2012.12,4074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2013.03,3646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2013.06,3733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2013.09,3759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2013.12,4262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2014.03,3765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2014.06,3828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2014.09,3949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2014.12,4418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2015.03,3929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2015.06,4083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2015.09,4119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2015.12,4695,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2016.03,4117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2016.06,4291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2016.09,4335,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2016.12,4890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2017.03,4312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2017.06,4398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2017.09,4453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2017.12,5182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2018.03,4495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2018.06,4646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2018.09,4636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2018.12,5329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2019.03,4610,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2019.06,4684,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2019.09,4807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2019.12,5499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2020.03,4643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2020.06,4086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2020.09,4848,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2020.12,5293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2021.03,4976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2021.06,4999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2021.09,4837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2021.12,5578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2022.03,4806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2022.06,5154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2022.09,5255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2022.12,5774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2023.03,5132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2023.06,5204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2023.09,5115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2023.12,5705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2024.03,5195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01UZ9,2024.06,5157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RAC04B01ZZ9,1987.06,25846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1987.09,25954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1987.12,27223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1988.03,26355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1988.06,25946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1988.09,25915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1988.12,26881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1989.03,26327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1989.06,26087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1989.09,25756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1989.12,26985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1990.03,26052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1990.06,25677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1990.09,25828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1990.12,27549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1991.03,26016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1991.06,25438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1991.09,25435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1991.12,27015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1992.03,26124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1992.06,25735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1992.09,25430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1992.12,27228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1993.03,26725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1993.06,26834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1993.09,27314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1993.12,29173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1994.03,28520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1994.06,28160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1994.09,28566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1994.12,30692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1995.03,29846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1995.06,29742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1995.09,29961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1995.12,32046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1996.03,31087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1996.06,30825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1996.09,31012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1996.12,33428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1997.03,31824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1997.06,31904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1997.09,31906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1997.12,33880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1998.03,32090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1998.06,31719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1998.09,31862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1998.12,34200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1999.03,32903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1999.06,32596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1999.09,33733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,1999.12,36317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2000.03,35020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2000.06,34448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2000.09,34888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2000.12,37126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2001.03,35398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2001.06,35244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2001.09,35886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2001.12,38560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2002.03,36954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2002.06,36836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2002.09,37609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2002.12,40325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2003.03,38543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2003.06,38122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2003.09,39350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2003.12,42075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2004.03,40682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2004.06,40507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2004.09,41013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2004.12,43378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2005.03,41768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2005.06,41964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2005.09,42579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2005.12,44601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2006.03,43116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2006.06,42914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2006.09,43481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2006.12,46143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2007.03,44412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2007.06,44440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2007.09,45159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2007.12,47574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2008.03,45060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2008.06,44575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2008.09,44762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2008.12,46798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2009.03,44124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2009.06,43674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2009.09,44204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2009.12,47228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2010.03,45014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2010.06,44886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2010.09,45168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2010.12,47226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2011.03,45425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2011.06,45353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2011.09,46044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2011.12,48807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2012.03,46790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2012.06,46456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2012.09,46894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2012.12,50177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2013.03,47565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2013.06,47663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2013.09,48289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2013.12,51016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2014.03,49318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2014.06,49023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2014.09,49988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2014.12,53554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2015.03,51068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2015.06,50872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2015.09,51825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2015.12,55088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2016.03,53078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2016.06,52950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2016.09,53981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2016.12,56909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2017.03,54711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2017.06,54745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2017.09,55695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2017.12,58880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2018.03,56547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2018.06,56722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2018.09,57422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2018.12,61059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2019.03,58537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2019.06,58395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2019.09,59418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2019.12,62646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2020.03,58866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2020.06,52885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2020.09,60758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2020.12,63790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2021.03,61328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2021.06,62132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2021.09,60307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2021.12,65220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2022.03,61873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2022.06,62291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2022.09,64082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2022.12,66570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2023.03,62811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2023.06,63267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2023.09,63814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2023.12,66606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2024.03,63087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC04B01ZZ9,2024.06,62998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RAC34B0111,1986.06,6769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1986.09,6671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1986.12,7213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1987.03,6877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1987.06,6611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1987.09,6409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1987.12,7314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1988.03,6902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1988.06,6642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1988.09,6474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1988.12,7002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1989.03,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1989.06,6345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1989.09,6216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1989.12,7028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1990.03,6609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1990.06,6271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1990.09,6363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1990.12,7513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1991.03,6727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1991.06,6203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1991.09,6306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1991.12,7225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1992.03,6792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1992.06,6359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1992.09,6147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1992.12,7105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1993.03,6897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1993.06,6626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1993.09,6810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1993.12,7991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1994.03,7516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1994.06,6943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1994.09,7117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1994.12,8333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1995.03,7763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1995.06,7202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1995.09,7202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1995.12,8456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1996.03,7968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1996.06,7440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1996.09,7568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1996.12,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1997.03,8224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1997.06,7763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1997.09,7596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1997.12,8896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1998.03,7993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1998.06,7297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1998.09,7367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1998.12,8597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1999.03,7989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1999.06,7193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1999.09,7673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,1999.12,9221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2000.03,8467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2000.06,7585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2000.09,7986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2000.12,9452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2001.03,8426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2001.06,7681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2001.09,7967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2001.12,9338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2002.03,8453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2002.06,7802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2002.09,8334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2002.12,10028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2003.03,9076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2003.06,8202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2003.09,8707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2003.12,10262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2004.03,9506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2004.06,8696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2004.09,8840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2004.12,10247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2005.03,9367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2005.06,8767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2005.09,9132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2005.12,10431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2006.03,9623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2006.06,8791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2006.09,8765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2006.12,10294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2007.03,9253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2007.06,8659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2007.09,9072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2007.12,10509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2008.03,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2008.06,8647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2008.09,8882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2008.12,10187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2009.03,9066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2009.06,7898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2009.09,8504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2009.12,10470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2010.03,9360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2010.06,8293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2010.09,8283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2010.12,9770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2011.03,8999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2011.06,8102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2011.09,8548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2011.12,10201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2012.03,9480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2012.06,8418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2012.09,8642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2012.12,10594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2013.03,9405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2013.06,8326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2013.09,8760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2013.12,10466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2014.03,9782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2014.06,8421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2014.09,9046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2014.12,11230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2015.03,9913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2015.06,8757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2015.09,9234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2015.12,11213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2016.03,10060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2016.06,8901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2016.09,9498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2016.12,11236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2017.03,10142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2017.06,8988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2017.09,9454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2017.12,11097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2018.03,10156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2018.06,9058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2018.09,9669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2018.12,11760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2019.03,10586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2019.06,9172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2019.09,9691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2019.12,11514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2020.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2020.06,8000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2020.09,9817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2020.12,11728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2021.03,10558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2021.06,9413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2021.09,9327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2021.12,11584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2022.03,10344,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2022.06,8854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2022.09,9399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2022.12,11214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2023.03,9944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2023.06,8824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2023.09,9088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2023.12,10983,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2024.03,9703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0111,2024.06,8608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RAC34B0112,1986.06,18920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1986.09,19502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1986.12,19285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1987.03,18961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1987.06,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1987.09,19548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1987.12,19801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1988.03,19383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1988.06,19260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1988.09,19423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1988.12,19816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1989.03,19478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1989.06,19746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1989.09,19550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1989.12,19895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1990.03,19405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1990.06,19415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1990.09,19459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1990.12,19885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1991.03,19223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1991.06,19209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1991.09,19097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1991.12,19708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1992.03,19270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1992.06,19358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1992.09,19283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1992.12,20046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1993.03,19762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1993.06,20189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1993.09,20475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1993.12,21037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1994.03,20909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1994.06,21194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1994.09,21415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1994.12,22223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1995.03,22000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1995.06,22530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1995.09,22756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1995.12,23485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1996.03,23049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1996.06,23371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1996.09,23421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1996.12,24345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1997.03,23528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1997.06,24096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1997.09,24276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1997.12,24909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1998.03,24048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1998.06,24391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1998.09,24462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1998.12,25546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1999.03,24868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1999.06,25380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1999.09,26029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,1999.12,27033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2000.03,26505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2000.06,26854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2000.09,26876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2000.12,27593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2001.03,26924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2001.06,27620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2001.09,27953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2001.12,29140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2002.03,28494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2002.06,29144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2002.09,29319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2002.12,30137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2003.03,29420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2003.06,29936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2003.09,30650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2003.12,31761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2004.03,31159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2004.06,31802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2004.09,32165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2004.12,33117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2005.03,32390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2005.06,33195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2005.09,33441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2005.12,34152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2006.03,33483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2006.06,34099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2006.09,34690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2006.12,35842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2007.03,35142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2007.06,35773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2007.09,36074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2007.12,37040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2008.03,35595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2008.06,35965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2008.09,35895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2008.12,36546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2009.03,35045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2009.06,35815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2009.09,35719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2009.12,36708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2010.03,35646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2010.06,36592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2010.09,36890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2010.12,37457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2011.03,36421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2011.06,37339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2011.09,37538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2011.12,38513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2012.03,37256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2012.06,38080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2012.09,38287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2012.12,39502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2013.03,38151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2013.06,39344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2013.09,39536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2013.12,40544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2014.03,39520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2014.06,40695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2014.09,40982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2014.12,42214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2015.03,41135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2015.06,42101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2015.09,42589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2015.12,43885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2016.03,43026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2016.06,44024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2016.09,44469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2016.12,45689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2017.03,44567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2017.06,45751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2017.09,46235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2017.12,47778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2018.03,46377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2018.06,47729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2018.09,47776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2018.12,49209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2019.03,47921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2019.06,49252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2019.09,49748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2019.12,51107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2020.03,48686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2020.06,44946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2020.09,50973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2020.12,52014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2021.03,50767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2021.06,52755,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2021.09,51012,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2021.12,53632,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2022.03,51544,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2022.06,53490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2022.09,54728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2022.12,55368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2023.03,52894,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2023.06,54499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2023.09,54778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2023.12,55641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2024.03,53419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0112,2024.06,54451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RAC34B0113,1986.06,11493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1986.09,11531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1986.12,12156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1987.03,11825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1987.06,11434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1987.09,11358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1987.12,12354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1988.03,12005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1988.06,11663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1988.09,11586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1988.12,12284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1989.03,12092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1989.06,11614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1989.09,11395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1989.12,12368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1990.03,11859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1990.06,11397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1990.09,11574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1990.12,12828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1991.03,11857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1991.06,11287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1991.09,11349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1991.12,12533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1992.03,11937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1992.06,11547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1992.09,11338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1992.12,12569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1993.03,12321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1993.06,12120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1993.09,12367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1993.12,13804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1994.03,13436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1994.06,12887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1994.09,13030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1994.12,14610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1995.03,14073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1995.06,13554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1995.09,13797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1995.12,15261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1996.03,14701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1996.06,14211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1996.09,14475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1996.12,16172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1997.03,15167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1997.06,14833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1997.09,14757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1997.12,16242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1998.03,15070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1998.06,14424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1998.09,14515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1998.12,16219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1999.03,15439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1999.06,14801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1999.09,15651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,1999.12,17584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2000.03,16596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2000.06,15971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2000.09,16299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2000.12,18030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2001.03,16856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2001.06,16279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2001.09,16797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2001.12,18679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2002.03,17612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2002.06,17008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2002.09,17387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2002.12,19432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2003.03,18203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2003.06,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2003.09,17999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2003.12,19991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2004.03,19029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2004.06,18336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2004.09,18591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2004.12,20459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2005.03,19314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2005.06,18938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2005.09,19406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2005.12,20905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2006.03,19799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2006.06,19194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2006.09,19347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2006.12,21180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2007.03,19700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2007.06,19586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2007.09,20158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2007.12,22005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2008.03,20324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2008.06,19687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2008.09,19854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2008.12,21348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2009.03,19332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2009.06,18375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2009.09,18989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2009.12,21229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2010.03,19715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2010.06,19241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2010.09,19614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2010.12,21192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2011.03,19965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2011.06,19509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2011.09,19993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2011.12,21927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2012.03,20575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2012.06,19965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2012.09,20242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2012.12,22650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2013.03,20735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2013.06,20329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2013.09,20892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2013.12,22980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2014.03,21697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2014.06,20940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2014.09,21625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2014.12,24392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2015.03,22340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2015.06,21719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2015.09,22454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2015.12,24842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2016.03,23067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2016.06,22437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2016.09,23336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2016.12,25371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2017.03,23553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2017.06,23025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2017.09,23748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2017.12,25937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2018.03,24218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2018.06,23786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2018.09,24506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2018.12,27180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2019.03,25053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2019.06,24244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2019.09,25073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2019.12,27360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2020.03,24955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2020.06,21464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2020.09,24916,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2020.12,27342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2021.03,25576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2021.06,25485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2021.09,25210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2021.12,28613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2022.03,26245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2022.06,25821,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2022.09,27014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2022.12,29296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2023.03,26560,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2023.06,26145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2023.09,26398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2023.12,28573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2024.03,26011,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0113,2024.06,25435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1986.06,14395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1986.09,14858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1986.12,14488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1987.03,14134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1987.06,14569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1987.09,14795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1987.12,14928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1988.03,14395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1988.06,14375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1988.09,14445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1988.12,14638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1989.03,14260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1989.06,14593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1989.09,14500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1989.12,14652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1990.03,14248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1990.06,14408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1990.09,14354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1990.12,14708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1991.03,14212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1991.06,14266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1991.09,14188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1991.12,14495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1992.03,14237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1992.06,14278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1992.09,14196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1992.12,14685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1993.03,14433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1993.06,14793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1993.09,15022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1993.12,15327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1994.03,15053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1994.06,15326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1994.09,15598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1994.12,16011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1995.03,15734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1995.06,16252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1995.09,16198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1995.12,16714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1996.03,16339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1996.06,16643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1996.09,16529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1996.12,17132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1997.03,16589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1997.06,17057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1997.09,17147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1997.12,17562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1998.03,16989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1998.06,17323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1998.09,17371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1998.12,17927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1999.03,17433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1999.06,17821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1999.09,18072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,1999.12,18639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2000.03,18376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2000.06,18462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2000.09,18564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2000.12,19012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2001.03,18491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2001.06,18964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2001.09,19065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2001.12,19789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2002.03,19284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2002.06,19830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2002.09,20222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2002.12,20804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2003.03,20299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2003.06,20812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2003.09,21347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2003.12,22036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2004.03,21626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2004.06,22168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2004.09,22419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2004.12,22886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2005.03,22436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2005.06,23022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2005.09,23162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2005.12,23670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2006.03,23303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2006.06,23706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2006.09,24119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2006.12,24949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2007.03,24697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2007.06,24841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2007.09,24986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2007.12,25554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2008.03,24721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2008.06,24896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2008.09,24909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2008.12,25420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2009.03,24797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2009.06,25307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2009.09,25216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2009.12,25991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2010.03,25297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2010.06,25642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2010.09,25555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2010.12,26035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2011.03,25461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2011.06,25859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2011.09,26058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2011.12,26857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2012.03,26211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2012.06,26500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2012.09,26658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2012.12,27510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2013.03,26831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2013.06,27324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2013.09,27393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2013.12,28049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2014.03,27623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2014.06,28092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2014.09,28367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2014.12,29147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2015.03,28728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2015.06,29134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2015.09,29361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2015.12,30269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2016.03,30003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2016.06,30477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2016.09,30631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2016.12,31558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2017.03,31140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2017.06,31669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2017.09,31913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2017.12,32954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2018.03,32300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2018.06,32894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2018.09,32886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2018.12,33879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2019.03,33455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2019.06,34081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2019.09,34294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2019.12,35280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2020.03,33865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2020.06,31323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2020.09,35746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2020.12,36417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2021.03,35681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2021.06,36544,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2021.09,35031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2021.12,36629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2022.03,35587,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2022.06,36382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2022.09,37013,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2022.12,37312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2023.03,36203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2023.06,37027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2023.09,37322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2023.12,38013,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2024.03,36977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RAC34B0114,2024.06,37422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Actual, Tradables and Non-tradables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC00B01,1987.06,27981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1987.09,28132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1987.12,28260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1988.03,28150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1988.06,28018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1988.09,28082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1988.12,27837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1989.03,28191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1989.06,28355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1989.09,28036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1989.12,27982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1990.03,27935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1990.06,27930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1990.09,28185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1990.12,28514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1991.03,27823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1991.06,27634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1991.09,27723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1991.12,27902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1992.03,27985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1992.06,27988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1992.09,27772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1992.12,28122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1993.03,28583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1993.06,29215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1993.09,29808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1993.12,30087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1994.03,30546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1994.06,30748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1994.09,31274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1994.12,31688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1995.03,32070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1995.06,32480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1995.09,32781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1995.12,33003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1996.03,33468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1996.06,33763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1996.09,33983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1996.12,34426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1997.03,34298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1997.06,34969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1997.09,34889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1997.12,34829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1998.03,34645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1998.06,34829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1998.09,34861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1998.12,35208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1999.03,35617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1999.06,35901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1999.09,36901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,1999.12,37351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2000.03,37895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2000.06,37907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2000.09,38055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2000.12,38124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2001.03,38253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2001.06,38793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2001.09,39082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2001.12,39660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2002.03,40000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2002.06,40528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2002.09,41011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2002.12,41585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2003.03,41843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2003.06,42043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2003.09,42949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2003.12,43513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2004.03,44258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2004.06,44645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2004.09,44781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2004.12,44951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2005.03,45474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2005.06,46203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2005.09,46443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2005.12,46255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2006.03,46993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2006.06,47189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2006.09,47476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2006.12,47867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2007.03,48501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2007.06,48945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2007.09,49331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2007.12,49398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2008.03,49169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2008.06,49027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2008.09,48825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2008.12,48499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2009.03,48066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2009.06,48046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2009.09,48278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2009.12,48902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2010.03,49057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2010.06,49363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2010.09,49250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2010.12,48986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2011.03,49521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2011.06,49738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2011.09,50290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2011.12,50587,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2012.03,50883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2012.06,51140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2012.09,51201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2012.12,51934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2013.03,51823,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2013.06,52430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2013.09,52747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2013.12,52918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2014.03,53725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2014.06,53940,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2014.09,54647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2014.12,55482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2015.03,55677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2015.06,56121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2015.09,56650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2015.12,57243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2016.03,57926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2016.06,58464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2016.09,59015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2016.12,59199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2017.03,59813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2017.06,60386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2017.09,60826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2017.12,61406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2018.03,61913,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2018.06,62635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2018.09,62724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2018.12,63649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2019.03,64099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2019.06,64337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2019.09,64870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2019.12,65359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2020.03,64525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2020.06,58056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2020.09,66202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2020.12,66263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2021.03,67432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2021.06,68396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2021.09,65685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2021.12,67959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2022.03,67833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2022.06,68696,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2022.09,69883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2022.12,69482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2023.03,69167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2023.06,69717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2023.09,69438,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2023.12,69464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2024.03,69527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC00B01,2024.06,69383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,,,, +SNEQ.SG01RSC01B01AC,1986.06,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1986.09,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1986.12,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1987.03,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1987.06,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1987.09,-1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1987.12,2.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1988.03,1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1988.06,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1988.09,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1988.12,-1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1989.03,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1989.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1989.09,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1989.12,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1990.03,-0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1990.06,-1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1990.09,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1990.12,1.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1991.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1991.06,-1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1991.09,-1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1991.12,-2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1992.03,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1992.06,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1992.09,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1992.12,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1993.03,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1993.06,4.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1993.09,7.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1993.12,7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1994.03,6.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1994.06,5.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1994.09,4.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1994.12,5.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1995.03,5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1995.06,5.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1995.09,4.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1995.12,4.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1996.03,4.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1996.06,3.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1996.09,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1996.12,4.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1997.03,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1997.06,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1997.09,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1997.12,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1998.03,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1998.06,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1998.09,-0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1998.12,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1999.03,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1999.06,3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1999.09,5.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,1999.12,6.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2000.03,6.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2000.06,5.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2000.09,3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2000.12,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2001.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2001.06,2.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2001.09,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2001.12,4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2002.03,4.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2002.06,4.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2002.09,4.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2002.12,4.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2003.03,4.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2003.06,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2003.09,4.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2003.12,4.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2004.03,5.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2004.06,6.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2004.09,4.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2004.12,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2005.03,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2005.06,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2005.09,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2005.12,2.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2006.03,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2006.06,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2006.09,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2006.12,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2007.03,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2007.06,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2007.09,3.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2007.12,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2008.03,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2008.06,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2008.09,-1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2008.12,-1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2009.03,-2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2009.06,-2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2009.09,-1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2009.12,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2010.03,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2010.06,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2010.09,2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2010.12,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2011.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2011.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2011.09,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2011.12,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2012.03,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2012.06,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2012.09,1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2012.12,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2013.03,1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2013.06,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2013.09,3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2013.12,1.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2014.03,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2014.06,2.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2014.09,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2014.12,4.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2015.03,3.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2015.06,4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2015.09,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2015.12,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2016.03,4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2016.06,4.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2016.09,4.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2016.12,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2017.03,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2017.06,3.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2017.09,3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2017.12,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2018.03,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2018.06,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2018.09,3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2018.12,3.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2019.03,3.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2019.06,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2019.09,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2019.12,2.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2020.03,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2020.06,-9.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2020.09,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2020.12,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2021.03,4.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2021.06,17.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2021.09,-0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2021.12,2.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2022.03,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2022.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2022.09,6.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2022.12,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2023.03,2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2023.06,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2023.09,-0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2023.12,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2024.03,0.5,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01AC,2024.06,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from same period previous year,,, +SNEQ.SG01RSC01B01PC,1986.06,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1986.09,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1986.12,-3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1987.03,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1987.06,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1987.09,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1987.12,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1988.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1988.06,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1988.09,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1988.12,-0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1989.03,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1989.06,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1989.09,-1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1989.12,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1990.03,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1990.06,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1990.09,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1990.12,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1991.03,-2.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1991.06,-0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1991.09,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1991.12,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1992.03,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1992.06,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1992.09,-0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1992.12,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1993.03,1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1993.06,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1993.09,2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1993.12,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1994.03,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1994.06,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1994.09,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1994.12,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1995.03,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1995.06,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1995.09,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1995.12,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1996.03,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1996.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1996.09,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1996.12,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1997.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1997.06,2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1997.09,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1997.12,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1998.03,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1998.06,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1998.09,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1998.12,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1999.03,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1999.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1999.09,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,1999.12,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2000.03,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2000.06,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2000.09,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2000.12,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2001.03,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2001.06,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2001.09,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2001.12,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2002.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2002.06,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2002.09,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2002.12,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2003.03,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2003.06,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2003.09,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2003.12,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2004.03,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2004.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2004.09,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2004.12,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2005.03,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2005.06,1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2005.09,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2005.12,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2006.03,1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2006.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2006.09,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2006.12,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2007.03,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2007.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2007.09,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2007.12,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2008.03,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2008.06,-0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2008.09,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2008.12,-0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2009.03,-0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2009.06,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2009.09,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2009.12,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2010.03,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2010.06,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2010.09,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2010.12,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2011.03,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2011.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2011.09,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2011.12,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2012.03,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2012.06,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2012.09,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2012.12,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2013.03,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2013.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2013.09,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2013.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2014.03,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2014.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2014.09,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2014.12,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2015.03,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2015.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2015.09,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2015.12,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2016.03,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2016.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2016.09,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2016.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2017.03,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2017.06,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2017.09,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2017.12,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2018.03,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2018.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2018.09,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2018.12,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2019.03,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2019.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2019.09,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2019.12,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2020.03,-1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2020.06,-10,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2020.09,14,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2020.12,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2021.03,1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2021.06,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2021.09,-4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2021.12,3.5,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2022.03,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2022.06,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2022.09,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2022.12,-0.6,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2023.03,-0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2023.06,0.8,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2023.09,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2023.12,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2024.03,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC01B01PC,2024.06,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - production measure,Percentage change from previous period,,, +SNEQ.SG01RSC02B01A01,1987.06,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1987.09,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1987.12,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1988.03,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1988.06,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1988.09,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1988.12,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1989.03,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1989.06,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1989.09,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1989.12,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1990.03,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1990.06,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1990.09,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1990.12,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1991.03,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1991.06,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1991.09,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1991.12,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1992.03,2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1992.06,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1992.09,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1992.12,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1993.03,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1993.06,2052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1993.09,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1993.12,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1994.03,2229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1994.06,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1994.09,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1994.12,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1995.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1995.06,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1995.09,2279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1995.12,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1996.03,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1996.06,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1996.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1996.12,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1997.03,2594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1997.06,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1997.09,2558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1997.12,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1998.03,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1998.06,2482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1998.09,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1998.12,2417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1999.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1999.06,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1999.09,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,1999.12,2554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2000.03,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2000.06,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2000.09,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2000.12,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2001.03,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2001.06,2619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2001.09,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2001.12,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2002.03,2589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2002.06,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2002.09,2524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2002.12,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2003.03,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2003.06,2721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2003.09,2866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2003.12,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2004.03,2913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2004.06,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2004.09,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2004.12,2735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2005.03,2811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2005.06,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2005.09,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2005.12,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2006.03,3001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2006.06,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2006.09,3036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2006.12,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2007.03,2807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2007.06,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2007.09,2554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2007.12,2398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2008.03,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2008.06,2405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2008.09,2707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2008.12,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2009.03,2820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2009.06,2829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2009.09,2807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2009.12,2801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2010.03,2745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2010.06,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2010.09,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2010.12,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2011.03,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2011.06,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2011.09,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2011.12,2905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2012.03,3004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2012.06,3088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2012.09,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2012.12,3077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2013.03,2949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2013.06,2844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2013.09,3083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2013.12,3000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2014.03,3086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2014.06,3006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2014.09,3124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2014.12,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2015.03,3192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2015.06,3226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2015.09,3216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2015.12,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2016.03,3275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2016.06,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2016.09,3263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2016.12,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2017.03,3278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2017.06,3150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2017.09,3107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2017.12,3088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2018.03,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2018.06,3266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2018.09,3317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2018.12,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2019.03,3345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2019.06,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2019.09,3290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2019.12,3255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2020.03,3230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2020.06,3122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2020.09,3479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2020.12,3407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2021.03,3420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2021.06,3446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2021.09,3374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2021.12,3325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2022.03,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2022.06,3429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2022.09,3487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2022.12,3521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2023.03,3494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2023.06,3477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2023.09,3456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2023.12,3515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2024.03,3514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A01,2024.06,3465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Agriculture, Forestry and Fishing",,, +SNEQ.SG01RSC02B01A02,1987.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1987.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1987.12,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1988.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1988.06,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1988.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1988.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1989.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1989.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1989.09,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1989.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1990.03,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1990.06,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1990.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1990.12,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1991.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1991.06,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1991.09,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1991.12,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1992.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1992.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1992.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1992.12,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1993.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1993.06,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1993.09,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1993.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1994.03,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1994.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1994.09,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1994.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1995.03,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1995.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1995.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1995.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1996.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1996.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1996.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1996.12,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1997.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1997.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1997.09,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1997.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1998.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1998.06,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1998.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1998.12,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1999.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1999.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1999.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,1999.12,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2000.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2000.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2000.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2000.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2001.03,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2001.06,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2001.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2001.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2002.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2002.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2002.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2002.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2003.03,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2003.06,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2003.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2003.12,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2004.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2004.06,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2004.09,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2004.12,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2005.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2005.06,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2005.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2005.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2006.03,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2006.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2006.09,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2006.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2007.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2007.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2007.09,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2007.12,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2008.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2008.06,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2008.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2008.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2009.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2009.06,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2009.09,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2009.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2010.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2010.06,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2010.09,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2010.12,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2011.03,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2011.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2011.09,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2011.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2012.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2012.06,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2012.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2012.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2013.03,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2013.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2013.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2013.12,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2014.03,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2014.06,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2014.09,896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2014.12,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2015.03,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2015.06,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2015.09,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2015.12,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2016.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2016.06,765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2016.09,768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2016.12,748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2017.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2017.06,715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2017.09,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2017.12,759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2018.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2018.06,646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2018.09,716,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2018.12,685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2019.03,702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2019.06,679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2019.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2019.12,672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2020.03,676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2020.06,506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2020.09,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2020.12,628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2021.03,594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2021.06,582,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2021.09,530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2021.12,578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2022.03,557,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2022.06,522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2022.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2022.12,520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2023.03,538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2023.06,559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2023.09,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2023.12,525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2024.03,515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A02,2024.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC02B01A99,1987.06,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1987.09,2240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1987.12,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1988.03,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1988.06,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1988.09,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1988.12,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1989.03,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1989.06,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1989.09,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1989.12,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1990.03,2207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1990.06,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1990.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1990.12,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1991.03,2572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1991.06,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1991.09,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1991.12,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1992.03,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1992.06,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1992.09,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1992.12,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1993.03,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1993.06,2533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1993.09,2621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1993.12,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1994.03,2728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1994.06,2623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1994.09,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1994.12,2621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1995.03,2618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1995.06,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1995.09,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1995.12,2772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1996.03,2864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1996.06,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1996.09,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1996.12,3175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1997.03,3244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1997.06,3281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1997.09,3128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1997.12,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1998.03,2924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1998.06,3032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1998.09,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1998.12,2975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1999.03,2973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1999.06,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1999.09,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,1999.12,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2000.03,3160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2000.06,3109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2000.09,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2000.12,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2001.03,3171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2001.06,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2001.09,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2001.12,3082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2002.03,3079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2002.06,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2002.09,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2002.12,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2003.03,3123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2003.06,3192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2003.09,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2003.12,3354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2004.03,3387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2004.06,3346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2004.09,3175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2004.12,3190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2005.03,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2005.06,3304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2005.09,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2005.12,3406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2006.03,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2006.06,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2006.09,3440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2006.12,3393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2007.03,3288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2007.06,3315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2007.09,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2007.12,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2008.03,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2008.06,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2008.09,3682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2008.12,3776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2009.03,3743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2009.06,3763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2009.09,3958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2009.12,3811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2010.03,3774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2010.06,3598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2010.09,3484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2010.12,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2011.03,3506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2011.06,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2011.09,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2011.12,3756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2012.03,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2012.06,3929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2012.09,3846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2012.12,3854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2013.03,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2013.06,3732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2013.09,3860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2013.12,3809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2014.03,4033,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2014.06,3909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2014.09,4045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2014.12,4163,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2015.03,4034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2015.06,4122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2015.09,4081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2015.12,4048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2016.03,4069,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2016.06,4155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2016.09,4062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2016.12,3934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2017.03,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2017.06,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2017.09,3859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2017.12,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2018.03,3917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2018.06,3972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2018.09,4080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2018.12,4126,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2019.03,4100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2019.06,4047,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2019.09,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2019.12,3981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2020.03,3958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2020.06,3709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2020.09,4176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2020.12,4107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2021.03,4094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2021.06,4113,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2021.09,3999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2021.12,3981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2022.03,4025,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2022.06,4050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2022.09,4101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2022.12,4147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2023.03,4131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2023.06,4129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2023.09,4096,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2023.12,4144,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2024.03,4135,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01A99,2024.06,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Primary Industries,,, +SNEQ.SG01RSC02B01B01,1987.06,4536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1987.09,4432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1987.12,4371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1988.03,4373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1988.06,4432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1988.09,4402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1988.12,4323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1989.03,4419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1989.06,4439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1989.09,4340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1989.12,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1990.03,4284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1990.06,4254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1990.09,4247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1990.12,4233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1991.03,4051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1991.06,3920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1991.09,4081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1991.12,4167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1992.03,4187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1992.06,4254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1992.09,4194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1992.12,4269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1993.03,4384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1993.06,4469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1993.09,4573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1993.12,4568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1994.03,4626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1994.06,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1994.09,4868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1994.12,4938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1995.03,4967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1995.06,4887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1995.09,4846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1995.12,4893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1996.03,4956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1996.06,5009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1996.09,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1996.12,4987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1997.03,4912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1997.06,5083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1997.09,4965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1997.12,4955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1998.03,4946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1998.06,4846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1998.09,4846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1998.12,4791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1999.03,4922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1999.06,4849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1999.09,5003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,1999.12,5196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2000.03,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2000.06,5166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2000.09,5210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2000.12,5258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2001.03,5148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2001.06,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2001.09,5268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2001.12,5246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2002.03,5229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2002.06,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2002.09,5743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2002.12,5803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2003.03,5821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2003.06,5733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2003.09,5804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2003.12,5887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2004.03,6061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2004.06,6090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2004.09,6047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2004.12,6068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2005.03,6045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2005.06,6153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2005.09,6212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2005.12,6019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2006.03,6093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2006.06,6002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2006.09,5788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2006.12,5972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2007.03,5956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2007.06,6024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2007.09,6037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2007.12,6016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2008.03,5895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2008.06,5921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2008.09,5670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2008.12,5233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2009.03,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2009.06,4833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2009.09,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2009.12,5554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2010.03,5473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2010.06,5446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2010.09,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2010.12,5346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2011.03,5354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2011.06,5399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2011.09,5420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2011.12,5169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2012.03,5354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2012.06,5377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2012.09,5343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2012.12,5452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2013.03,5389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2013.06,5412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2013.09,5431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2013.12,5448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2014.03,5511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2014.06,5551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2014.09,5537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2014.12,5591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2015.03,5587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2015.06,5523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2015.09,5662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2015.12,5824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2016.03,5751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2016.06,5683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2016.09,5895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2016.12,5918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2017.03,5844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2017.06,6030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2017.09,6005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2017.12,5867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2018.03,5985,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2018.06,6068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2018.09,6033,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2018.12,6109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2019.03,6195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2019.06,6050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2019.09,6074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2019.12,6108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2020.03,5979,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2020.06,5167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2020.09,6091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2020.12,6124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2021.03,6225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2021.06,6207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2021.09,5738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2021.12,6185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2022.03,6118,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2022.06,5703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2022.09,5693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2022.12,5578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2023.03,5569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2023.06,5571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2023.09,5379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2023.12,5369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2024.03,5295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B01,2024.06,5397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing,,, +SNEQ.SG01RSC02B01B02,1987.06,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1987.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1987.12,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1988.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1988.06,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1988.09,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1988.12,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1989.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1989.06,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1989.09,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1989.12,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1990.03,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1990.06,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1990.09,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1990.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1991.03,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1991.06,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1991.09,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1991.12,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1992.03,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1992.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1992.09,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1992.12,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1993.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1993.06,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1993.09,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1993.12,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1994.03,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1994.06,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1994.09,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1994.12,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1995.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1995.06,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1995.09,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1995.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1996.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1996.06,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1996.09,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1996.12,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1997.03,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1997.06,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1997.09,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1997.12,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1998.03,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1998.06,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1998.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1998.12,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1999.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1999.06,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1999.09,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,1999.12,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2000.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2000.06,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2000.09,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2000.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2001.03,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2001.06,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2001.09,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2001.12,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2002.03,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2002.06,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2002.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2002.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2003.03,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2003.06,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2003.09,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2003.12,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2004.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2004.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2004.09,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2004.12,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2005.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2005.06,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2005.09,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2005.12,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2006.03,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2006.06,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2006.09,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2006.12,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2007.03,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2007.06,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2007.09,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2007.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2008.03,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2008.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2008.09,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2008.12,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2009.03,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2009.06,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2009.09,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2009.12,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2010.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2010.06,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2010.09,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2010.12,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2011.03,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2011.06,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2011.09,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2011.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2012.03,1535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2012.06,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2012.09,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2012.12,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2013.03,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2013.06,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2013.09,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2013.12,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2014.03,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2014.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2014.09,1620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2014.12,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2015.03,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2015.06,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2015.09,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2015.12,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2016.03,1703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2016.06,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2016.09,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2016.12,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2017.03,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2017.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2017.09,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2017.12,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2018.03,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2018.06,1766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2018.09,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2018.12,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2019.03,1774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2019.06,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2019.09,1784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2019.12,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2020.03,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2020.06,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2020.09,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2020.12,1777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2021.03,1763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2021.06,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2021.09,1779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2021.12,1798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2022.03,1804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2022.06,1799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2022.09,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2022.12,1855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2023.03,1841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2023.06,1900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2023.09,1856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2023.12,1862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2024.03,1894,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B02,2024.06,1893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC02B01B03,1987.06,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1987.09,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1987.12,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1988.03,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1988.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1988.09,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1988.12,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1989.03,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1989.06,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1989.09,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1989.12,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1990.03,1492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1990.06,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1990.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1990.12,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1991.03,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1991.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1991.09,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1991.12,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1992.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1992.06,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1992.09,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1992.12,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1993.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1993.06,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1993.09,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1993.12,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1994.03,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1994.06,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1994.09,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1994.12,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1995.03,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1995.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1995.09,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1995.12,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1996.03,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1996.06,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1996.09,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1996.12,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1997.03,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1997.06,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1997.09,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1997.12,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1998.03,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1998.06,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1998.09,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1998.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1999.03,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1999.06,1713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1999.09,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,1999.12,1896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2000.03,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2000.06,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2000.09,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2000.12,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2001.03,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2001.06,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2001.09,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2001.12,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2002.03,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2002.06,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2002.09,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2002.12,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2003.03,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2003.06,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2003.09,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2003.12,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2004.03,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2004.06,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2004.09,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2004.12,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2005.03,2459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2005.06,2541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2005.09,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2005.12,2506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2006.03,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2006.06,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2006.09,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2006.12,2691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2007.03,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2007.06,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2007.09,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2007.12,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2008.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2008.06,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2008.09,2672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2008.12,2550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2009.03,2631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2009.06,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2009.09,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2009.12,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2010.03,2606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2010.06,2686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2010.09,2580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2010.12,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2011.03,2531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2011.06,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2011.09,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2011.12,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2012.03,2603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2012.06,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2012.09,2698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2012.12,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2013.03,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2013.06,2840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2013.09,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2013.12,2830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2014.03,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2014.06,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2014.09,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2014.12,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2015.03,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2015.06,3240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2015.09,3282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2015.12,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2016.03,3496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2016.06,3554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2016.09,3558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2016.12,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2017.03,3642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2017.06,3758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2017.09,3961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2017.12,4002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2018.03,3972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2018.06,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2018.09,3946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2018.12,4034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2019.03,4255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2019.06,4298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2019.09,4361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2019.12,4400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2020.03,4249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2020.06,3276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2020.09,4990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2020.12,4663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2021.03,4732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2021.06,4548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2021.09,4028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2021.12,4355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2022.03,4339,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2022.06,4315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2022.09,4525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2022.12,4399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2023.03,4367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2023.06,4402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2023.09,4353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2023.12,4313,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2024.03,4214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B03,2024.06,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC02B01B04,1987.06,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1987.09,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1987.12,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1988.03,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1988.06,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1988.09,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1988.12,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1989.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1989.06,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1989.09,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1989.12,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1990.03,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1990.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1990.09,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1990.12,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1991.03,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1991.06,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1991.09,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1991.12,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1992.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1992.06,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1992.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1992.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1993.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1993.06,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1993.09,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1993.12,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1994.03,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1994.06,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1994.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1994.12,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1995.03,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1995.06,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1995.09,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1995.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1996.03,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1996.06,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1996.09,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1996.12,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1997.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1997.06,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1997.09,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1997.12,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1998.03,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1998.06,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1998.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1998.12,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1999.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1999.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1999.09,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,1999.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2000.03,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2000.06,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2000.09,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2000.12,1389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2001.03,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2001.06,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2001.09,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2001.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2002.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2002.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2002.09,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2002.12,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2003.03,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2003.06,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2003.09,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2003.12,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2004.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2004.06,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2004.09,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2004.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2005.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2005.06,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2005.09,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2005.12,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2006.03,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2006.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2006.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2006.12,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2007.03,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2007.06,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2007.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2007.12,1858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2008.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2008.06,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2008.09,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2008.12,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2009.03,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2009.06,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2009.09,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2009.12,1922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2010.03,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2010.06,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2010.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2010.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2011.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2011.06,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2011.09,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2011.12,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2012.03,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2012.06,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2012.09,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2012.12,1848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2013.03,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2013.06,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2013.09,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2013.12,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2014.03,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2014.06,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2014.09,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2014.12,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2015.03,1784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2015.06,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2015.09,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2015.12,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2016.03,1848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2016.06,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2016.09,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2016.12,1876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2017.03,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2017.06,2014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2017.09,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2017.12,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2018.03,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2018.06,1899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2018.09,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2018.12,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2019.03,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2019.06,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2019.09,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2019.12,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2020.03,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2020.06,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2020.09,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2020.12,1951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2021.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2021.06,1916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2021.09,1881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2021.12,1890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2022.03,1854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2022.06,1952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2022.09,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2022.12,1896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2023.03,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2023.06,1957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2023.09,1917,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2023.12,1891,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2024.03,1950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B04,2024.06,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Food Manufacturing,,, +SNEQ.SG01RSC02B01B05,1987.06,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1987.09,3387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1987.12,3338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1988.03,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1988.06,3292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1988.09,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1988.12,3271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1989.03,3380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1989.06,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1989.09,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1989.12,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1990.03,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1990.06,3242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1990.09,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1990.12,3215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1991.03,3067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1991.06,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1991.09,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1991.12,3082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1992.03,3104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1992.06,3170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1992.09,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1992.12,3235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1993.03,3272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1993.06,3379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1993.09,3446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1993.12,3446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1994.03,3530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1994.06,3585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1994.09,3709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1994.12,3776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1995.03,3823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1995.06,3706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1995.09,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1995.12,3668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1996.03,3692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1996.06,3771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1996.09,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1996.12,3753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1997.03,3708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1997.06,3786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1997.09,3690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1997.12,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1998.03,3641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1998.06,3572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1998.09,3629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1998.12,3553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1999.03,3670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1999.06,3643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1999.09,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,1999.12,3938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2000.03,3930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2000.06,3897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2000.09,3908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2000.12,3925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2001.03,3880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2001.06,3953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2001.09,3940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2001.12,3938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2002.03,3929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2002.06,4153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2002.09,4092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2002.12,4047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2003.03,4058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2003.06,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2003.09,4083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2003.12,4112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2004.03,4262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2004.06,4203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2004.09,4282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2004.12,4321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2005.03,4273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2005.06,4331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2005.09,4273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2005.12,4221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2006.03,4215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2006.06,4085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2006.09,4103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2006.12,4155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2007.03,4146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2007.06,4246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2007.09,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2007.12,4147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2008.03,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2008.06,4021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2008.09,3883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2008.12,3597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2009.03,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2009.06,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2009.09,3435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2009.12,3561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2010.03,3656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2010.06,3632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2010.09,3567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2010.12,3699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2011.03,3670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2011.06,3625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2011.09,3601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2011.12,3520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2012.03,3589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2012.06,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2012.09,3555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2012.12,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2013.03,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2013.06,3587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2013.09,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2013.12,3657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2014.03,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2014.06,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2014.09,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2014.12,3784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2015.03,3780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2015.06,3788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2015.09,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2015.12,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2016.03,3877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2016.06,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2016.09,4014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2016.12,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2017.03,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2017.06,3992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2017.09,4103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2017.12,4064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2018.03,4140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2018.06,4155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2018.09,4158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2018.12,4158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2019.03,4207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2019.06,4165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2019.09,4179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2019.12,4175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2020.03,4075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2020.06,3362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2020.09,4125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2020.12,4154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2021.03,4263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2021.06,4279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2021.09,3829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2021.12,4280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2022.03,4251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2022.06,3724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2022.09,3713,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2022.12,3655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2023.03,3611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2023.06,3583,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2023.09,3432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2023.12,3448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2024.03,3310,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B05,2024.06,3440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Manufacturing (excluding Food Manufacturing),,, +SNEQ.SG01RSC02B01B99,1987.06,7232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1987.09,7158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1987.12,7097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1988.03,7122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1988.06,7065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1988.09,7032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1988.12,6944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1989.03,7043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1989.06,7186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1989.09,7058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1989.12,7047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1990.03,6912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1990.06,6848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1990.09,6772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1990.12,6750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1991.03,6484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1991.06,6257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1991.09,6373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1991.12,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1992.03,6578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1992.06,6573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1992.09,6419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1992.12,6625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1993.03,6784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1993.06,6910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1993.09,7138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1993.12,7043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1994.03,7111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1994.06,7277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1994.09,7597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1994.12,7650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1995.03,7716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1995.06,7750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1995.09,7648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1995.12,7759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1996.03,7850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1996.06,7918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1996.09,7870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1996.12,7940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1997.03,7886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1997.06,8033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1997.09,8011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1997.12,7959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1998.03,7986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1998.06,7899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1998.09,7802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1998.12,7767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1999.03,7880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1999.06,7873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1999.09,8126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,1999.12,8385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2000.03,8642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2000.06,8384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2000.09,8402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2000.12,8375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2001.03,8222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2001.06,8521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2001.09,8382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2001.12,8493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2002.03,8437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2002.06,8757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2002.09,9183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2002.12,9308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2003.03,9337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2003.06,9196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2003.09,9442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2003.12,9563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2004.03,9823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2004.06,9964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2004.09,9929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2004.12,9847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2005.03,9879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2005.06,10091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2005.09,10063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2005.12,9900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2006.03,10091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2006.06,10018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2006.09,9839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2006.12,10140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2007.03,10184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2007.06,10233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2007.09,10324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2007.12,10360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2008.03,10103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2008.06,9989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2008.09,9815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2008.12,9240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2009.03,9217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2009.06,8956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2009.09,9152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2009.12,9731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2010.03,9619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2010.06,9696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2010.09,9392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2010.12,9467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2011.03,9447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2011.06,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2011.09,9526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2011.12,9316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2012.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2012.06,9512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2012.09,9626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2012.12,9834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2013.03,9784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2013.06,9795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2013.09,9773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2013.12,9860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2014.03,10078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2014.06,10197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2014.09,10287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2014.12,10275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2015.03,10392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2015.06,10413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2015.09,10607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2015.12,10859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2016.03,10925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2016.06,10892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2016.09,11126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2016.12,11184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2017.03,11152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2017.06,11422,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2017.09,11588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2017.12,11515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2018.03,11595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2018.06,11792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2018.09,11698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2018.12,11860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2019.03,12193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2019.06,12111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2019.09,12189,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2019.12,12273,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2020.03,11989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2020.06,10093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2020.09,12813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2020.12,12535,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2021.03,12692,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2021.06,12507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2021.09,11508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2021.12,12306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2022.03,12228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2022.06,11797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2022.09,12060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2022.12,11820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2023.03,11764,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2023.06,11861,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2023.09,11581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2023.12,11536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2024.03,11394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01B99,2024.06,11472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Goods Producing Industries,,, +SNEQ.SG01RSC02B01C01,1987.06,1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1987.09,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1987.12,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1988.03,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1988.06,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1988.09,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1988.12,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1989.03,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1989.06,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1989.09,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1989.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1990.03,1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1990.06,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1990.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1990.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1991.03,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1991.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1991.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1991.12,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1992.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1992.06,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1992.09,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1992.12,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1993.03,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1993.06,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1993.09,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1993.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1994.03,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1994.06,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1994.09,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1994.12,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1995.03,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1995.06,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1995.09,1858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1995.12,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1996.03,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1996.06,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1996.09,1860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1996.12,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1997.03,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1997.06,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1997.09,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1997.12,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1998.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1998.06,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1998.09,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1998.12,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1999.03,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1999.06,2032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1999.09,2146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,1999.12,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2000.03,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2000.06,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2000.09,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2000.12,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2001.03,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2001.06,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2001.09,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2001.12,2505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2002.03,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2002.06,2540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2002.09,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2002.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2003.03,2138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2003.06,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2003.09,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2003.12,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2004.03,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2004.06,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2004.09,2483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2004.12,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2005.03,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2005.06,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2005.09,2621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2005.12,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2006.03,2626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2006.06,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2006.09,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2006.12,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2007.03,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2007.06,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2007.09,2766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2007.12,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2008.03,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2008.06,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2008.09,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2008.12,2617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2009.03,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2009.06,2471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2009.09,2441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2009.12,2461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2010.03,2497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2010.06,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2010.09,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2010.12,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2011.03,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2011.06,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2011.09,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2011.12,2693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2012.03,2738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2012.06,2756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2012.09,2743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2012.12,2761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2013.03,2789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2013.06,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2013.09,2800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2013.12,2855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2014.03,2851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2014.06,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2014.09,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2014.12,2904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2015.03,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2015.06,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2015.09,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2015.12,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2016.03,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2016.06,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2016.09,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2016.12,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2017.03,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2017.06,3024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2017.09,3036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2017.12,3118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2018.03,3129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2018.06,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2018.09,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2018.12,3200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2019.03,3210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2019.06,3228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2019.09,3232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2019.12,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2020.03,3212,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2020.06,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2020.09,3360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2020.12,3311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2021.03,3432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2021.06,3519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2021.09,3448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2021.12,3632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2022.03,3662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2022.06,3770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2022.09,3777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2022.12,3770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2023.03,3732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2023.06,3731,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2023.09,3640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2023.12,3571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2024.03,3555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C01,2024.06,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Wholesale trade,,, +SNEQ.SG01RSC02B01C02,1987.06,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1987.09,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1987.12,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1988.03,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1988.06,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1988.09,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1988.12,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1989.03,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1989.06,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1989.09,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1989.12,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1990.03,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1990.06,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1990.09,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1990.12,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1991.03,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1991.06,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1991.09,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1991.12,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1992.03,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1992.06,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1992.09,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1992.12,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1993.03,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1993.06,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1993.09,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1993.12,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1994.03,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1994.06,1947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1994.09,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1994.12,2015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1995.03,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1995.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1995.09,2047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1995.12,2047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1996.03,2080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1996.06,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1996.09,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1996.12,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1997.03,2097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1997.06,2130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1997.09,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1997.12,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1998.03,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1998.06,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1998.09,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1998.12,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1999.03,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1999.06,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1999.09,2296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,1999.12,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2000.03,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2000.06,2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2000.09,2311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2000.12,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2001.03,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2001.06,2365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2001.09,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2001.12,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2002.03,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2002.06,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2002.09,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2002.12,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2003.03,2537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2003.06,2572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2003.09,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2003.12,2672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2004.03,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2004.06,2741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2004.09,2827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2004.12,2832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2005.03,2848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2005.06,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2005.09,2947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2005.12,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2006.03,2969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2006.06,3003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2006.09,3032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2006.12,3112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2007.03,3206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2007.06,3183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2007.09,3155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2007.12,3121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2008.03,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2008.06,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2008.09,3049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2008.12,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2009.03,2947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2009.06,2975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2009.09,2998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2009.12,3041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2010.03,3068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2010.06,3084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2010.09,3091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2010.12,3051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2011.03,3100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2011.06,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2011.09,3195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2011.12,3241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2012.03,3242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2012.06,3256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2012.09,3260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2012.12,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2013.03,3345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2013.06,3404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2013.09,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2013.12,3435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2014.03,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2014.06,3530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2014.09,3596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2014.12,3678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2015.03,3737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2015.06,3738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2015.09,3809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2015.12,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2016.03,3921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2016.06,3972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2016.09,4030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2016.12,4060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2017.03,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2017.06,4223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2017.09,4226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2017.12,4279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2018.03,4315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2018.06,4368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2018.09,4369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2018.12,4484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2019.03,4486,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2019.06,4489,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2019.09,4549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2019.12,4599,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2020.03,4473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2020.06,3539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2020.09,4935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2020.12,4813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2021.03,4868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2021.06,5252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2021.09,4514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2021.12,4922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2022.03,4804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2022.06,5074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2022.09,4959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2022.12,4871,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2023.03,4788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2023.06,4771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2023.09,4735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2023.12,4699,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2024.03,4697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C02,2024.06,4638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Retail Trade and Accommodation,,, +SNEQ.SG01RSC02B01C03,1987.06,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1987.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1987.12,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1988.03,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1988.06,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1988.09,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1988.12,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1989.03,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1989.06,1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1989.09,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1989.12,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1990.03,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1990.06,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1990.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1990.12,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1991.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1991.06,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1991.09,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1991.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1992.03,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1992.06,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1992.09,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1992.12,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1993.03,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1993.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1993.09,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1993.12,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1994.03,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1994.06,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1994.09,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1994.12,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1995.03,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1995.06,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1995.09,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1995.12,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1996.03,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1996.06,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1996.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1996.12,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1997.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1997.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1997.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1997.12,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1998.03,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1998.06,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1998.09,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1998.12,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1999.03,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1999.06,1560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1999.09,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,1999.12,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2000.03,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2000.06,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2000.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2000.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2001.03,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2001.06,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2001.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2001.12,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2002.03,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2002.06,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2002.09,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2002.12,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2003.03,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2003.06,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2003.09,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2003.12,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2004.03,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2004.06,1945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2004.09,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2004.12,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2005.03,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2005.06,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2005.09,2069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2005.12,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2006.03,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2006.06,1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2006.09,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2006.12,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2007.03,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2007.06,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2007.09,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2007.12,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2008.03,2113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2008.06,2111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2008.09,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2008.12,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2009.03,1939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2009.06,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2009.09,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2009.12,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2010.03,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2010.06,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2010.09,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2010.12,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2011.03,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2011.06,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2011.09,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2011.12,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2012.03,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2012.06,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2012.09,2204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2012.12,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2013.03,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2013.06,2215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2013.09,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2013.12,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2014.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2014.06,2393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2014.09,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2014.12,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2015.03,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2015.06,2484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2015.09,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2015.12,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2016.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2016.06,2580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2016.09,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2016.12,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2017.03,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2017.06,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2017.09,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2017.12,2749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2018.03,2758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2018.06,2767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2018.09,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2018.12,2779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2019.03,2817,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2019.06,2864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2019.09,2812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2019.12,2868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2020.03,2621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2020.06,2074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2020.09,2282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2020.12,2369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2021.03,2367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2021.06,2492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2021.09,2388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2021.12,2447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2022.03,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2022.06,2578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2022.09,2768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2022.12,2703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2023.03,2627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2023.06,2667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2023.09,2575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2023.12,2569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2024.03,2576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C03,2024.06,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC02B01C04,1987.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1987.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1987.12,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1988.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1988.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1988.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1988.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1989.03,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1989.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1989.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1989.12,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1990.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1990.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1990.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1990.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1991.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1991.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1991.09,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1991.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1992.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1992.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1992.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1992.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1993.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1993.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1993.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1993.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1994.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1994.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1994.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1994.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1995.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1995.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1995.09,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1995.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1996.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1996.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1996.09,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1996.12,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1997.03,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1997.06,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1997.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1997.12,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1998.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1998.06,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1998.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1998.12,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1999.03,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1999.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1999.09,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,1999.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2000.03,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2000.06,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2000.09,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2000.12,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2001.03,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2001.06,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2001.09,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2001.12,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2002.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2002.06,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2002.09,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2002.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2003.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2003.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2003.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2003.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2004.03,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2004.06,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2004.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2004.12,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2005.03,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2005.06,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2005.09,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2005.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2006.03,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2006.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2006.09,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2006.12,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2007.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2007.06,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2007.09,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2007.12,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2008.03,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2008.06,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2008.09,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2008.12,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2009.03,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2009.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2009.09,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2009.12,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2010.03,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2010.06,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2010.09,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2010.12,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2011.03,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2011.06,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2011.09,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2011.12,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2012.03,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2012.06,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2012.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2012.12,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2013.03,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2013.06,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2013.09,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2013.12,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2014.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2014.06,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2014.09,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2014.12,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2015.03,2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2015.06,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2015.09,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2015.12,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2016.03,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2016.06,2134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2016.09,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2016.12,2059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2017.03,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2017.06,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2017.09,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2017.12,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2018.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2018.06,2266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2018.09,2265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2018.12,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2019.03,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2019.06,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2019.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2019.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2020.03,2414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2020.06,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2020.09,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2020.12,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2021.03,2745,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2021.06,2789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2021.09,2733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2021.12,2876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2022.03,2838,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2022.06,2863,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2022.09,2905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2022.12,2909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2023.03,2968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2023.06,2965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2023.09,3002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2023.12,2991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2024.03,2997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C04,2024.06,3011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC02B01C05,1987.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1987.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1987.12,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1988.03,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1988.06,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1988.09,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1988.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1989.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1989.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1989.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1989.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1990.03,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1990.06,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1990.09,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1990.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1991.03,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1991.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1991.09,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1991.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1992.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1992.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1992.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1992.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1993.03,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1993.06,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1993.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1993.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1994.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1994.06,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1994.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1994.12,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1995.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1995.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1995.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1995.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1996.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1996.06,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1996.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1996.12,1648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1997.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1997.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1997.09,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1997.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1998.03,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1998.06,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1998.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1998.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1999.03,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1999.06,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1999.09,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,1999.12,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2000.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2000.06,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2000.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2000.12,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2001.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2001.06,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2001.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2001.12,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2002.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2002.06,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2002.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2002.12,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2003.03,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2003.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2003.09,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2003.12,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2004.03,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2004.06,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2004.09,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2004.12,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2005.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2005.06,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2005.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2005.12,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2006.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2006.06,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2006.09,2566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2006.12,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2007.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2007.06,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2007.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2007.12,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2008.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2008.06,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2008.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2008.12,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2009.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2009.06,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2009.09,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2009.12,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2010.03,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2010.06,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2010.09,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2010.12,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2011.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2011.06,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2011.09,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2011.12,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2012.03,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2012.06,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2012.09,2929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2012.12,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2013.03,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2013.06,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2013.09,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2013.12,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2014.03,3064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2014.06,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2014.09,3099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2014.12,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2015.03,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2015.06,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2015.09,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2015.12,3211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2016.03,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2016.06,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2016.09,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2016.12,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2017.03,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2017.06,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2017.09,3414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2017.12,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2018.03,3526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2018.06,3580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2018.09,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2018.12,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2019.03,3594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2019.06,3654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2019.09,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2019.12,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2020.03,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2020.06,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2020.09,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2020.12,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2021.03,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2021.06,3738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2021.09,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2021.12,3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2022.03,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2022.06,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2022.09,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2022.12,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2023.03,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2023.06,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2023.09,3907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2023.12,3922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2024.03,3895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C05,2024.06,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC02B01C06,1987.06,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1987.09,3868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1987.12,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1988.03,3791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1988.06,3776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1988.09,3743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1988.12,3725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1989.03,3682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1989.06,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1989.09,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1989.12,3690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1990.03,3712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1990.06,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1990.09,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1990.12,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1991.03,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1991.06,3832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1991.09,3834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1991.12,3828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1992.03,3824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1992.06,3807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1992.09,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1992.12,3791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1993.03,3830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1993.06,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1993.09,3906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1993.12,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1994.03,3971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1994.06,3929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1994.09,3944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1994.12,3986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1995.03,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1995.06,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1995.09,4107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1995.12,4147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1996.03,4225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1996.06,4198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1996.09,4192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1996.12,4248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1997.03,4283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1997.06,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1997.09,4289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1997.12,4300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1998.03,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1998.06,4278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1998.09,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1998.12,4347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1999.03,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1999.06,4423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1999.09,4471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,1999.12,4508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2000.03,4558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2000.06,4578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2000.09,4623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2000.12,4665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2001.03,4726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2001.06,4778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2001.09,4854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2001.12,4915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2002.03,5004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2002.06,5111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2002.09,5153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2002.12,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2003.03,5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2003.06,5334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2003.09,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2003.12,5462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2004.03,5498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2004.06,5545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2004.09,5580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2004.12,5678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2005.03,5775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2005.06,5834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2005.09,5879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2005.12,5929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2006.03,5984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2006.06,6032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2006.09,6154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2006.12,6213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2007.03,6321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2007.06,6268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2007.09,6225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2007.12,6209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2008.03,6171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2008.06,6204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2008.09,6230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2008.12,6274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2009.03,6332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2009.06,6379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2009.09,6388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2009.12,6404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2010.03,6434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2010.06,6450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2010.09,6507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2010.12,6545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2011.03,6633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2011.06,6732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2011.09,6789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2011.12,6929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2012.03,6935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2012.06,6967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2012.09,7025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2012.12,7067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2013.03,7082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2013.06,7184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2013.09,7265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2013.12,7273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2014.03,7306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2014.06,7291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2014.09,7334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2014.12,7461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2015.03,7532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2015.06,7629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2015.09,7768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2015.12,7838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2016.03,7980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2016.06,8073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2016.09,8160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2016.12,8236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2017.03,8330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2017.06,8391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2017.09,8386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2017.12,8462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2018.03,8548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2018.06,8591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2018.09,8618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2018.12,8624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2019.03,8740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2019.06,8837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2019.09,8878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2019.12,8925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2020.03,8882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2020.06,8689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2020.09,9072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2020.12,9186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2021.03,9224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2021.06,9340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2021.09,9411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2021.12,9505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2022.03,9529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2022.06,9535,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2022.09,9572,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2022.12,9546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2023.03,9633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2023.06,9747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2023.09,9829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2023.12,9987,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2024.03,10104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C06,2024.06,10122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services (including Owner-Occupied)",,, +SNEQ.SG01RSC02B01C07,1987.06,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1987.09,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1987.12,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1988.03,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1988.06,2465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1988.09,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1988.12,2429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1989.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1989.06,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1989.09,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1989.12,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1990.03,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1990.06,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1990.09,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1990.12,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1991.03,2388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1991.06,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1991.09,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1991.12,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1992.03,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1992.06,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1992.09,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1992.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1993.03,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1993.06,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1993.09,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1993.12,2571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1994.03,2622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1994.06,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1994.09,2522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1994.12,2576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1995.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1995.06,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1995.09,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1995.12,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1996.03,2907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1996.06,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1996.09,3018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1996.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1997.03,3157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1997.06,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1997.09,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1997.12,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1998.03,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1998.06,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1998.09,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1998.12,3263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1999.03,3242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1999.06,3303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1999.09,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,1999.12,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2000.03,3543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2000.06,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2000.09,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2000.12,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2001.03,3543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2001.06,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2001.09,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2001.12,3892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2002.03,3940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2002.06,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2002.09,3968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2002.12,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2003.03,4105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2003.06,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2003.09,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2003.12,4090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2004.03,4146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2004.06,4126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2004.09,4123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2004.12,4229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2005.03,4271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2005.06,4349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2005.09,4387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2005.12,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2006.03,4444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2006.06,4568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2006.09,4626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2006.12,4653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2007.03,4728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2007.06,4818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2007.09,4868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2007.12,4941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2008.03,4903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2008.06,4807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2008.09,4737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2008.12,4756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2009.03,4677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2009.06,4593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2009.09,4574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2009.12,4546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2010.03,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2010.06,4772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2010.09,4914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2010.12,4739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2011.03,4890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2011.06,4908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2011.09,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2011.12,4873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2012.03,4880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2012.06,4913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2012.09,4934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2012.12,5020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2013.03,4994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2013.06,5189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2013.09,5211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2013.12,5234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2014.03,5261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2014.06,5353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2014.09,5339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2014.12,5411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2015.03,5450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2015.06,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2015.09,5630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2015.12,5715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2016.03,5851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2016.06,5924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2016.09,6050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2016.12,6120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2017.03,6227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2017.06,6270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2017.09,6370,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2017.12,6468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2018.03,6514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2018.06,6625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2018.09,6540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2018.12,6713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2019.03,6687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2019.06,6764,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2019.09,6974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2019.12,7017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2020.03,7169,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2020.06,6420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2020.09,6978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2020.12,7026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2021.03,7237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2021.06,7519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2021.09,7417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2021.12,7874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2022.03,7929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2022.06,8080,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2022.09,8293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2022.12,8476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2023.03,8248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2023.06,8330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2023.09,8304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2023.12,8310,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2024.03,8173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C07,2024.06,8171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Professional, Scientific, Technical, Administrative and Support Services",,, +SNEQ.SG01RSC02B01C08,1987.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1987.09,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1987.12,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1988.03,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1988.06,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1988.09,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1988.12,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1989.03,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1989.06,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1989.09,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1989.12,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1990.03,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1990.06,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1990.09,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1990.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1991.03,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1991.06,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1991.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1991.12,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1992.03,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1992.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1992.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1992.12,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1993.03,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1993.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1993.09,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1993.12,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1994.03,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1994.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1994.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1994.12,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1995.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1995.06,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1995.09,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1995.12,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1996.03,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1996.06,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1996.09,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1996.12,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1997.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1997.06,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1997.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1997.12,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1998.03,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1998.06,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1998.09,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1998.12,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1999.03,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1999.06,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1999.09,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,1999.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2000.03,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2000.06,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2000.09,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2000.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2001.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2001.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2001.09,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2001.12,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2002.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2002.06,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2002.09,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2002.12,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2003.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2003.06,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2003.09,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2003.12,1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2004.03,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2004.06,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2004.09,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2004.12,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2005.03,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2005.06,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2005.09,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2005.12,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2006.03,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2006.06,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2006.09,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2006.12,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2007.03,2010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2007.06,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2007.09,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2007.12,2076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2008.03,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2008.06,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2008.09,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2008.12,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2009.03,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2009.06,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2009.09,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2009.12,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2010.03,2188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2010.06,2206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2010.09,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2010.12,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2011.03,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2011.06,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2011.09,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2011.12,2204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2012.03,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2012.06,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2012.09,2219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2012.12,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2013.03,2236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2013.06,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2013.09,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2013.12,2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2014.03,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2014.06,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2014.09,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2014.12,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2015.03,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2015.06,2406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2015.09,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2015.12,2463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2016.03,2471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2016.06,2457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2016.09,2487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2016.12,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2017.03,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2017.06,2573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2017.09,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2017.12,2604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2018.03,2651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2018.06,2656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2018.09,2711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2018.12,2769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2019.03,2776,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2019.06,2824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2019.09,2855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2019.12,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2020.03,2956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2020.06,2980,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2020.09,3035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2020.12,3060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2021.03,3122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2021.06,3106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2021.09,3168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2021.12,3220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2022.03,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2022.06,3249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2022.09,3259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2022.12,3259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2023.03,3303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2023.06,3379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2023.09,3407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2023.12,3500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2024.03,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C08,2024.06,3462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Public Administration and Safety,,, +SNEQ.SG01RSC02B01C09,1987.06,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1987.09,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1987.12,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1988.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1988.06,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1988.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1988.12,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1989.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1989.06,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1989.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1989.12,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1990.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1990.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1990.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1990.12,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1991.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1991.06,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1991.09,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1991.12,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1992.03,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1992.06,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1992.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1992.12,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1993.03,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1993.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1993.09,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1993.12,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1994.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1994.06,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1994.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1994.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1995.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1995.06,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1995.09,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1995.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1996.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1996.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1996.09,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1996.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1997.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1997.06,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1997.09,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1997.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1998.03,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1998.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1998.09,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1998.12,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1999.03,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1999.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1999.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,1999.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2000.03,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2000.06,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2000.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2000.12,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2001.03,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2001.06,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2001.09,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2001.12,2024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2002.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2002.06,2080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2002.09,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2002.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2003.03,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2003.06,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2003.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2003.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2004.06,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2004.09,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2004.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2005.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2005.06,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2005.09,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2005.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2006.03,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2006.06,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2006.09,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2006.12,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2007.03,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2007.06,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2007.09,2242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2007.12,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2008.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2008.06,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2008.09,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2008.12,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2009.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2009.06,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2009.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2009.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2010.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2010.06,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2010.09,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2010.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2011.03,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2011.06,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2011.09,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2011.12,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2012.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2012.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2012.09,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2012.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2013.03,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2013.06,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2013.09,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2013.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2014.03,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2014.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2014.09,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2014.12,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2015.03,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2015.06,2333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2015.09,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2015.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2016.03,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2016.06,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2016.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2016.12,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2017.03,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2017.06,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2017.09,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2017.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2018.03,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2018.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2018.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2018.12,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2019.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2019.06,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2019.09,2426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2019.12,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2020.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2020.06,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2020.09,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2020.12,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2021.03,2479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2021.06,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2021.09,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2021.12,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2022.03,2341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2022.06,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2022.09,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2022.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2023.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2023.06,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2023.09,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2023.12,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2024.03,2369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C09,2024.06,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC02B01C10,1987.06,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1987.09,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1987.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1988.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1988.06,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1988.09,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1988.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1989.03,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1989.06,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1989.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1989.12,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1990.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1990.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1990.09,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1990.12,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1991.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1991.06,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1991.09,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1991.12,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1992.03,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1992.06,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1992.09,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1992.12,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1993.03,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1993.06,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1993.09,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1993.12,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1994.03,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1994.06,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1994.09,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1994.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1995.03,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1995.06,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1995.09,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1995.12,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1996.03,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1996.06,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1996.09,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1996.12,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1997.03,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1997.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1997.09,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1997.12,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1998.03,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1998.06,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1998.09,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1998.12,1941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1999.03,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1999.06,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1999.09,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,1999.12,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2000.03,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2000.06,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2000.09,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2000.12,2113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2001.03,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2001.06,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2001.09,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2001.12,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2002.03,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2002.06,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2002.09,2166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2002.12,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2003.03,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2003.06,2258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2003.09,2298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2003.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2004.03,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2004.06,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2004.09,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2004.12,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2005.03,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2005.06,2521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2005.09,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2005.12,2557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2006.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2006.06,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2006.09,2614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2006.12,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2007.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2007.06,2725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2007.09,2766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2007.12,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2008.03,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2008.06,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2008.09,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2008.12,2906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2009.03,2910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2009.06,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2009.09,3010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2009.12,2980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2010.03,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2010.06,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2010.09,2973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2010.12,2986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2011.03,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2011.06,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2011.09,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2011.12,3036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2012.03,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2012.06,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2012.09,3105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2012.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2013.03,3122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2013.06,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2013.09,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2013.12,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2014.03,3207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2014.06,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2014.09,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2014.12,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2015.03,3282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2015.06,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2015.09,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2015.12,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2016.03,3394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2016.06,3456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2016.09,3463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2016.12,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2017.03,3539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2017.06,3548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2017.09,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2017.12,3597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2018.03,3622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2018.06,3670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2018.09,3710,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2018.12,3754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2019.03,3862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2019.06,3877,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2019.09,3898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2019.12,3934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2020.03,3917,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2020.06,3756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2020.09,4010,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2020.12,4093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2021.03,4194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2021.06,4261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2021.09,4225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2021.12,4341,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2022.03,4383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2022.06,4327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2022.09,4576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2022.12,4606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2023.03,4525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2023.06,4509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2023.09,4649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2023.12,4663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2024.03,4656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C10,2024.06,4678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC02B01C11,1987.06,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1987.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1987.12,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1988.03,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1988.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1988.09,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1988.12,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1989.03,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1989.06,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1989.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1989.12,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1990.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1990.06,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1990.09,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1990.12,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1991.03,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1991.06,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1991.09,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1991.12,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1992.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1992.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1992.09,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1992.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1993.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1993.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1993.09,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1993.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1994.03,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1994.06,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1994.09,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1994.12,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1995.03,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1995.06,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1995.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1995.12,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1996.03,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1996.06,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1996.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1996.12,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1997.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1997.06,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1997.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1997.12,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1998.03,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1998.06,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1998.09,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1998.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1999.03,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1999.06,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1999.09,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,1999.12,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2000.03,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2000.06,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2000.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2000.12,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2001.03,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2001.06,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2001.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2001.12,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2002.03,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2002.06,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2002.09,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2002.12,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2003.03,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2003.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2003.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2003.12,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2004.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2004.06,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2004.09,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2004.12,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2005.03,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2005.06,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2005.09,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2005.12,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2006.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2006.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2006.09,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2006.12,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2007.03,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2007.06,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2007.09,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2007.12,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2008.03,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2008.06,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2008.09,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2008.12,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2009.03,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2009.06,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2009.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2009.12,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2010.03,1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2010.06,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2010.09,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2010.12,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2011.03,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2011.06,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2011.09,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2011.12,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2012.03,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2012.06,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2012.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2012.12,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2013.03,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2013.06,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2013.09,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2013.12,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2014.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2014.06,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2014.09,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2014.12,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2015.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2015.06,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2015.09,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2015.12,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2016.03,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2016.06,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2016.09,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2016.12,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2017.03,1867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2017.06,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2017.09,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2017.12,1939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2018.03,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2018.06,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2018.09,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2018.12,1938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2019.03,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2019.06,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2019.09,2039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2019.12,2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2020.03,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2020.06,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2020.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2020.12,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2021.03,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2021.06,2260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2021.09,1904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2021.12,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2022.03,2050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2022.06,2209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2022.09,2232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2022.12,2228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2023.03,2243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2023.06,2289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2023.09,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2023.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2024.03,2287,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C11,2024.06,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,"Arts, Recreation and Other Services",,, +SNEQ.SG01RSC02B01C99,1987.06,16753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1987.09,16888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1987.12,16873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1988.03,16881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1988.06,16855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1988.09,16903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1988.12,16983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1989.03,17111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1989.06,17187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1989.09,16956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1989.12,16980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1990.03,17033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1990.06,16978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1990.09,17089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1990.12,17123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1991.03,17030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1991.06,16998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1991.09,16967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1991.12,17147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1992.03,17139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1992.06,17203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1992.09,17246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1992.12,17457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1993.03,17654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1993.06,17918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1993.09,18099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1993.12,18317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1994.03,18756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1994.06,18806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1994.09,18895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1994.12,19234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1995.03,19636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1995.06,19827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1995.09,20141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1995.12,20258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1996.03,20541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1996.06,20619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1996.09,20750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1996.12,20975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1997.03,20949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1997.06,21306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1997.09,21400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1997.12,21445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1998.03,21419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1998.06,21467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1998.09,21654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1998.12,22080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1999.03,22316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1999.06,22482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1999.09,23041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,1999.12,23330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2000.03,23509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2000.06,23764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2000.09,23816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2000.12,23964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2001.03,24273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2001.06,24585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2001.09,24969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2001.12,25335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2002.03,25713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2002.06,26023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2002.09,26013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2002.12,26095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2003.03,26386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2003.06,26647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2003.09,27100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2003.12,27500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2004.03,27895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2004.06,28129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2004.09,28356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2004.12,28739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2005.03,29025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2005.06,29463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2005.09,29661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2005.12,29683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2006.03,29933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2006.06,30156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2006.09,30675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2006.12,31019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2007.03,31515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2007.06,31639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2007.09,31832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2007.12,31999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2008.03,31993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2008.06,31970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2008.09,31791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2008.12,31860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2009.03,31571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2009.06,31701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2009.09,31651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2009.12,31859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2010.03,32145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2010.06,32367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2010.09,32785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2010.12,32635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2011.03,32983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2011.06,33245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2011.09,33473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2011.12,33655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2012.03,33785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2012.06,33941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2012.09,34039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2012.12,34394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2013.03,34425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2013.06,34949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2013.09,35242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2013.12,35395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2014.03,35626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2014.06,36060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2014.09,36260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2014.12,36764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2015.03,37001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2015.06,37230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2015.09,37667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2015.12,38054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2016.03,38532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2016.06,38822,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2016.09,39252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2016.12,39587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2017.03,39973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2017.06,40370,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2017.09,40651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2017.12,41219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2018.03,41543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2018.06,42015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2018.09,42083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2018.12,42507,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2019.03,42762,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2019.06,43196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2019.09,43547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2019.12,43956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2020.03,43586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2020.06,39992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2020.09,44090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2020.12,44605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2021.03,45268,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2021.06,46465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2021.09,45067,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2021.12,46493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2022.03,46500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2022.06,47447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2022.09,48154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2022.12,48119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2023.03,47816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2023.06,48260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2023.09,48357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2023.12,48510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2024.03,48448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC02B01C99,2024.06,48434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, HOTP industry groups",Gross Domestic Product - production measure,Service Industries,,, +SNEQ.SG01RSC04B01AA1,1987.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1987.09,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1987.12,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1988.03,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1988.06,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1988.09,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1988.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1989.03,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1989.06,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1989.09,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1989.12,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1990.03,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1990.06,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1990.09,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1990.12,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1991.03,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1991.06,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1991.09,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1991.12,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1992.03,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1992.06,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1992.09,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1992.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1993.03,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1993.06,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1993.09,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1993.12,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1994.03,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1994.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1994.09,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1994.12,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1995.03,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1995.06,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1995.09,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1995.12,1861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1996.03,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1996.06,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1996.09,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1996.12,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1997.03,2200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1997.06,2194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1997.09,2150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1997.12,2138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1998.03,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1998.06,2060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1998.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1998.12,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1999.03,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1999.06,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1999.09,2015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,1999.12,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2000.03,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2000.06,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2000.09,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2000.12,2111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2001.03,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2001.06,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2001.09,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2001.12,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2002.03,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2002.06,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2002.09,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2002.12,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2003.03,2039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2003.06,2134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2003.09,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2003.12,2356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2004.03,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2004.06,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2004.09,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2004.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2005.03,2219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2005.06,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2005.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2005.12,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2006.03,2480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2006.06,2487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2006.09,2426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2006.12,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2007.03,2164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2007.06,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2007.09,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2007.12,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2008.03,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2008.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2008.09,2074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2008.12,2150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2009.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2009.06,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2009.09,2158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2009.12,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2010.03,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2010.06,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2010.09,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2010.12,1868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2011.03,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2011.06,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2011.09,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2011.12,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2012.03,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2012.06,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2012.09,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2012.12,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2013.03,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2013.06,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2013.09,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2013.12,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2014.03,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2014.06,2226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2014.09,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2014.12,2359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2015.03,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2015.06,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2015.09,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2015.12,2391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2016.03,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2016.06,2436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2016.09,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2016.12,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2017.03,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2017.06,2200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2017.09,2154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2017.12,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2018.03,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2018.06,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2018.09,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2018.12,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2019.03,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2019.06,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2019.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2019.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2020.03,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2020.06,2239,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2020.09,2409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2020.12,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2021.03,2384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2021.06,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2021.09,2337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2021.12,2293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2022.03,2337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2022.06,2389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2022.09,2424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2022.12,2441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2023.03,2448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2023.06,2439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2023.09,2410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2023.12,2442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2024.03,2454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA1,2024.06,2444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Agriculture,,, +SNEQ.SG01RSC04B01AA2,1987.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1987.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1987.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1988.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1988.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1988.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1988.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1989.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1989.06,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1989.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1989.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1990.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1990.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1990.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1990.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1991.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1991.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1991.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1991.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1992.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1992.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1992.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1992.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1993.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1993.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1993.09,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1993.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1994.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1994.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1994.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1994.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1995.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1995.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1995.09,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1995.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1996.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1996.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1996.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1996.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1997.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1997.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1997.09,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1997.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1998.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1998.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1998.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1998.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1999.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1999.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1999.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,1999.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2000.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2000.06,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2000.09,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2000.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2001.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2001.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2001.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2001.12,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2002.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2002.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2002.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2002.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2003.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2003.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2003.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2003.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2004.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2004.06,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2004.09,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2004.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2005.03,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2005.06,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2005.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2005.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2006.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2006.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2006.09,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2006.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2007.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2007.06,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2007.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2007.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2008.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2008.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2008.09,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2008.12,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2009.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2009.06,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2009.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2009.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2010.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2010.06,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2010.09,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2010.12,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2011.03,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2011.06,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2011.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2011.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2012.03,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2012.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2012.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2012.12,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2013.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2013.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2013.09,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2013.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2014.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2014.06,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2014.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2014.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2015.03,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2015.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2015.09,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2015.12,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2016.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2016.06,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2016.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2016.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2017.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2017.06,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2017.09,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2017.12,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2018.03,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2018.06,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2018.09,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2018.12,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2019.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2019.06,415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2019.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2019.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2020.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2020.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2020.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2020.12,406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2021.03,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2021.06,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2021.09,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2021.12,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2022.03,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2022.06,386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2022.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2022.12,378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2023.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2023.06,367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2023.09,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2023.12,372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2024.03,388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA2,2024.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Forestry and Logging,,, +SNEQ.SG01RSC04B01AA3,1987.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1987.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1987.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1988.03,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1988.06,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1988.09,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1988.12,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1989.03,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1989.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1989.09,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1989.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1990.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1990.06,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1990.09,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1990.12,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1991.03,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1991.06,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1991.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1991.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1992.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1992.06,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1992.09,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1992.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1993.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1993.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1993.09,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1993.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1994.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1994.06,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1994.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1994.12,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1995.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1995.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1995.09,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1995.12,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1996.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1996.06,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1996.09,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1996.12,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1997.03,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1997.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1997.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1997.12,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1998.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1998.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1998.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1998.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1999.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1999.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1999.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,1999.12,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2000.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2000.06,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2000.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2000.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2001.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2001.06,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2001.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2001.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2002.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2002.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2002.09,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2002.12,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2003.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2003.06,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2003.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2003.12,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2004.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2004.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2004.09,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2004.12,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2005.03,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2005.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2005.09,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2005.12,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2006.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2006.06,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2006.09,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2006.12,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2007.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2007.06,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2007.09,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2007.12,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2008.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2008.06,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2008.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2008.12,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2009.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2009.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2009.09,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2009.12,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2010.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2010.06,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2010.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2010.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2011.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2011.06,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2011.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2011.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2012.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2012.06,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2012.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2012.12,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2013.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2013.06,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2013.09,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2013.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2014.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2014.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2014.09,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2014.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2015.03,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2015.06,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2015.09,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2015.12,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2016.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2016.06,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2016.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2016.12,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2017.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2017.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2017.09,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2017.12,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2018.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2018.06,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2018.09,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2018.12,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2019.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2019.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2019.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2019.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2020.03,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2020.06,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2020.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2020.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2021.03,605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2021.06,604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2021.09,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2021.12,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2022.03,635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2022.06,638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2022.09,638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2022.12,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2023.03,631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2023.06,638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2023.09,635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2023.12,629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2024.03,626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01AA3,2024.06,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",,, +SNEQ.SG01RSC04B01BB1,1987.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1987.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1987.12,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1988.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1988.06,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1988.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1988.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1989.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1989.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1989.09,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1989.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1990.03,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1990.06,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1990.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1990.12,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1991.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1991.06,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1991.09,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1991.12,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1992.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1992.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1992.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1992.12,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1993.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1993.06,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1993.09,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1993.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1994.03,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1994.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1994.09,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1994.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1995.03,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1995.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1995.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1995.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1996.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1996.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1996.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1996.12,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1997.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1997.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1997.09,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1997.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1998.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1998.06,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1998.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1998.12,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1999.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1999.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1999.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,1999.12,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2000.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2000.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2000.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2000.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2001.03,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2001.06,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2001.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2001.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2002.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2002.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2002.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2002.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2003.03,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2003.06,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2003.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2003.12,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2004.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2004.06,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2004.09,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2004.12,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2005.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2005.06,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2005.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2005.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2006.03,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2006.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2006.09,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2006.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2007.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2007.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2007.09,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2007.12,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2008.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2008.06,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2008.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2008.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2009.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2009.06,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2009.09,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2009.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2010.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2010.06,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2010.09,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2010.12,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2011.03,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2011.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2011.09,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2011.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2012.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2012.06,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2012.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2012.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2013.03,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2013.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2013.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2013.12,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2014.03,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2014.06,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2014.09,896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2014.12,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2015.03,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2015.06,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2015.09,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2015.12,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2016.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2016.06,765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2016.09,768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2016.12,748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2017.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2017.06,715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2017.09,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2017.12,759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2018.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2018.06,646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2018.09,716,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2018.12,685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2019.03,702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2019.06,679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2019.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2019.12,672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2020.03,676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2020.06,506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2020.09,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2020.12,628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2021.03,594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2021.06,582,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2021.09,530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2021.12,578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2022.03,557,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2022.06,522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2022.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2022.12,520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2023.03,538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2023.06,559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2023.09,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2023.12,525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2024.03,515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01BB1,2024.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Mining,,, +SNEQ.SG01RSC04B01CC1,1987.06,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1987.09,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1987.12,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1988.03,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1988.06,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1988.09,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1988.12,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1989.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1989.06,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1989.09,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1989.12,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1990.03,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1990.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1990.09,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1990.12,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1991.03,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1991.06,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1991.09,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1991.12,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1992.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1992.06,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1992.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1992.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1993.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1993.06,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1993.09,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1993.12,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1994.03,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1994.06,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1994.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1994.12,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1995.03,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1995.06,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1995.09,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1995.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1996.03,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1996.06,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1996.09,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1996.12,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1997.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1997.06,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1997.09,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1997.12,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1998.03,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1998.06,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1998.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1998.12,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1999.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1999.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1999.09,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,1999.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2000.03,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2000.06,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2000.09,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2000.12,1389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2001.03,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2001.06,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2001.09,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2001.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2002.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2002.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2002.09,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2002.12,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2003.03,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2003.06,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2003.09,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2003.12,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2004.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2004.06,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2004.09,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2004.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2005.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2005.06,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2005.09,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2005.12,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2006.03,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2006.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2006.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2006.12,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2007.03,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2007.06,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2007.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2007.12,1858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2008.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2008.06,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2008.09,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2008.12,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2009.03,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2009.06,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2009.09,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2009.12,1922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2010.03,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2010.06,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2010.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2010.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2011.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2011.06,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2011.09,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2011.12,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2012.03,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2012.06,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2012.09,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2012.12,1848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2013.03,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2013.06,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2013.09,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2013.12,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2014.03,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2014.06,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2014.09,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2014.12,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2015.03,1784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2015.06,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2015.09,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2015.12,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2016.03,1848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2016.06,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2016.09,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2016.12,1876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2017.03,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2017.06,2014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2017.09,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2017.12,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2018.03,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2018.06,1899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2018.09,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2018.12,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2019.03,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2019.06,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2019.09,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2019.12,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2020.03,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2020.06,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2020.09,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2020.12,1951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2021.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2021.06,1916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2021.09,1881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2021.12,1890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2022.03,1854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2022.06,1952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2022.09,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2022.12,1896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2023.03,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2023.06,1957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2023.09,1917,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2023.12,1891,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2024.03,1950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC1,2024.06,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Food, Beverage and Tobacco Product Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1987.06,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1987.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1987.12,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1988.03,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1988.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1988.09,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1988.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1989.03,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1989.06,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1989.09,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1989.12,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1990.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1990.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1990.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1990.12,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1991.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1991.06,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1991.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1991.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1992.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1992.06,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1992.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1992.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1993.03,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1993.06,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1993.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1993.12,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1994.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1994.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1994.09,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1994.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1995.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1995.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1995.09,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1995.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1996.03,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1996.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1996.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1996.12,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1997.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1997.06,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1997.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1997.12,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1998.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1998.06,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1998.09,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1998.12,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1999.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1999.06,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1999.09,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,1999.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2000.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2000.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2000.09,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2000.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2001.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2001.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2001.09,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2001.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2002.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2002.06,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2002.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2002.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2003.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2003.06,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2003.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2003.12,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2004.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2004.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2004.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2004.12,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2005.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2005.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2005.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2005.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2006.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2006.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2006.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2006.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2007.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2007.06,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2007.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2007.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2008.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2008.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2008.09,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2008.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2009.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2009.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2009.09,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2009.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2010.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2010.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2010.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2010.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2011.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2011.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2011.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2011.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2012.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2012.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2012.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2012.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2013.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2013.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2013.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2013.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2014.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2014.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2014.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2014.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2015.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2015.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2015.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2015.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2016.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2016.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2016.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2016.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2017.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2017.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2017.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2017.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2018.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2018.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2018.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2018.12,157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2019.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2019.06,156,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2019.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2019.12,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2020.03,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2020.06,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2020.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2020.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2021.03,161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2021.06,159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2021.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2021.12,169,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2022.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2022.06,162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2022.09,168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2022.12,162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2023.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2023.06,165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2023.09,147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2023.12,172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2024.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC2,2024.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Textile, Leather, Clothing and Footwear Manufacturing",,, +SNEQ.SG01RSC04B01CC3,1987.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1987.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1987.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1988.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1988.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1988.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1988.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1989.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1989.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1989.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1989.12,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1990.03,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1990.06,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1990.09,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1990.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1991.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1991.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1991.09,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1991.12,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1992.03,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1992.06,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1992.09,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1992.12,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1993.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1993.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1993.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1993.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1994.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1994.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1994.09,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1994.12,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1995.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1995.06,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1995.09,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1995.12,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1996.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1996.06,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1996.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1996.12,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1997.03,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1997.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1997.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1997.12,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1998.03,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1998.06,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1998.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1998.12,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1999.03,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1999.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1999.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,1999.12,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2000.03,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2000.06,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2000.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2000.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2001.03,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2001.06,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2001.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2001.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2002.03,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2002.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2002.09,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2002.12,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2003.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2003.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2003.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2003.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2004.03,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2004.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2004.09,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2004.12,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2005.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2005.06,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2005.09,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2005.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2006.03,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2006.06,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2006.09,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2006.12,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2007.03,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2007.06,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2007.09,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2007.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2008.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2008.06,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2008.09,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2008.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2009.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2009.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2009.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2009.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2010.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2010.06,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2010.09,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2010.12,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2011.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2011.06,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2011.09,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2011.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2012.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2012.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2012.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2012.12,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2013.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2013.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2013.09,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2013.12,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2014.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2014.06,477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2014.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2014.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2015.03,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2015.06,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2015.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2015.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2016.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2016.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2016.09,526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2016.12,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2017.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2017.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2017.09,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2017.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2018.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2018.06,531,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2018.09,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2018.12,539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2019.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2019.06,531,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2019.09,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2019.12,516,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2020.03,542,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2020.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2020.09,560,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2020.12,580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2021.03,581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2021.06,571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2021.09,494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2021.12,574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2022.03,553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2022.06,549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2022.09,541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2022.12,518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2023.03,493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2023.06,457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2023.09,457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2023.12,454,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2024.03,479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC3,2024.06,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wood and Paper Products Manufacturing,,, +SNEQ.SG01RSC04B01CC4,1987.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1987.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1987.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1988.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1988.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1988.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1988.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1989.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1989.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1989.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1989.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1990.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1990.06,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1990.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1990.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1991.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1991.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1991.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1991.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1992.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1992.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1992.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1992.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1993.03,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1993.06,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1993.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1993.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1994.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1994.06,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1994.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1994.12,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1995.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1995.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1995.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1995.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1996.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1996.06,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1996.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1996.12,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1997.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1997.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1997.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1997.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1998.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1998.06,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1998.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1998.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1999.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1999.06,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1999.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,1999.12,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2000.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2000.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2000.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2000.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2001.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2001.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2001.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2001.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2002.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2002.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2002.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2002.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2003.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2003.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2003.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2003.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2004.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2004.06,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2004.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2004.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2005.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2005.06,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2005.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2005.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2006.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2006.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2006.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2006.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2007.03,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2007.06,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2007.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2007.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2008.03,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2008.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2008.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2008.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2009.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2009.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2009.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2009.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2010.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2010.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2010.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2010.12,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2011.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2011.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2011.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2011.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2012.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2012.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2012.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2012.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2013.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2013.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2013.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2013.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2014.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2014.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2014.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2014.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2015.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2015.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2015.09,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2015.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2016.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2016.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2016.09,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2016.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2017.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2017.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2017.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2017.12,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2018.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2018.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2018.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2018.12,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2019.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2019.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2019.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2019.12,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2020.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2020.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2020.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2020.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2021.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2021.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2021.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2021.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2022.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2022.06,135,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2022.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2022.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2023.03,134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2023.06,132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2023.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2023.12,130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2024.03,128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC4,2024.06,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Printing,,, +SNEQ.SG01RSC04B01CC5,1987.06,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1987.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1987.12,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1988.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1988.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1988.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1988.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1989.03,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1989.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1989.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1989.12,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1990.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1990.06,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1990.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1990.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1991.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1991.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1991.09,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1991.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1992.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1992.06,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1992.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1992.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1993.03,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1993.06,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1993.09,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1993.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1994.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1994.06,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1994.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1994.12,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1995.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1995.06,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1995.09,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1995.12,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1996.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1996.06,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1996.09,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1996.12,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1997.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1997.06,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1997.09,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1997.12,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1998.03,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1998.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1998.09,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1998.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1999.03,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1999.06,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1999.09,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,1999.12,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2000.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2000.06,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2000.09,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2000.12,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2001.03,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2001.06,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2001.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2001.12,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2002.03,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2002.06,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2002.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2002.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2003.03,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2003.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2003.09,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2003.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2004.03,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2004.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2004.09,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2004.12,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2005.03,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2005.06,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2005.09,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2005.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2006.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2006.06,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2006.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2006.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2007.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2007.06,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2007.09,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2007.12,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2008.03,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2008.06,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2008.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2008.12,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2009.03,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2009.06,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2009.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2009.12,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2010.03,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2010.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2010.09,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2010.12,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2011.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2011.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2011.09,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2011.12,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2012.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2012.06,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2012.09,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2012.12,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2013.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2013.06,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2013.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2013.12,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2014.03,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2014.06,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2014.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2014.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2015.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2015.06,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2015.09,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2015.12,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2016.03,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2016.06,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2016.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2016.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2017.03,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2017.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2017.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2017.12,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2018.03,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2018.06,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2018.09,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2018.12,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2019.03,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2019.06,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2019.09,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2019.12,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2020.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2020.06,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2020.09,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2020.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2021.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2021.06,900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2021.09,857,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2021.12,873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2022.03,891,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2022.06,488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2022.09,461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2022.12,472,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2023.03,462,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2023.06,466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2023.09,411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2023.12,461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2024.03,377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC5,2024.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",,, +SNEQ.SG01RSC04B01CC6,1987.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1987.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1987.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1988.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1988.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1988.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1988.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1989.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1989.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1989.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1989.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1990.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1990.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1990.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1990.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1991.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1991.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1991.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1991.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1992.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1992.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1992.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1992.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1993.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1993.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1993.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1993.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1994.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1994.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1994.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1994.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1995.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1995.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1995.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1995.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1996.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1996.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1996.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1996.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1997.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1997.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1997.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1997.12,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1998.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1998.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1998.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1998.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1999.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1999.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1999.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,1999.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2000.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2000.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2000.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2000.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2001.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2001.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2001.09,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2001.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2002.03,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2002.06,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2002.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2002.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2003.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2003.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2003.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2003.12,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2004.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2004.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2004.09,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2004.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2005.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2005.06,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2005.09,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2005.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2006.03,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2006.06,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2006.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2006.12,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2007.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2007.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2007.09,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2007.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2008.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2008.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2008.09,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2008.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2009.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2009.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2009.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2009.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2010.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2010.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2010.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2010.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2011.03,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2011.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2011.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2011.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2012.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2012.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2012.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2012.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2013.03,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2013.06,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2013.09,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2013.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2014.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2014.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2014.09,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2014.12,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2015.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2015.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2015.09,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2015.12,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2016.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2016.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2016.09,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2016.12,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2017.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2017.06,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2017.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2017.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2018.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2018.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2018.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2018.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2019.03,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2019.06,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2019.09,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2019.12,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2020.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2020.06,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2020.09,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2020.12,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2021.03,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2021.06,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2021.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2021.12,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2022.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2022.06,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2022.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2022.12,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2023.03,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2023.06,264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2023.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2023.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2024.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC6,2024.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Non-Metallic Mineral Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1987.06,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1987.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1987.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1988.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1988.06,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1988.09,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1988.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1989.03,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1989.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1989.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1989.12,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1990.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1990.06,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1990.09,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1990.12,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1991.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1991.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1991.09,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1991.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1992.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1992.06,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1992.09,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1992.12,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1993.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1993.06,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1993.09,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1993.12,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1994.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1994.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1994.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1994.12,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1995.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1995.06,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1995.09,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1995.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1996.03,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1996.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1996.09,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1996.12,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1997.03,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1997.06,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1997.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1997.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1998.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1998.06,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1998.09,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1998.12,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1999.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1999.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1999.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,1999.12,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2000.03,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2000.06,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2000.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2000.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2001.03,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2001.06,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2001.09,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2001.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2002.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2002.06,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2002.09,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2002.12,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2003.03,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2003.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2003.09,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2003.12,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2004.03,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2004.06,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2004.09,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2004.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2005.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2005.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2005.09,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2005.12,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2006.03,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2006.06,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2006.09,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2006.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2007.03,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2007.06,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2007.09,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2007.12,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2008.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2008.06,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2008.09,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2008.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2009.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2009.06,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2009.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2009.12,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2010.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2010.06,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2010.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2010.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2011.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2011.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2011.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2011.12,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2012.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2012.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2012.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2012.12,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2013.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2013.06,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2013.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2013.12,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2014.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2014.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2014.09,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2014.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2015.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2015.06,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2015.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2015.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2016.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2016.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2016.09,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2016.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2017.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2017.06,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2017.09,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2017.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2018.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2018.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2018.09,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2018.12,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2019.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2019.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2019.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2019.12,687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2020.03,663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2020.06,521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2020.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2020.12,683,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2021.03,683,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2021.06,697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2021.09,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2021.12,697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2022.03,705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2022.06,685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2022.09,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2022.12,666,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2023.03,649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2023.06,667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2023.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2023.12,635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2024.03,622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC7,2024.06,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Metal Product Manufacturing,,, +SNEQ.SG01RSC04B01CC8,1987.06,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1987.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1987.12,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1988.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1988.06,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1988.09,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1988.12,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1989.03,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1989.06,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1989.09,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1989.12,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1990.03,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1990.06,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1990.09,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1990.12,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1991.03,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1991.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1991.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1991.12,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1992.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1992.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1992.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1992.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1993.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1993.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1993.09,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1993.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1994.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1994.06,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1994.09,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1994.12,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1995.03,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1995.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1995.09,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1995.12,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1996.03,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1996.06,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1996.09,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1996.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1997.03,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1997.06,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1997.09,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1997.12,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1998.03,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1998.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1998.09,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1998.12,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1999.03,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1999.06,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1999.09,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,1999.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2000.03,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2000.06,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2000.09,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2000.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2001.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2001.06,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2001.09,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2001.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2002.03,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2002.06,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2002.09,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2002.12,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2003.03,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2003.06,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2003.09,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2003.12,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2004.03,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2004.06,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2004.09,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2004.12,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2005.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2005.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2005.09,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2005.12,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2006.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2006.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2006.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2006.12,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2007.03,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2007.06,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2007.09,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2007.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2008.03,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2008.06,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2008.09,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2008.12,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2009.03,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2009.06,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2009.09,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2009.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2010.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2010.06,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2010.09,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2010.12,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2011.03,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2011.06,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2011.09,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2011.12,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2012.03,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2012.06,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2012.09,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2012.12,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2013.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2013.06,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2013.09,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2013.12,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2014.03,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2014.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2014.09,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2014.12,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2015.03,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2015.06,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2015.09,981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2015.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2016.03,1017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2016.06,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2016.09,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2016.12,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2017.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2017.06,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2017.09,1152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2017.12,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2018.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2018.06,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2018.09,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2018.12,1158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2019.03,1145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2019.06,1142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2019.09,1177,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2019.12,1214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2020.03,1172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2020.06,993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2020.09,1173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2020.12,1260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2021.03,1374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2021.06,1330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2021.09,1192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2021.12,1356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2022.03,1322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2022.06,1291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2022.09,1311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2022.12,1297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2023.03,1319,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2023.06,1313,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2023.09,1279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2023.12,1249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2024.03,1209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC8,2024.06,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport Equipment, Machinery and Equipment Manufacturing",,, +SNEQ.SG01RSC04B01CC9,1987.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1987.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1987.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1988.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1988.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1988.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1988.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1989.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1989.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1989.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1989.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1990.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1990.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1990.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1990.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1991.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1991.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1991.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1991.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1992.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1992.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1992.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1992.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1993.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1993.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1993.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1993.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1994.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1994.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1994.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1994.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1995.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1995.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1995.09,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1995.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1996.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1996.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1996.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1996.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1997.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1997.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1997.09,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1997.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1998.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1998.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1998.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1998.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1999.03,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1999.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1999.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,1999.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2000.03,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2000.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2000.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2000.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2001.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2001.06,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2001.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2001.12,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2002.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2002.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2002.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2002.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2003.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2003.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2003.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2003.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2004.03,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2004.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2004.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2004.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2005.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2005.06,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2005.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2005.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2006.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2006.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2006.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2006.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2007.03,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2007.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2007.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2007.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2008.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2008.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2008.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2008.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2009.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2009.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2009.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2009.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2010.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2010.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2010.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2010.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2011.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2011.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2011.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2011.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2012.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2012.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2012.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2012.12,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2013.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2013.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2013.09,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2013.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2014.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2014.06,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2014.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2014.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2015.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2015.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2015.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2015.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2016.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2016.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2016.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2016.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2017.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2017.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2017.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2017.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2018.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2018.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2018.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2018.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2019.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2019.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2019.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2019.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2020.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2020.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2020.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2020.12,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2021.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2021.06,207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2021.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2021.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2022.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2022.06,195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2022.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2022.12,206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2023.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2023.06,202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2023.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2023.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2024.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01CC9,2024.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Furniture and Other Manufacturing,,, +SNEQ.SG01RSC04B01DD1,1987.06,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1987.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1987.12,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1988.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1988.06,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1988.09,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1988.12,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1989.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1989.06,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1989.09,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1989.12,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1990.03,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1990.06,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1990.09,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1990.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1991.03,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1991.06,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1991.09,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1991.12,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1992.03,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1992.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1992.09,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1992.12,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1993.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1993.06,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1993.09,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1993.12,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1994.03,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1994.06,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1994.09,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1994.12,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1995.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1995.06,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1995.09,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1995.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1996.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1996.06,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1996.09,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1996.12,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1997.03,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1997.06,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1997.09,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1997.12,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1998.03,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1998.06,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1998.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1998.12,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1999.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1999.06,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1999.09,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,1999.12,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2000.03,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2000.06,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2000.09,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2000.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2001.03,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2001.06,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2001.09,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2001.12,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2002.03,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2002.06,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2002.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2002.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2003.03,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2003.06,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2003.09,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2003.12,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2004.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2004.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2004.09,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2004.12,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2005.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2005.06,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2005.09,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2005.12,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2006.03,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2006.06,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2006.09,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2006.12,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2007.03,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2007.06,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2007.09,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2007.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2008.03,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2008.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2008.09,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2008.12,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2009.03,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2009.06,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2009.09,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2009.12,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2010.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2010.06,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2010.09,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2010.12,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2011.03,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2011.06,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2011.09,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2011.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2012.03,1535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2012.06,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2012.09,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2012.12,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2013.03,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2013.06,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2013.09,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2013.12,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2014.03,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2014.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2014.09,1620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2014.12,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2015.03,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2015.06,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2015.09,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2015.12,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2016.03,1703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2016.06,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2016.09,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2016.12,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2017.03,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2017.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2017.09,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2017.12,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2018.03,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2018.06,1766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2018.09,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2018.12,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2019.03,1774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2019.06,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2019.09,1784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2019.12,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2020.03,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2020.06,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2020.09,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2020.12,1777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2021.03,1763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2021.06,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2021.09,1779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2021.12,1798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2022.03,1804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2022.06,1799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2022.09,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2022.12,1855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2023.03,1841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2023.06,1900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2023.09,1856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2023.12,1862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2024.03,1894,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01DD1,2024.06,1893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Electricity, Gas, Water and Waste Services",,, +SNEQ.SG01RSC04B01EE1,1987.06,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1987.09,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1987.12,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1988.03,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1988.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1988.09,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1988.12,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1989.03,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1989.06,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1989.09,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1989.12,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1990.03,1492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1990.06,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1990.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1990.12,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1991.03,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1991.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1991.09,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1991.12,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1992.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1992.06,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1992.09,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1992.12,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1993.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1993.06,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1993.09,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1993.12,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1994.03,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1994.06,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1994.09,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1994.12,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1995.03,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1995.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1995.09,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1995.12,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1996.03,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1996.06,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1996.09,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1996.12,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1997.03,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1997.06,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1997.09,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1997.12,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1998.03,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1998.06,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1998.09,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1998.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1999.03,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1999.06,1713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1999.09,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,1999.12,1896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2000.03,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2000.06,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2000.09,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2000.12,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2001.03,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2001.06,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2001.09,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2001.12,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2002.03,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2002.06,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2002.09,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2002.12,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2003.03,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2003.06,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2003.09,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2003.12,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2004.03,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2004.06,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2004.09,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2004.12,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2005.03,2459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2005.06,2541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2005.09,2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2005.12,2506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2006.03,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2006.06,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2006.09,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2006.12,2691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2007.03,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2007.06,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2007.09,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2007.12,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2008.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2008.06,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2008.09,2672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2008.12,2550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2009.03,2631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2009.06,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2009.09,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2009.12,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2010.03,2606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2010.06,2686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2010.09,2580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2010.12,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2011.03,2531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2011.06,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2011.09,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2011.12,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2012.03,2603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2012.06,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2012.09,2698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2012.12,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2013.03,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2013.06,2840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2013.09,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2013.12,2830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2014.03,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2014.06,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2014.09,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2014.12,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2015.03,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2015.06,3240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2015.09,3282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2015.12,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2016.03,3496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2016.06,3554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2016.09,3558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2016.12,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2017.03,3642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2017.06,3758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2017.09,3961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2017.12,4002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2018.03,3972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2018.06,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2018.09,3946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2018.12,4034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2019.03,4255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2019.06,4298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2019.09,4361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2019.12,4400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2020.03,4249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2020.06,3276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2020.09,4990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2020.12,4663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2021.03,4732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2021.06,4548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2021.09,4028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2021.12,4355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2022.03,4339,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2022.06,4315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2022.09,4525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2022.12,4399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2023.03,4367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2023.06,4402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2023.09,4353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2023.12,4313,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2024.03,4214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01EE1,2024.06,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Construction,,, +SNEQ.SG01RSC04B01FF1,1987.06,1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1987.09,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1987.12,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1988.03,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1988.06,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1988.09,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1988.12,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1989.03,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1989.06,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1989.09,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1989.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1990.03,1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1990.06,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1990.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1990.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1991.03,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1991.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1991.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1991.12,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1992.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1992.06,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1992.09,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1992.12,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1993.03,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1993.06,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1993.09,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1993.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1994.03,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1994.06,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1994.09,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1994.12,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1995.03,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1995.06,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1995.09,1858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1995.12,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1996.03,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1996.06,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1996.09,1860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1996.12,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1997.03,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1997.06,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1997.09,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1997.12,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1998.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1998.06,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1998.09,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1998.12,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1999.03,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1999.06,2032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1999.09,2146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,1999.12,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2000.03,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2000.06,2392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2000.09,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2000.12,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2001.03,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2001.06,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2001.09,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2001.12,2505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2002.03,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2002.06,2540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2002.09,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2002.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2003.03,2138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2003.06,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2003.09,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2003.12,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2004.03,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2004.06,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2004.09,2483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2004.12,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2005.03,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2005.06,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2005.09,2621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2005.12,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2006.03,2626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2006.06,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2006.09,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2006.12,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2007.03,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2007.06,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2007.09,2766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2007.12,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2008.03,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2008.06,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2008.09,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2008.12,2617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2009.03,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2009.06,2471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2009.09,2441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2009.12,2461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2010.03,2497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2010.06,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2010.09,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2010.12,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2011.03,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2011.06,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2011.09,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2011.12,2693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2012.03,2738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2012.06,2756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2012.09,2743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2012.12,2761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2013.03,2789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2013.06,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2013.09,2800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2013.12,2855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2014.03,2851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2014.06,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2014.09,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2014.12,2904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2015.03,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2015.06,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2015.09,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2015.12,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2016.03,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2016.06,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2016.09,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2016.12,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2017.03,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2017.06,3024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2017.09,3036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2017.12,3118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2018.03,3129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2018.06,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2018.09,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2018.12,3200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2019.03,3210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2019.06,3228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2019.09,3232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2019.12,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2020.03,3212,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2020.06,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2020.09,3360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2020.12,3311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2021.03,3432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2021.06,3519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2021.09,3448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2021.12,3632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2022.03,3662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2022.06,3770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2022.09,3777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2022.12,3770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2023.03,3732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2023.06,3731,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2023.09,3640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2023.12,3571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2024.03,3555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01FF1,2024.06,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Wholesale Trade,,, +SNEQ.SG01RSC04B01GH1,1987.06,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1987.09,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1987.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1988.03,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1988.06,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1988.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1988.12,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1989.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1989.06,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1989.09,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1989.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1990.03,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1990.06,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1990.09,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1990.12,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1991.03,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1991.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1991.09,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1991.12,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1992.03,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1992.06,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1992.09,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1992.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1993.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1993.06,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1993.09,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1993.12,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1994.03,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1994.06,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1994.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1994.12,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1995.03,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1995.06,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1995.09,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1995.12,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1996.03,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1996.06,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1996.09,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1996.12,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1997.03,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1997.06,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1997.09,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1997.12,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1998.03,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1998.06,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1998.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1998.12,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1999.03,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1999.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1999.09,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,1999.12,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2000.03,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2000.06,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2000.09,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2000.12,1561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2001.03,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2001.06,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2001.09,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2001.12,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2002.03,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2002.06,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2002.09,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2002.12,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2003.03,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2003.06,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2003.09,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2003.12,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2004.03,1852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2004.06,1867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2004.09,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2004.12,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2005.03,1956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2005.06,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2005.09,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2005.12,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2006.03,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2006.06,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2006.09,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2006.12,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2007.03,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2007.06,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2007.09,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2007.12,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2008.03,2166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2008.06,2110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2008.09,2097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2008.12,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2009.03,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2009.06,2041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2009.09,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2009.12,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2010.03,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2010.06,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2010.09,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2010.12,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2011.03,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2011.06,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2011.09,2188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2011.12,2226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2012.03,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2012.06,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2012.09,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2012.12,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2013.03,2325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2013.06,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2013.09,2384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2013.12,2401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2014.03,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2014.06,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2014.09,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2014.12,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2015.03,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2015.06,2588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2015.09,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2015.12,2671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2016.03,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2016.06,2754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2016.09,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2016.12,2796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2017.03,2856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2017.06,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2017.09,2904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2017.12,2951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2018.03,2968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2018.06,3018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2018.09,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2018.12,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2019.03,3129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2019.06,3136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2019.09,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2019.12,3228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2020.03,3261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2020.06,2824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2020.09,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2020.12,3454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2021.03,3550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2021.06,3656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2021.09,3352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2021.12,3735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2022.03,3627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2022.06,3522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2022.09,3515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2022.12,3492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2023.03,3434,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2023.06,3383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2023.09,3371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2023.12,3334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2024.03,3327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH1,2024.06,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Retail Trade,,, +SNEQ.SG01RSC04B01GH2,1987.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1987.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1987.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1988.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1988.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1988.09,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1988.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1989.03,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1989.06,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1989.09,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1989.12,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1990.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1990.06,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1990.09,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1990.12,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1991.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1991.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1991.09,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1991.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1992.03,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1992.06,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1992.09,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1992.12,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1993.03,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1993.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1993.09,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1993.12,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1994.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1994.06,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1994.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1994.12,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1995.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1995.06,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1995.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1995.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1996.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1996.06,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1996.09,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1996.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1997.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1997.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1997.09,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1997.12,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1998.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1998.06,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1998.09,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1998.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1999.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1999.06,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1999.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,1999.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2000.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2000.06,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2000.09,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2000.12,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2001.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2001.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2001.09,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2001.12,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2002.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2002.06,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2002.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2002.12,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2003.03,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2003.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2003.09,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2003.12,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2004.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2004.06,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2004.09,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2004.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2005.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2005.06,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2005.09,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2005.12,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2006.03,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2006.06,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2006.09,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2006.12,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2007.03,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2007.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2007.09,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2007.12,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2008.03,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2008.06,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2008.09,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2008.12,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2009.03,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2009.06,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2009.09,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2009.12,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2010.03,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2010.06,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2010.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2010.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2011.03,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2011.06,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2011.09,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2011.12,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2012.03,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2012.06,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2012.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2012.12,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2013.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2013.06,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2013.09,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2013.12,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2014.03,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2014.06,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2014.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2014.12,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2015.03,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2015.06,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2015.09,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2015.12,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2016.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2016.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2016.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2016.12,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2017.03,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2017.06,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2017.09,1320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2017.12,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2018.03,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2018.06,1350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2018.09,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2018.12,1380,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2019.03,1358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2019.06,1355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2019.09,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2019.12,1376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2020.03,1231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2020.06,774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2020.09,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2020.12,1376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2021.03,1346,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2021.06,1621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2021.09,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2021.12,1224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2022.03,1213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2022.06,1571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2022.09,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2022.12,1406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2023.03,1379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2023.06,1411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2023.09,1388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2023.12,1388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2024.03,1392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01GH2,2024.06,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Accommodation and Food Services,,, +SNEQ.SG01RSC04B01II1,1987.06,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1987.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1987.12,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1988.03,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1988.06,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1988.09,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1988.12,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1989.03,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1989.06,1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1989.09,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1989.12,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1990.03,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1990.06,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1990.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1990.12,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1991.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1991.06,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1991.09,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1991.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1992.03,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1992.06,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1992.09,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1992.12,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1993.03,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1993.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1993.09,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1993.12,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1994.03,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1994.06,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1994.09,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1994.12,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1995.03,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1995.06,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1995.09,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1995.12,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1996.03,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1996.06,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1996.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1996.12,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1997.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1997.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1997.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1997.12,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1998.03,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1998.06,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1998.09,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1998.12,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1999.03,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1999.06,1560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1999.09,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,1999.12,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2000.03,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2000.06,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2000.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2000.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2001.03,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2001.06,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2001.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2001.12,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2002.03,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2002.06,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2002.09,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2002.12,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2003.03,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2003.06,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2003.09,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2003.12,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2004.03,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2004.06,1945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2004.09,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2004.12,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2005.03,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2005.06,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2005.09,2069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2005.12,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2006.03,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2006.06,1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2006.09,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2006.12,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2007.03,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2007.06,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2007.09,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2007.12,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2008.03,2113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2008.06,2111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2008.09,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2008.12,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2009.03,1939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2009.06,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2009.09,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2009.12,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2010.03,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2010.06,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2010.09,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2010.12,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2011.03,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2011.06,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2011.09,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2011.12,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2012.03,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2012.06,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2012.09,2204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2012.12,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2013.03,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2013.06,2215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2013.09,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2013.12,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2014.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2014.06,2393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2014.09,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2014.12,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2015.03,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2015.06,2484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2015.09,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2015.12,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2016.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2016.06,2580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2016.09,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2016.12,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2017.03,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2017.06,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2017.09,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2017.12,2749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2018.03,2758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2018.06,2767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2018.09,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2018.12,2779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2019.03,2817,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2019.06,2864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2019.09,2812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2019.12,2868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2020.03,2621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2020.06,2074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2020.09,2282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2020.12,2369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2021.03,2367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2021.06,2492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2021.09,2388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2021.12,2447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2022.03,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2022.06,2578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2022.09,2768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2022.12,2703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2023.03,2627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2023.06,2667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2023.09,2575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2023.12,2569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2024.03,2576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01II1,2024.06,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Transport, Postal and Warehousing",,, +SNEQ.SG01RSC04B01JJ1,1987.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1987.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1987.12,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1988.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1988.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1988.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1988.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1989.03,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1989.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1989.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1989.12,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1990.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1990.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1990.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1990.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1991.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1991.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1991.09,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1991.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1992.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1992.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1992.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1992.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1993.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1993.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1993.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1993.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1994.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1994.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1994.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1994.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1995.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1995.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1995.09,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1995.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1996.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1996.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1996.09,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1996.12,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1997.03,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1997.06,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1997.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1997.12,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1998.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1998.06,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1998.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1998.12,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1999.03,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1999.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1999.09,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,1999.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2000.03,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2000.06,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2000.09,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2000.12,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2001.03,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2001.06,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2001.09,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2001.12,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2002.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2002.06,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2002.09,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2002.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2003.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2003.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2003.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2003.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2004.03,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2004.06,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2004.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2004.12,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2005.03,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2005.06,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2005.09,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2005.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2006.03,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2006.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2006.09,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2006.12,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2007.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2007.06,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2007.09,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2007.12,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2008.03,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2008.06,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2008.09,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2008.12,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2009.03,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2009.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2009.09,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2009.12,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2010.03,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2010.06,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2010.09,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2010.12,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2011.03,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2011.06,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2011.09,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2011.12,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2012.03,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2012.06,1636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2012.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2012.12,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2013.03,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2013.06,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2013.09,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2013.12,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2014.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2014.06,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2014.09,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2014.12,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2015.03,2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2015.06,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2015.09,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2015.12,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2016.03,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2016.06,2134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2016.09,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2016.12,2059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2017.03,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2017.06,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2017.09,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2017.12,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2018.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2018.06,2266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2018.09,2265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2018.12,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2019.03,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2019.06,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2019.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2019.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2020.03,2414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2020.06,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2020.09,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2020.12,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2021.03,2745,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2021.06,2789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2021.09,2733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2021.12,2876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2022.03,2838,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2022.06,2863,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2022.09,2905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2022.12,2909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2023.03,2968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2023.06,2965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2023.09,3002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2023.12,2991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2024.03,2997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01JJ1,2024.06,3011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Information Media and Telecommunications,,, +SNEQ.SG01RSC04B01KK1,1987.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1987.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1987.12,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1988.03,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1988.06,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1988.09,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1988.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1989.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1989.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1989.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1989.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1990.03,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1990.06,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1990.09,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1990.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1991.03,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1991.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1991.09,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1991.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1992.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1992.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1992.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1992.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1993.03,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1993.06,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1993.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1993.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1994.03,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1994.06,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1994.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1994.12,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1995.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1995.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1995.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1995.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1996.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1996.06,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1996.09,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1996.12,1648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1997.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1997.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1997.09,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1997.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1998.03,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1998.06,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1998.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1998.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1999.03,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1999.06,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1999.09,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,1999.12,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2000.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2000.06,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2000.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2000.12,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2001.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2001.06,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2001.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2001.12,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2002.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2002.06,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2002.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2002.12,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2003.03,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2003.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2003.09,2136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2003.12,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2004.03,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2004.06,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2004.09,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2004.12,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2005.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2005.06,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2005.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2005.12,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2006.03,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2006.06,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2006.09,2566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2006.12,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2007.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2007.06,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2007.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2007.12,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2008.03,2648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2008.06,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2008.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2008.12,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2009.03,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2009.06,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2009.09,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2009.12,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2010.03,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2010.06,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2010.09,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2010.12,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2011.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2011.06,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2011.09,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2011.12,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2012.03,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2012.06,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2012.09,2929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2012.12,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2013.03,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2013.06,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2013.09,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2013.12,3069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2014.03,3064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2014.06,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2014.09,3099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2014.12,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2015.03,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2015.06,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2015.09,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2015.12,3211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2016.03,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2016.06,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2016.09,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2016.12,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2017.03,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2017.06,3378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2017.09,3414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2017.12,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2018.03,3526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2018.06,3580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2018.09,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2018.12,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2019.03,3594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2019.06,3654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2019.09,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2019.12,3671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2020.03,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2020.06,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2020.09,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2020.12,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2021.03,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2021.06,3738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2021.09,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2021.12,3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2022.03,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2022.06,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2022.09,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2022.12,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2023.03,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2023.06,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2023.09,3907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2023.12,3922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2024.03,3895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01KK1,2024.06,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Financial and Insurance Services,,, +SNEQ.SG01RSC04B01LL1,1987.06,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1987.09,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1987.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1988.03,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1988.06,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1988.09,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1988.12,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1989.03,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1989.06,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1989.09,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1989.12,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1990.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1990.06,1819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1990.09,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1990.12,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1991.03,1753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1991.06,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1991.09,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1991.12,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1992.03,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1992.06,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1992.09,1775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1992.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1993.03,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1993.06,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1993.09,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1993.12,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1994.03,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1994.06,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1994.09,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1994.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1995.03,1919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1995.06,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1995.09,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1995.12,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1996.03,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1996.06,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1996.09,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1996.12,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1997.03,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1997.06,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1997.09,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1997.12,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1998.03,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1998.06,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1998.09,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1998.12,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1999.03,2256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1999.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1999.09,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,1999.12,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2000.03,2378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2000.06,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2000.09,2437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2000.12,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2001.03,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2001.06,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2001.09,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2001.12,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2002.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2002.06,2832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2002.09,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2002.12,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2003.03,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2003.06,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2003.09,3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2003.12,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2004.03,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2004.06,3060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2004.09,3058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2004.12,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2005.03,3204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2005.06,3240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2005.09,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2005.12,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2006.03,3306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2006.06,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2006.09,3410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2006.12,3438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2007.03,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2007.06,3421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2007.09,3347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2007.12,3300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2008.03,3228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2008.06,3235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2008.09,3236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2008.12,3268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2009.03,3331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2009.06,3367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2009.09,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2009.12,3346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2010.03,3343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2010.06,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2010.09,3356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2010.12,3362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2011.03,3407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2011.06,3484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2011.09,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2011.12,3623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2012.03,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2012.06,3591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2012.09,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2012.12,3648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2013.03,3632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2013.06,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2013.09,3726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2013.12,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2014.03,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2014.06,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2014.09,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2014.12,3702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2015.03,3743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2015.06,3794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2015.09,3882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2015.12,3922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2016.03,4025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2016.06,4058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2016.09,4074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2016.12,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2017.03,4118,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2017.06,4105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2017.09,4056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2017.12,4079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2018.03,4102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2018.06,4112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2018.09,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2018.12,4069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2019.03,4104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2019.06,4162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2019.09,4153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2019.12,4162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2020.03,4105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2020.06,3881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2020.09,4206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2020.12,4253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2021.03,4247,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2021.06,4303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2021.09,4314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2021.12,4362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2022.03,4331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2022.06,4300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2022.09,4306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2022.12,4242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2023.03,4295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2023.06,4348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2023.09,4375,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2023.12,4485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2024.03,4558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL1,2024.06,4557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Rental, Hiring and Real Estate Services",,, +SNEQ.SG01RSC04B01LL2,1987.06,1975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1987.09,1997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1987.12,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1988.03,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1988.06,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1988.09,1916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1988.12,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1989.03,1862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1989.06,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1989.09,1833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1989.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1990.03,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1990.06,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1990.09,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1990.12,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1991.03,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1991.06,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1991.09,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1991.12,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1992.03,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1992.06,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1992.09,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1992.12,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1993.03,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1993.06,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1993.09,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1993.12,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1994.03,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1994.06,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1994.09,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1994.12,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1995.03,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1995.06,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1995.09,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1995.12,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1996.03,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1996.06,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1996.09,2068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1996.12,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1997.03,2089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1997.06,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1997.09,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1997.12,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1998.03,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1998.06,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1998.09,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1998.12,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1999.03,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1999.06,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1999.09,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,1999.12,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2000.03,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2000.06,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2000.09,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2000.12,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2001.03,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2001.06,2227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2001.09,2244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2001.12,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2002.03,2295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2002.06,2314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2002.09,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2002.12,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2003.03,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2003.06,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2003.09,2439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2003.12,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2004.03,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2004.06,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2004.09,2551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2004.12,2581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2005.03,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2005.06,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2005.09,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2005.12,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2006.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2006.06,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2006.09,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2006.12,2816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2007.03,2854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2007.06,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2007.09,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2007.12,2920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2008.03,2946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2008.06,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2008.09,2987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2008.12,3003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2009.03,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2009.06,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2009.09,3031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2009.12,3057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2010.03,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2010.06,3121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2010.09,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2010.12,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2011.03,3226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2011.06,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2011.09,3278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2011.12,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2012.03,3346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2012.06,3375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2012.09,3402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2012.12,3422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2013.03,3444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2013.06,3493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2013.09,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2013.12,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2014.03,3614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2014.06,3655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2014.09,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2014.12,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2015.03,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2015.06,3828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2015.09,3886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2015.12,3912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2016.03,3939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2016.06,4009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2016.09,4086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2016.12,4153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2017.03,4197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2017.06,4280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2017.09,4332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2017.12,4382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2018.03,4437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2018.06,4476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2018.09,4514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2018.12,4559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2019.03,4634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2019.06,4676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2019.09,4735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2019.12,4775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2020.03,4784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2020.06,4836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2020.09,4883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2020.12,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2021.03,4988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2021.06,5046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2021.09,5121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2021.12,5169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2022.03,5215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2022.06,5256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2022.09,5301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2022.12,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2023.03,5365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2023.06,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2023.09,5496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2023.12,5546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2024.03,5568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01LL2,2024.06,5586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Owner-Occupied Property Operation (National Accounts Only),,, +SNEQ.SG01RSC04B01MN1,1987.06,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1987.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1987.12,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1988.03,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1988.06,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1988.09,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1988.12,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1989.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1989.06,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1989.09,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1989.12,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1990.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1990.06,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1990.09,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1990.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1991.03,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1991.06,1875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1991.09,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1991.12,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1992.03,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1992.06,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1992.09,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1992.12,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1993.03,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1993.06,1908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1993.09,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1993.12,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1994.03,2032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1994.06,1981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1994.09,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1994.12,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1995.03,2110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1995.06,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1995.09,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1995.12,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1996.03,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1996.06,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1996.09,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1996.12,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1997.03,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1997.06,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1997.09,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1997.12,2453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1998.03,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1998.06,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1998.09,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1998.12,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1999.03,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1999.06,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1999.09,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,1999.12,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2000.03,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2000.06,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2000.09,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2000.12,2683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2001.03,2740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2001.06,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2001.09,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2001.12,3020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2002.03,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2002.06,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2002.09,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2002.12,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2003.03,3170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2003.06,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2003.09,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2003.12,3150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2004.03,3194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2004.06,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2004.09,3174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2004.12,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2005.03,3279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2005.06,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2005.09,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2005.12,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2006.03,3412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2006.06,3486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2006.09,3532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2006.12,3534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2007.03,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2007.06,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2007.09,3738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2007.12,3825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2008.03,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2008.06,3813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2008.09,3774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2008.12,3820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2009.03,3771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2009.06,3707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2009.09,3664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2009.12,3634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2010.03,3741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2010.06,3778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2010.09,3895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2010.12,3742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2011.03,3854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2011.06,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2011.09,3878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2011.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2012.03,3805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2012.06,3876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2012.09,3910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2012.12,4001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2013.03,3947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2013.06,4147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2013.09,4174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2013.12,4199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2014.03,4245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2014.06,4287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2014.09,4289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2014.12,4345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2015.03,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2015.06,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2015.09,4502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2015.12,4583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2016.03,4664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2016.06,4759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2016.09,4826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2016.12,4869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2017.03,4984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2017.06,5010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2017.09,5098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2017.12,5162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2018.03,5183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2018.06,5265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2018.09,5183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2018.12,5328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2019.03,5346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2019.06,5409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2019.09,5615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2019.12,5628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2020.03,5791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2020.06,5420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2020.09,5751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2020.12,5757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2021.03,5926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2021.06,6120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2021.09,6076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2021.12,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2022.03,6547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2022.06,6586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2022.09,6660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2022.12,6841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2023.03,6638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2023.06,6651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2023.09,6627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2023.12,6640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2024.03,6535,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN1,2024.06,6554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Professional, Scientific and Technical Services",,, +SNEQ.SG01RSC04B01MN2,1987.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1987.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1987.12,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1988.03,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1988.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1988.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1988.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1989.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1989.06,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1989.09,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1989.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1990.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1990.06,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1990.09,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1990.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1991.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1991.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1991.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1991.12,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1992.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1992.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1992.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1992.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1993.03,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1993.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1993.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1993.12,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1994.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1994.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1994.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1994.12,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1995.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1995.06,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1995.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1995.12,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1996.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1996.06,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1996.09,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1996.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1997.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1997.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1997.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1997.12,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1998.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1998.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1998.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1998.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1999.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1999.06,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1999.09,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,1999.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2000.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2000.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2000.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2000.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2001.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2001.06,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2001.09,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2001.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2002.03,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2002.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2002.09,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2002.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2003.03,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2003.06,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2003.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2003.12,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2004.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2004.06,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2004.09,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2004.12,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2005.03,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2005.06,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2005.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2005.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2006.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2006.06,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2006.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2006.12,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2007.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2007.06,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2007.09,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2007.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2008.03,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2008.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2008.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2008.12,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2009.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2009.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2009.09,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2009.12,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2010.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2010.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2010.09,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2010.12,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2011.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2011.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2011.09,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2011.12,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2012.03,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2012.06,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2012.09,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2012.12,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2013.03,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2013.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2013.09,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2013.12,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2014.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2014.06,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2014.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2014.12,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2015.03,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2015.06,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2015.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2015.12,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2016.03,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2016.06,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2016.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2016.12,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2017.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2017.06,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2017.09,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2017.12,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2018.03,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2018.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2018.09,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2018.12,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2019.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2019.06,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2019.09,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2019.12,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2020.03,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2020.06,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2020.09,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2020.12,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2021.03,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2021.06,1406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2021.09,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2021.12,1331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2022.03,1392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2022.06,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2022.09,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2022.12,1592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2023.03,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2023.06,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2023.09,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2023.12,1630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2024.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01MN2,2024.06,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Administrative and Support Services,,, +SNEQ.SG01RSC04B01OO1,1987.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1987.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1987.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1988.03,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1988.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1988.09,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1988.12,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1989.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1989.06,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1989.09,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1989.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1990.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1990.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1990.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1990.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1991.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1991.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1991.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1991.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1992.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1992.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1992.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1992.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1993.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1993.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1993.09,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1993.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1994.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1994.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1994.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1994.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1995.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1995.06,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1995.09,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1995.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1996.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1996.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1996.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1996.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1997.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1997.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1997.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1997.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1998.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1998.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1998.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1998.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1999.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1999.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1999.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,1999.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2000.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2000.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2000.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2000.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2001.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2001.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2001.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2001.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2002.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2002.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2002.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2002.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2003.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2003.06,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2003.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2003.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2004.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2004.06,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2004.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2004.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2005.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2005.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2005.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2005.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2006.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2006.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2006.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2006.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2007.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2007.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2007.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2007.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2008.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2008.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2008.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2008.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2009.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2009.06,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2009.09,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2009.12,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2010.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2010.06,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2010.09,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2010.12,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2011.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2011.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2011.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2011.12,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2012.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2012.06,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2012.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2012.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2013.03,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2013.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2013.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2013.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2014.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2014.06,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2014.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2014.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2015.03,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2015.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2015.09,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2015.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2016.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2016.06,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2016.09,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2016.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2017.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2017.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2017.09,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2017.12,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2018.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2018.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2018.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2018.12,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2019.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2019.06,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2019.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2019.12,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2020.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2020.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2020.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2020.12,357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2021.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2021.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2021.09,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2021.12,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2022.03,374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2022.06,381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2022.09,390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2022.12,394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2023.03,399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2023.06,395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2023.09,405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2023.12,416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2024.03,418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO1,2024.06,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Local Government Administration,,, +SNEQ.SG01RSC04B01OO2,1987.06,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1987.09,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1987.12,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1988.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1988.06,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1988.09,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1988.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1989.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1989.06,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1989.09,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1989.12,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1990.03,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1990.06,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1990.09,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1990.12,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1991.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1991.06,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1991.09,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1991.12,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1992.03,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1992.06,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1992.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1992.12,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1993.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1993.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1993.09,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1993.12,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1994.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1994.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1994.09,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1994.12,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1995.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1995.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1995.09,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1995.12,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1996.03,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1996.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1996.09,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1996.12,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1997.03,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1997.06,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1997.09,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1997.12,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1998.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1998.06,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1998.09,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1998.12,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1999.03,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1999.06,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1999.09,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,1999.12,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2000.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2000.06,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2000.09,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2000.12,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2001.03,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2001.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2001.09,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2001.12,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2002.03,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2002.06,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2002.09,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2002.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2003.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2003.06,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2003.09,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2003.12,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2004.03,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2004.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2004.09,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2004.12,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2005.03,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2005.06,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2005.09,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2005.12,1491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2006.03,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2006.06,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2006.09,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2006.12,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2007.03,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2007.06,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2007.09,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2007.12,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2008.03,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2008.06,1950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2008.09,1908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2008.12,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2009.03,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2009.06,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2009.09,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2009.12,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2010.03,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2010.06,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2010.09,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2010.12,1950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2011.03,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2011.06,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2011.09,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2011.12,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2012.03,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2012.06,1940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2012.09,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2012.12,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2013.03,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2013.06,2034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2013.09,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2013.12,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2014.03,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2014.06,2060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2014.09,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2014.12,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2015.03,2097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2015.06,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2015.09,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2015.12,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2016.03,2175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2016.06,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2016.09,2184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2016.12,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2017.03,2219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2017.06,2264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2017.09,2264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2017.12,2295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2018.03,2333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2018.06,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2018.09,2391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2018.12,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2019.03,2445,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2019.06,2491,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2019.09,2514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2019.12,2610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2020.03,2601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2020.06,2617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2020.09,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2020.12,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2021.03,2762,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2021.06,2743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2021.09,2799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2021.12,2847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2022.03,2847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2022.06,2868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2022.09,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2022.12,2866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2023.03,2904,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2023.06,2983,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2023.09,3002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2023.12,3084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2024.03,3040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01OO2,2024.06,3041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,"Central Government Administration, Defence and Public Safety",,, +SNEQ.SG01RSC04B01PP1,1987.06,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1987.09,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1987.12,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1988.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1988.06,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1988.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1988.12,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1989.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1989.06,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1989.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1989.12,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1990.03,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1990.06,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1990.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1990.12,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1991.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1991.06,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1991.09,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1991.12,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1992.03,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1992.06,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1992.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1992.12,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1993.03,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1993.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1993.09,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1993.12,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1994.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1994.06,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1994.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1994.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1995.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1995.06,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1995.09,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1995.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1996.03,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1996.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1996.09,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1996.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1997.03,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1997.06,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1997.09,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1997.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1998.03,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1998.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1998.09,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1998.12,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1999.03,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1999.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1999.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,1999.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2000.03,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2000.06,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2000.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2000.12,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2001.03,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2001.06,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2001.09,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2001.12,2024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2002.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2002.06,2080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2002.09,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2002.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2003.03,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2003.06,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2003.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2003.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2004.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2004.06,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2004.09,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2004.12,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2005.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2005.06,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2005.09,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2005.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2006.03,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2006.06,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2006.09,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2006.12,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2007.03,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2007.06,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2007.09,2242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2007.12,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2008.03,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2008.06,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2008.09,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2008.12,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2009.03,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2009.06,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2009.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2009.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2010.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2010.06,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2010.09,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2010.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2011.03,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2011.06,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2011.09,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2011.12,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2012.03,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2012.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2012.09,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2012.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2013.03,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2013.06,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2013.09,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2013.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2014.03,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2014.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2014.09,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2014.12,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2015.03,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2015.06,2333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2015.09,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2015.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2016.03,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2016.06,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2016.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2016.12,2357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2017.03,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2017.06,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2017.09,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2017.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2018.03,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2018.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2018.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2018.12,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2019.03,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2019.06,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2019.09,2426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2019.12,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2020.03,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2020.06,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2020.09,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2020.12,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2021.03,2479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2021.06,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2021.09,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2021.12,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2022.03,2341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2022.06,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2022.09,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2022.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2023.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2023.06,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2023.09,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2023.12,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2024.03,2369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01PP1,2024.06,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Education and Training,,, +SNEQ.SG01RSC04B01QQ1,1987.06,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1987.09,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1987.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1988.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1988.06,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1988.09,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1988.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1989.03,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1989.06,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1989.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1989.12,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1990.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1990.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1990.09,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1990.12,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1991.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1991.06,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1991.09,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1991.12,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1992.03,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1992.06,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1992.09,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1992.12,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1993.03,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1993.06,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1993.09,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1993.12,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1994.03,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1994.06,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1994.09,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1994.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1995.03,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1995.06,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1995.09,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1995.12,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1996.03,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1996.06,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1996.09,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1996.12,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1997.03,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1997.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1997.09,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1997.12,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1998.03,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1998.06,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1998.09,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1998.12,1941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1999.03,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1999.06,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1999.09,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,1999.12,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2000.03,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2000.06,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2000.09,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2000.12,2113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2001.03,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2001.06,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2001.09,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2001.12,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2002.03,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2002.06,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2002.09,2166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2002.12,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2003.03,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2003.06,2258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2003.09,2298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2003.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2004.03,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2004.06,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2004.09,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2004.12,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2005.03,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2005.06,2521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2005.09,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2005.12,2557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2006.03,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2006.06,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2006.09,2614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2006.12,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2007.03,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2007.06,2725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2007.09,2766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2007.12,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2008.03,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2008.06,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2008.09,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2008.12,2906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2009.03,2910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2009.06,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2009.09,3010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2009.12,2980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2010.03,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2010.06,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2010.09,2973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2010.12,2986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2011.03,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2011.06,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2011.09,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2011.12,3036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2012.03,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2012.06,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2012.09,3105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2012.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2013.03,3122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2013.06,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2013.09,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2013.12,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2014.03,3207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2014.06,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2014.09,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2014.12,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2015.03,3282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2015.06,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2015.09,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2015.12,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2016.03,3394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2016.06,3456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2016.09,3463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2016.12,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2017.03,3539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2017.06,3548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2017.09,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2017.12,3597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2018.03,3622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2018.06,3670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2018.09,3710,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2018.12,3754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2019.03,3862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2019.06,3877,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2019.09,3898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2019.12,3934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2020.03,3917,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2020.06,3756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2020.09,4010,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2020.12,4093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2021.03,4194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2021.06,4261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2021.09,4225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2021.12,4341,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2022.03,4383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2022.06,4327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2022.09,4576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2022.12,4606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2023.03,4525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2023.06,4509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2023.09,4649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2023.12,4663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2024.03,4656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01QQ1,2024.06,4678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Health Care and Social Assistance,,, +SNEQ.SG01RSC04B01RS1,1987.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1987.09,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1987.12,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1988.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1988.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1988.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1988.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1989.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1989.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1989.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1989.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1990.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1990.06,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1990.09,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1990.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1991.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1991.06,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1991.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1991.12,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1992.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1992.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1992.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1992.12,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1993.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1993.06,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1993.09,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1993.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1994.03,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1994.06,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1994.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1994.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1995.03,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1995.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1995.09,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1995.12,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1996.03,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1996.06,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1996.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1996.12,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1997.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1997.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1997.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1997.12,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1998.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1998.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1998.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1998.12,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1999.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1999.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1999.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,1999.12,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2000.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2000.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2000.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2000.12,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2001.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2001.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2001.09,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2001.12,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2002.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2002.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2002.09,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2002.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2003.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2003.06,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2003.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2003.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2004.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2004.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2004.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2004.12,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2005.03,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2005.06,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2005.09,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2005.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2006.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2006.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2006.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2006.12,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2007.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2007.06,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2007.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2007.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2008.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2008.06,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2008.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2008.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2009.03,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2009.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2009.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2009.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2010.03,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2010.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2010.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2010.12,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2011.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2011.06,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2011.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2011.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2012.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2012.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2012.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2012.12,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2013.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2013.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2013.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2013.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2014.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2014.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2014.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2014.12,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2015.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2015.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2015.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2015.12,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2016.03,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2016.06,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2016.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2016.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2017.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2017.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2017.09,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2017.12,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2018.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2018.06,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2018.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2018.12,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2019.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2019.06,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2019.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2019.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2020.03,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2020.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2020.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2020.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2021.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2021.06,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2021.09,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2021.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2022.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2022.06,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2022.09,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2022.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2023.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2023.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2023.09,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2023.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2024.03,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS1,2024.06,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Arts and Recreation Services,,, +SNEQ.SG01RSC04B01RS2,1987.06,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1987.09,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1987.12,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1988.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1988.06,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1988.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1988.12,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1989.03,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1989.06,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1989.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1989.12,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1990.03,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1990.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1990.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1990.12,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1991.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1991.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1991.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1991.12,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1992.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1992.06,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1992.09,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1992.12,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1993.03,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1993.06,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1993.09,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1993.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1994.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1994.06,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1994.09,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1994.12,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1995.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1995.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1995.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1995.12,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1996.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1996.06,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1996.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1996.12,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1997.03,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1997.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1997.09,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1997.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1998.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1998.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1998.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1998.12,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1999.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1999.06,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1999.09,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,1999.12,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2000.03,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2000.06,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2000.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2000.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2001.03,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2001.06,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2001.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2001.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2002.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2002.06,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2002.09,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2002.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2003.03,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2003.06,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2003.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2003.12,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2004.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2004.06,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2004.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2004.12,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2005.03,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2005.06,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2005.09,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2005.12,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2006.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2006.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2006.09,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2006.12,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2007.03,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2007.06,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2007.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2007.12,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2008.03,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2008.06,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2008.09,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2008.12,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2009.03,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2009.06,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2009.09,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2009.12,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2010.03,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2010.06,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2010.09,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2010.12,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2011.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2011.06,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2011.09,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2011.12,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2012.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2012.06,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2012.09,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2012.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2013.03,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2013.06,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2013.09,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2013.12,947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2014.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2014.06,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2014.09,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2014.12,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2015.03,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2015.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2015.09,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2015.12,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2016.03,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2016.06,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2016.09,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2016.12,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2017.03,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2017.06,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2017.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2017.12,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2018.03,1094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2018.06,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2018.09,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2018.12,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2019.03,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2019.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2019.09,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2019.12,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2020.03,1105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2020.06,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2020.09,1091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2020.12,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2021.03,1184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2021.06,1285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2021.09,1097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2021.12,1217,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2022.03,1236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2022.06,1257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2022.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2022.12,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2023.03,1281,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2023.06,1306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2023.09,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2023.12,1298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2024.03,1279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01RS2,2024.06,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Other Services,,, +SNEQ.SG01RSC04B01UZ9,1987.06,1800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1987.09,1760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1987.12,1860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1988.03,1735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1988.06,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1988.09,1738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1988.12,1768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1989.03,1849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1989.06,1909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1989.09,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1989.12,1850,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1990.03,1874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1990.06,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1990.09,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1990.12,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1991.03,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1991.06,1797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1991.09,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1991.12,1819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1992.03,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1992.06,1824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1992.09,1841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1992.12,1864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1993.03,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1993.06,1911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1993.09,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1993.12,1989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1994.03,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1994.06,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1994.09,2125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1994.12,2160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1995.03,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1995.06,2190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1995.09,2207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1995.12,2231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1996.03,2297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1996.06,2338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1996.09,2350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1996.12,2367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1997.03,2354,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1997.06,2407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1997.09,2374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1997.12,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1998.03,2398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1998.06,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1998.09,2420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1998.12,2482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1999.03,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1999.06,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1999.09,2603,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,1999.12,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2000.03,2652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2000.06,2619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2000.09,2633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2000.12,2608,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2001.03,2612,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2001.06,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2001.09,2686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2001.12,2753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2002.03,2767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2002.06,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2002.09,2904,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2002.12,2951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2003.03,2984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2003.06,3049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2003.09,3101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2003.12,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2004.03,3222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2004.06,3257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2004.09,3282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2004.12,3293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2005.03,3318,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2005.06,3372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2005.09,3377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2005.12,3398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2006.03,3442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2006.06,3426,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2006.09,3498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2006.12,3532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2007.03,3617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2007.06,3644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2007.09,3655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2007.12,3672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2008.03,3631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2008.06,3590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2008.09,3555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2008.12,3528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2009.03,3468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2009.06,3530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2009.09,3565,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2009.12,3530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2010.03,3563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2010.06,3618,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2010.09,3540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2010.12,3599,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2011.03,3637,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2011.06,3528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2011.09,3675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2011.12,3691,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2012.03,3626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2012.06,3770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2012.09,3719,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2012.12,3741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2013.03,3804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2013.06,3820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2013.09,3846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2013.12,3902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2014.03,3934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2014.06,3921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2014.09,4039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2014.12,4046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2015.03,4105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2015.06,4193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2015.09,4222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2015.12,4274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2016.03,4309,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2016.06,4406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2016.09,4447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2016.12,4453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2017.03,4515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2017.06,4514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2017.09,4576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2017.12,4679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2018.03,4738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2018.06,4790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2018.09,4755,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2018.12,4822,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2019.03,4828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2019.06,4820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2019.09,4902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2019.12,4992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2020.03,4864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2020.06,4201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2020.09,4920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2020.12,4881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2021.03,5308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2021.06,5134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2021.09,4894,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2021.12,5121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2022.03,5026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2022.06,5279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2022.09,5321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2022.12,5329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2023.03,5405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2023.06,5321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2023.09,5186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2023.12,5286,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2024.03,5450,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01UZ9,2024.06,5280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Unallocated,,, +SNEQ.SG01RSC04B01ZZ9,1987.06,26194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1987.09,26333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1987.12,26444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1988.03,26392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1988.06,26304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1988.09,26322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1988.12,26077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1989.03,26356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1989.06,26464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1989.09,26194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1989.12,26136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1990.03,26072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1990.06,26064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1990.09,26307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1990.12,26637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1991.03,26023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1991.06,25847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1991.09,25932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1991.12,26083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1992.03,26128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1992.06,26172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1992.09,25940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1992.12,26259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1993.03,26727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1993.06,27310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1993.09,27870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1993.12,28103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1994.03,28539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1994.06,28670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1994.09,29149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1994.12,29529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1995.03,29896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1995.06,30295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1995.09,30572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1995.12,30777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1996.03,31184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1996.06,31423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1996.09,31625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1996.12,32059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1997.03,31959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1997.06,32559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1997.09,32513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1997.12,32446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1998.03,32261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1998.06,32410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1998.09,32432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1998.12,32726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1999.03,33101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1999.06,33346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1999.09,34297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,1999.12,34734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2000.03,35250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2000.06,35278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2000.09,35422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2000.12,35515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2001.03,35643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2001.06,36106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2001.09,36396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2001.12,36908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2002.03,37234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2002.06,37714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2002.09,38108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2002.12,38639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2003.03,38861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2003.06,38981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2003.09,39848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2003.12,40365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2004.03,41038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2004.06,41376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2004.09,41500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2004.12,41668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2005.03,42149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2005.06,42823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2005.09,43062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2005.12,42874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2006.03,43536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2006.06,43757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2006.09,43968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2006.12,44360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2007.03,44872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2007.06,45290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2007.09,45665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2007.12,45732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2008.03,45541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2008.06,45423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2008.09,45264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2008.12,44984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2009.03,44593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2009.06,44503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2009.09,44710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2009.12,45394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2010.03,45487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2010.06,45732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2010.09,45703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2010.12,45392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2011.03,45882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2011.06,46210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2011.09,46610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2011.12,46905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2012.03,47243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2012.06,47348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2012.09,47480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2012.12,48213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2013.03,48006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2013.06,48606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2013.09,48890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2013.12,49004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2014.03,49782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2014.06,50010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2014.09,50584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2014.12,51452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2015.03,51551,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2015.06,51908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2015.09,52407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2015.12,52944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2016.03,53602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2016.06,54022,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2016.09,54541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2016.12,54728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2017.03,55274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2017.06,55836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2017.09,56229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2017.12,56652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2018.03,57173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2018.06,57823,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2018.09,57921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2018.12,58779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2019.03,59237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2019.06,59506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2019.09,59877,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2019.12,60319,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2020.03,59638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2020.06,53872,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2020.09,61167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2020.12,61423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2021.03,62213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2021.06,63276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2021.09,60648,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2021.12,62809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2022.03,62833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2022.06,63424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2022.09,64394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2022.12,64105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2023.03,63845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2023.06,64407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2023.09,64091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2023.12,64136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2024.03,64161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC04B01ZZ9,2024.06,64125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, ANZSIC06 industry groups",Gross Domestic Product - production measure,Total All Industries,,, +SNEQ.SG01RSC34B0111,1986.06,6964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1986.09,6993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1986.12,6790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1987.03,6780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1987.06,6810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1987.09,6737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1987.12,6877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1988.03,6799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1988.06,6864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1988.09,6807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1988.12,6538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1989.03,6685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1989.06,6608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1989.09,6554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1989.12,6517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1990.03,6499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1990.06,6571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1990.09,6705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1990.12,6965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1991.03,6613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1991.06,6531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1991.09,6661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1991.12,6647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1992.03,6669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1992.06,6706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1992.09,6525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1992.12,6497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1993.03,6754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1993.06,7006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1993.09,7210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1993.12,7338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1994.03,7361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1994.06,7363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1994.09,7541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1994.12,7618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1995.03,7614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1995.06,7655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1995.09,7649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1995.12,7676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1996.03,7832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1996.06,7924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1996.09,8029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1996.12,8130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1997.03,8094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1997.06,8290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1997.09,8056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1997.12,8016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1998.03,7855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1998.06,7892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1998.09,7806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1998.12,7677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1999.03,7845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1999.06,7858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1999.09,8090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,1999.12,8254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2000.03,8336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2000.06,8296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2000.09,8391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2000.12,8437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2001.03,8320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2001.06,8411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2001.09,8368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2001.12,8298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2002.03,8360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2002.06,8535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2002.09,8740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2002.12,8983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2003.03,8983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2003.06,8928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2003.09,9113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2003.12,9237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2004.03,9408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2004.06,9396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2004.09,9262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2004.12,9224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2005.03,9283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2005.06,9445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2005.09,9560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2005.12,9402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2006.03,9553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2006.06,9461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2006.09,9207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2006.12,9236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2007.03,9183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2007.06,9365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2007.09,9510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2007.12,9423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2008.03,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2008.06,9395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2008.09,9336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2008.12,9075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2009.03,8936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2009.06,8691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2009.09,8980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2009.12,9342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2010.03,9190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2010.06,9101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2010.09,8798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2010.12,8628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2011.03,8791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2011.06,8935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2011.09,9086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2011.12,9035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2012.03,9246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2012.06,9289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2012.09,9205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2012.12,9366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2013.03,9171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2013.06,9254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2013.09,9320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2013.12,9180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2014.03,9556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2014.06,9401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2014.09,9600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2014.12,9887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2015.03,9719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2015.06,9762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2015.09,9760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2015.12,9869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2016.03,9872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2016.06,9918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2016.09,10007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2016.12,9897,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2017.03,9957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2017.06,10009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2017.09,9953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2017.12,9761,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2018.03,9968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2018.06,10089,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2018.09,10170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2018.12,10402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2019.03,10412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2019.06,10209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2019.09,10190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2019.12,10139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2020.03,10029,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2020.06,9026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2020.09,10314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2020.12,10354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2021.03,10420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2021.06,10417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2021.09,9833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2021.12,10217,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2022.03,10211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2022.06,9833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2022.09,9920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2022.12,9852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2023.03,9810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2023.06,9785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2023.09,9627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2023.12,9619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2024.03,9569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0111,2024.06,9561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable direct,,, +SNEQ.SG01RSC34B0112,1986.06,19065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1986.09,19471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1986.12,19023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1987.03,19111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1987.06,19332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1987.09,19533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1987.12,19531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1988.03,19527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1988.06,19387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1988.09,19442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1988.12,19523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1989.03,19622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1989.06,19854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1989.09,19618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1989.12,19572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1990.03,19547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1990.06,19512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1990.09,19571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1990.12,19528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1991.03,19373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1991.06,19291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1991.09,19239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1991.12,19332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1992.03,19420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1992.06,19438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1992.09,19431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1992.12,19662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1993.03,19925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1993.06,20268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1993.09,20610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1993.12,20653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1994.03,21086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1994.06,21273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1994.09,21542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1994.12,21814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1995.03,22217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1995.06,22606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1995.09,22877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1995.12,23037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1996.03,23313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1996.06,23444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1996.09,23552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1996.12,23832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1997.03,23843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1997.06,24182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1997.09,24396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1997.12,24363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1998.03,24384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1998.06,24494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1998.09,24576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1998.12,24979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1999.03,25214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1999.06,25499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1999.09,26126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,1999.12,26471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2000.03,26857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2000.06,26962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2000.09,26978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2000.12,27023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2001.03,27294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2001.06,27722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2001.09,28047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2001.12,28562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2002.03,28884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2002.06,29248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2002.09,29398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2002.12,29551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2003.03,29828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2003.06,30053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2003.09,30699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2003.12,31177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2004.03,31585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2004.06,31922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2004.09,32196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2004.12,32532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2005.03,32832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2005.06,33314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2005.09,33469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2005.12,33546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2006.03,33945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2006.06,34222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2006.09,34726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2006.12,35188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2007.03,35656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2007.06,35877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2007.09,36124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2007.12,36335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2008.03,36177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2008.06,36035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2008.09,35946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2008.12,35819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2009.03,35690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2009.06,35836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2009.09,35770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2009.12,35984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2010.03,36316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2010.06,36597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2010.09,36930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2010.12,36740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2011.03,37101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2011.06,37335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2011.09,37582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2011.12,37786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2012.03,37941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2012.06,38077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2012.09,38341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2012.12,38759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2013.03,38843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2013.06,39340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2013.09,39596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2013.12,39797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2014.03,40201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2014.06,40708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2014.09,41041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2014.12,41457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2015.03,41808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2015.06,42141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2015.09,42641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2015.12,43101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2016.03,43717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2016.06,44074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2016.09,44525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2016.12,44854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2017.03,45314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2017.06,45791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2017.09,46290,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2017.12,46889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2018.03,47208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2018.06,47744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2018.09,47808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2018.12,48285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2019.03,48838,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2019.06,49256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2019.09,49723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2019.12,50160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2020.03,49698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2020.06,44944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2020.09,50872,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2020.12,51056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2021.03,51868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2021.06,52755,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2021.09,50840,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2021.12,52658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2022.03,52714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2022.06,53501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2022.09,54506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2022.12,54378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2023.03,54099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2023.06,54530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2023.09,54534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2023.12,54633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2024.03,54633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0112,2024.06,54501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable direct,,, +SNEQ.SG01RSC34B0113,1986.06,11779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1986.09,11870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1986.12,11682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1987.03,11675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1987.06,11717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1987.09,11714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1987.12,11854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1988.03,11855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1988.06,11962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1988.09,11961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1988.12,11736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1989.03,11950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1989.06,11944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1989.09,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1989.12,11744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1990.03,11739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1990.06,11760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1990.09,11986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1990.12,12145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1991.03,11753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1991.06,11666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1991.09,11780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1991.12,11821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1992.03,11826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1992.06,11936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1992.09,11796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1992.12,11837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1993.03,12181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1993.06,12542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1993.09,12842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1993.12,13040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1994.03,13273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1994.06,13359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1994.09,13520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1994.12,13776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1995.03,13929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1995.06,14068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1995.09,14292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1995.12,14349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1996.03,14601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1996.06,14747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1996.09,14984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1996.12,15176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1997.03,15115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1997.06,15394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1997.09,15268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1997.12,15183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1998.03,15038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1998.06,15038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1998.09,15017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1998.12,15104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1999.03,15412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1999.06,15482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1999.09,16132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,1999.12,16420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2000.03,16575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2000.06,16702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2000.09,16779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2000.12,16813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2001.03,16842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2001.06,17047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2001.09,17280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2001.12,17427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2002.03,17600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2002.06,17792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2002.09,17882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2002.12,18158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2003.03,18194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2003.06,18107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2003.09,18480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2003.12,18721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2004.03,19042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2004.06,19108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2004.09,19065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2004.12,19178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2005.03,19383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2005.06,19683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2005.09,19858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2005.12,19607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2006.03,19931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2006.06,19921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2006.09,19790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2006.12,19835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2007.03,19883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2007.06,20336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2007.09,20582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2007.12,20613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2008.03,20531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2008.06,20472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2008.09,20269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2008.12,19927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2009.03,19534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2009.06,19192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2009.09,19402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2009.12,19804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2010.03,19898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2010.06,20060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2010.09,20053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2010.12,19754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2011.03,20134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2011.06,20327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2011.09,20468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2011.12,20459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2012.03,20731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2012.06,20802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2012.09,20764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2012.12,21098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2013.03,20904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2013.06,21218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2013.09,21416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2013.12,21366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2014.03,21868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2014.06,21901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2014.09,22129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2014.12,22709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2015.03,22554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2015.06,22727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2015.09,22901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2015.12,23149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2016.03,23307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2016.06,23473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2016.09,23747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2016.12,23653,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2017.03,23835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2017.06,24070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2017.09,24141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2017.12,24183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2018.03,24541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2018.06,24846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2018.09,24897,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2018.12,25352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2019.03,25440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2019.06,25321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2019.09,25447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2019.12,25469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2020.03,25412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2020.06,22552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2020.09,25259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2020.12,25418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2021.03,26085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2021.06,26574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2021.09,25530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2021.12,26675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2022.03,26783,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2022.06,26906,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2022.09,27328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2022.12,27352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2023.03,27112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2023.06,27215,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2023.09,26728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2023.12,26622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2024.03,26566,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0113,2024.06,26496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1986.06,14419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1986.09,14800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1986.12,14296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1987.03,14360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1987.06,14587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1987.09,14751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1987.12,14732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1988.03,14613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1988.06,14387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1988.09,14425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1988.12,14435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1989.03,14460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1989.06,14604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1989.09,14511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1989.12,14437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1990.03,14432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1990.06,14418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1990.09,14390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1990.12,14485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1991.03,14376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1991.06,14283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1991.09,14237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1991.12,14264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1992.03,14399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1992.06,14296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1992.09,14247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1992.12,14451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1993.03,14599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1993.06,14810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1993.09,15077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1993.12,15078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1994.03,15242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1994.06,15331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1994.09,15655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1994.12,15746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1995.03,15946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1995.06,16250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1995.09,16261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1995.12,16422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1996.03,16579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1996.06,16636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1996.09,16594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1996.12,16819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1997.03,16844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1997.06,17059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1997.09,17213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1997.12,17226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1998.03,17257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1998.06,17337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1998.09,17429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1998.12,17575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1999.03,17709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1999.06,17854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1999.09,18114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,1999.12,18275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2000.03,18664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2000.06,18509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2000.09,18590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2000.12,18640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2001.03,18790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2001.06,19022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2001.09,19074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2001.12,19414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2002.03,19598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2002.06,19887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2002.09,20222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2002.12,20430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2003.03,20618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2003.06,20868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2003.09,21343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2003.12,21668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2004.03,21935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2004.06,22230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2004.09,22422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2004.12,22519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2005.03,22726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2005.06,23093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2005.09,23178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2005.12,23298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2006.03,23578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2006.06,23777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2006.09,24163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2006.12,24557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2007.03,24968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2007.06,24909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2007.09,25055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2007.12,25144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2008.03,24990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2008.06,24961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2008.09,24999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2008.12,24989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2009.03,25076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2009.06,25366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2009.09,25316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2009.12,25549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2010.03,25584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2010.06,25693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2010.09,25664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2010.12,25588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2011.03,25749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2011.06,25910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2011.09,26167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2011.12,26416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2012.03,26486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2012.06,26557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2012.09,26768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2012.12,27074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2013.03,27093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2013.06,27389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2013.09,27505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2013.12,27617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2014.03,27873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2014.06,28157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2014.09,28490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2014.12,28708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2015.03,28980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2015.06,29192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2015.09,29497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2015.12,29817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2016.03,30269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2016.06,30527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2016.09,30770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2016.12,31083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2017.03,31440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2017.06,31715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2017.09,32032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2017.12,32461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2018.03,32653,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2018.06,32936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2018.09,32966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2018.12,33370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2019.03,33876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2019.06,34117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2019.09,34317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2019.12,34766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2020.03,34353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2020.06,31353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2020.09,35716,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2020.12,35898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2021.03,36223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2021.06,36577,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2021.09,34955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2021.12,36110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2022.03,36164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2022.06,36419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2022.09,36914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2022.12,36782,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2023.03,36799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2023.06,37070,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2023.09,37213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2023.12,37476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2024.03,37578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG01RSC34B0114,2024.06,37471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(P), Chain volume, Seasonally adjusted, Tradeables Non-Tradeables",Gross Domestic Product - production measure,Non-tradeable Indirect,,, +SNEQ.SG02NAC00B15Z,1987.06,15519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1987.09,15752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1987.12,16974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1988.03,16923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1988.06,16592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1988.09,17416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1988.12,18463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1989.03,18157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1989.06,18117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1989.09,17491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1989.12,19797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1990.03,19230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1990.06,18660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1990.09,18366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1990.12,20458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1991.03,18683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1991.06,18413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1991.09,18154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1991.12,19987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1992.03,19433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1992.06,19389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1992.09,17897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1992.12,20561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1993.03,20462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1993.06,20429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1993.09,19676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1993.12,22297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1994.03,22058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1994.06,22000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1994.09,20991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1994.12,24086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1995.03,23261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1995.06,23559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1995.09,22424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1995.12,25573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1996.03,24680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1996.06,24893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1996.09,24026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1996.12,26894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1997.03,25287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1997.06,25898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1997.09,25069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1997.12,27615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1998.03,26233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1998.06,26001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1998.09,25016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1998.12,28621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1999.03,27187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1999.06,27372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1999.09,26753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,1999.12,29912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2000.03,29192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2000.06,28807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2000.09,28220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2000.12,32125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2001.03,30687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2001.06,31177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2001.09,30157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2001.12,34281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2002.03,33097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2002.06,32409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2002.09,32446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2002.12,35736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2003.03,34591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2003.06,34403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2003.09,34298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2003.12,38238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2004.03,37563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2004.06,37464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2004.09,37182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2004.12,40800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2005.03,39113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2005.06,39711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2005.09,39274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2005.12,42710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2006.03,41242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2006.06,41238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2006.09,40638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2006.12,45840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2007.03,44288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2007.06,44669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2007.09,44686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2007.12,49582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2008.03,47736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2008.06,46838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2008.09,44953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2008.12,49919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2009.03,47695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2009.06,46818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2009.09,46214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2009.12,51149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2010.03,50124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2010.06,49381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2010.09,48300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2010.12,53721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2011.03,51940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2011.06,51716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2011.09,51054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2011.12,56306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2012.03,53954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2012.06,53604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2012.09,51650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2012.12,56728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2013.03,55512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2013.06,54913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2013.09,55175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2013.12,62462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2014.03,60247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2014.06,59128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2014.09,57865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2014.12,63665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2015.03,62041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2015.06,62083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2015.09,61020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2015.12,66653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2016.03,65642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2016.06,65410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2016.09,64515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2016.12,71163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2017.03,70269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2017.06,69645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2017.09,69357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2017.12,77184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2018.03,74539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2018.06,74532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2018.09,73057,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2018.12,80340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2019.03,78232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2019.06,78654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2019.09,77520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2019.12,85372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2020.03,81429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2020.06,72899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2020.09,80900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2020.12,87955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2021.03,86044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2021.06,87845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2021.09,83890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2021.12,94948,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2022.03,91736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2022.06,93488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2022.09,93578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2022.12,102182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2023.03,98410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2023.06,100714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2023.09,99384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2023.12,106327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2024.03,103664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B15Z,2024.06,103926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1987.06,15157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1987.09,15810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1987.12,16873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1988.03,15867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1988.06,15832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1988.09,17058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1988.12,17822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1989.03,17123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1989.06,17451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1989.09,18098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1989.12,20129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1990.03,18421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1990.06,18329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1990.09,18816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1990.12,20461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1991.03,17864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1991.06,17446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1991.09,17799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1991.12,19379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1992.03,18560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1992.06,18299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1992.09,18040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1992.12,20405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1993.03,19097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1993.06,19269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1993.09,19730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1993.12,21932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1994.03,20440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1994.06,20887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1994.09,21387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1994.12,23703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1995.03,21876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1995.06,22653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1995.09,22941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1995.12,25253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1996.03,23586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1996.06,24178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1996.09,24671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1996.12,26520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1997.03,24133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1997.06,25694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1997.09,25348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1997.12,27283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1998.03,25028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1998.06,25758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1998.09,25386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1998.12,28369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1999.03,25884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1999.06,27201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1999.09,27470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,1999.12,30535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2000.03,27457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2000.06,28068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2000.09,28800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2000.12,31429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2001.03,27979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2001.06,29293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2001.09,29960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2001.12,33759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2002.03,31030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2002.06,30656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2002.09,32830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2002.12,35428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2003.03,32160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2003.06,33391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2003.09,34916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2003.12,38088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2004.03,35557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2004.06,36330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2004.09,38722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2004.12,41437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2005.03,37626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2005.06,39764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2005.09,41625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2005.12,43697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2006.03,40212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2006.06,40894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2006.09,42526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2006.12,46524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2007.03,42724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2007.06,44405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2007.09,46648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2007.12,49696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2008.03,45698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2008.06,46948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2008.09,47760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2008.12,50492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2009.03,44681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2009.06,45044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2009.09,46768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2009.12,50949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2010.03,47033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2010.06,46929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2010.09,49132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2010.12,53711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2011.03,48902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2011.06,49632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2011.09,52481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2011.12,55620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2012.03,51996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2012.06,52269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2012.09,53539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2012.12,57147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2013.03,53026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2013.06,53868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2013.09,57635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2013.12,61330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2014.03,56215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2014.06,57586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2014.09,60493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2014.12,63915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2015.03,58738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2015.06,60765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2015.09,63314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2015.12,66831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2016.03,61892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2016.06,63724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2016.09,67008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2016.12,71309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2017.03,67097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2017.06,67606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2017.09,71414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2017.12,77098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2018.03,71745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2018.06,73340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2018.09,76679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2018.12,81195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2019.03,75055,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2019.06,77278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2019.09,81324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2019.12,86070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2020.03,77640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2020.06,69739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2020.09,83203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2020.12,89415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2021.03,87356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2021.06,86803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2021.09,90267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2021.12,99955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2022.03,95473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2022.06,96645,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2022.09,102170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2022.12,109331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2023.03,100689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2023.06,101578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2023.09,106681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2023.12,110576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2024.03,103625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00B21Z,2024.06,104699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross National Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1987.06,11818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1987.09,12212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1987.12,12816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1988.03,12099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1988.06,12660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1988.09,13407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1988.12,13852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1989.03,13123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1989.06,14265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1989.09,13856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1989.12,14668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1990.03,13966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1990.06,14873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1990.09,14879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1990.12,15861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1991.03,14273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1991.06,15014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1991.09,14822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1991.12,15509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1992.03,14513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1992.06,15402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1992.09,15074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1992.12,16014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1993.03,14729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1993.06,15735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1993.09,15684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1993.12,16515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1994.03,15486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1994.06,16467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1994.09,16729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1994.12,17712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1995.03,16488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1995.06,17634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1995.09,17760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1995.12,18700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1996.03,17577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1996.06,18981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1996.09,18954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1996.12,19858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1997.03,18310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1997.06,19677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1997.09,19765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1997.12,20638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1998.03,19240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1998.06,20589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1998.09,20688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1998.12,21695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1999.03,20192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1999.06,21571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1999.09,21628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,1999.12,22530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2000.03,20627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2000.06,22216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2000.09,22577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2000.12,23517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2001.03,21559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2001.06,23377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2001.09,23699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2001.12,24736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2002.03,22688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2002.06,24652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2002.09,25035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2002.12,26268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2003.03,24371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2003.06,26014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2003.09,26489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2003.12,28152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2004.03,26431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2004.06,27902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2004.09,28686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2004.12,30241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2005.03,28210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2005.06,30351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2005.09,30709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2005.12,32423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2006.03,30395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2006.06,32147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2006.09,32766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2006.12,34519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2007.03,32370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2007.06,34280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2007.09,34765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2007.12,36546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2008.03,34607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2008.06,36067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2008.09,36769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2008.12,38552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2009.03,35447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2009.06,37271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2009.09,37705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2009.12,39444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2010.03,37027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2010.06,38663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2010.09,39035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2010.12,41072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2011.03,38880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2011.06,40959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2011.09,41285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2011.12,43162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2012.03,40524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2012.06,42155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2012.09,42072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2012.12,44196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2013.03,41623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2013.06,43526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2013.09,44075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2013.12,46364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2014.03,43550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2014.06,45411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2014.09,46083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2014.12,48143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2015.03,45293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2015.06,47558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2015.09,48208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2015.12,50545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2016.03,47378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2016.06,50211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2016.09,51209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2016.12,53925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2017.03,51152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2017.06,53386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2017.09,54489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2017.12,57460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2018.03,53802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2018.06,56756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2018.09,58005,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2018.12,61198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2019.03,57034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2019.06,60248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2019.09,61081,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2019.12,64499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2020.03,59977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2020.06,57328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2020.09,63479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2020.12,67786,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2021.03,65899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2021.06,69209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2021.09,66798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2021.12,74099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2022.03,72168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2022.06,74799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2022.09,76482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2022.12,80765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2023.03,76366,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2023.06,80200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2023.09,80732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2023.12,84959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2024.03,79733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P30Z,2024.06,83576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Final Consumption Expenditure,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1987.06,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1987.09,3598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1987.12,4057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1988.03,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1988.06,3172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1988.09,3651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1988.12,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1989.03,4000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1989.06,3186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1989.09,4241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1989.12,5461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1990.03,4455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1990.06,3456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1990.09,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1990.12,4600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1991.03,3590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1991.06,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1991.09,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1991.12,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1992.03,4048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1992.06,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1992.09,2966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1992.12,4391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1993.03,4369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1993.06,3534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1993.09,4046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1993.12,5418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1994.03,4954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1994.06,4420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1994.09,4658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1994.12,5992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1995.03,5388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1995.06,5020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1995.09,5181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1995.12,6553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1996.03,6009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1996.06,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1996.09,5718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1996.12,6662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1997.03,5823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1997.06,6017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1997.09,5583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1997.12,6645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1998.03,5788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1998.06,5169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1998.09,4698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1998.12,6674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1999.03,5692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1999.06,5630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1999.09,5842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,1999.12,8004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2000.03,6830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2000.06,5851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2000.09,6223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2000.12,7911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2001.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2001.06,5915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2001.09,6262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2001.12,9023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2002.03,8342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2002.06,6003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2002.09,7795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2002.12,9160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2003.03,7789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2003.06,7377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2003.09,8427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2003.12,9936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2004.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2004.06,8428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2004.09,10036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2004.12,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2005.03,9416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2005.06,9413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2005.09,10916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2005.12,11274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2006.03,9817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2006.06,8747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2006.09,9760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2006.12,12006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2007.03,10354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2007.06,10125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2007.09,11884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2007.12,13150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2008.03,11091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2008.06,10881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2008.09,10991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2008.12,11940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2009.03,9234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2009.06,7773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2009.09,9063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2009.12,11505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2010.03,10006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2010.06,8266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2010.09,10097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2010.12,12639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2011.03,10022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2011.06,8673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2011.09,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2011.12,12459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2012.03,11471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2012.06,10114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2012.09,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2012.12,12950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2013.03,11403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2013.06,10342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2013.09,13560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2013.12,14966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2014.03,12665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2014.06,12175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2014.09,14410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2014.12,15771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2015.03,13445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2015.06,13206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2015.09,15105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2015.12,16286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2016.03,14513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2016.06,13514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2016.09,15799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2016.12,17384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2017.03,15944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2017.06,14220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2017.09,16925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2017.12,19638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2018.03,17943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2018.06,16584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2018.09,18675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2018.12,19997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2019.03,18021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2019.06,17030,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2019.09,20243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2019.12,21571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2020.03,17663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2020.06,12411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2020.09,19724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2020.12,21629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2021.03,21457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2021.06,17594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2021.09,23469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2021.12,25856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2022.03,23305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2022.06,21846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2022.09,25688,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2022.12,28566,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2023.03,24323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2023.06,21377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2023.09,25950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2023.12,25617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2024.03,23892,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P50Z,2024.06,21123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1987.06,3837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1987.09,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1987.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1988.03,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1988.06,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1988.09,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1988.12,3794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1989.03,3623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1989.06,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1989.09,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1989.12,4337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1990.03,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1990.06,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1990.09,4103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1990.12,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1991.03,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1991.06,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1991.09,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1991.12,3459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1992.03,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1992.06,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1992.09,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1992.12,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1993.03,3477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1993.06,3829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1993.09,4240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1993.12,4379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1994.03,4071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1994.06,4587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1994.09,4890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1994.12,5066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1995.03,4750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1995.06,5263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1995.09,5375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1995.12,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1996.03,5337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1996.06,5734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1996.09,5705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1996.12,5746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1997.03,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1997.06,6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1997.09,5947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1997.12,5574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1998.03,5326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1998.06,5678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1998.09,5268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1998.12,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1999.03,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1999.06,5661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1999.09,5982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,1999.12,6787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2000.03,6338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2000.06,6152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2000.09,6575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2000.12,6584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2001.03,5676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2001.06,6628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2001.09,6714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2001.12,7246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2002.03,7068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2002.06,7049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2002.09,7541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2002.12,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2003.03,7231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2003.06,7959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2003.09,8276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2003.12,8773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2004.03,8599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2004.06,9320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2004.09,9659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2004.12,9620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2005.03,8831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2005.06,9973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2005.09,10286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2005.12,10534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2006.03,9527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2006.06,9736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2006.09,10491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2006.12,10727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2007.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2007.06,10765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2007.09,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2007.12,11901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2008.03,10632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2008.06,11478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2008.09,10922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2008.12,10923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2009.03,9673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2009.06,10219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2009.09,9834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2009.12,9897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2010.03,9248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2010.06,9848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2010.09,9920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2010.12,10460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2011.03,9935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2011.06,10326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2011.09,10435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2011.12,11126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2012.03,10644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2012.06,11268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2012.09,11137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2012.12,11724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2013.03,11016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2013.06,12020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2013.09,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2013.12,12953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2014.03,12266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2014.06,13226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2014.09,13833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2014.12,14326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2015.03,13156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2015.06,14180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2015.09,15094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2015.12,15048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2016.03,14060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2016.06,15152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2016.09,15571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2016.12,15733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2017.03,14710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2017.06,15913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2017.09,16601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2017.12,17654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2018.03,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2018.06,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2018.09,17855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2018.12,18620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2019.03,17680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2019.06,18808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2019.09,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2019.12,19887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2020.03,17828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2020.06,15332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2020.09,19786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2020.12,20469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2021.03,20033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2021.06,20980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2021.09,20809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2021.12,23921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2022.03,22785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2022.06,23265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2022.09,25301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2022.12,25752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2023.03,24419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2023.06,25428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2023.09,25416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2023.12,26017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2024.03,24257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P51Z,2024.06,25296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1987.06,-497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1987.09,-307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1987.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1988.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1988.06,-506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1988.09,-161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1988.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1989.03,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1989.06,-756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1989.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1989.12,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1990.03,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1990.06,-527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1990.09,-166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1990.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1991.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1991.06,-785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1991.09,-452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1991.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1992.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1992.06,-464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1992.09,-507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1992.12,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1993.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1993.06,-295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1993.09,-194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1993.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1994.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1994.06,-167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1994.09,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1994.12,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1995.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1995.06,-243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1995.09,-194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1995.12,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1996.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1996.06,-537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1996.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1996.12,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1997.03,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1997.06,-352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1997.09,-364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1997.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1998.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1998.06,-509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1998.09,-571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1998.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1999.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1999.06,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1999.09,-141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,1999.12,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2000.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2000.06,-301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2000.09,-352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2000.12,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2001.03,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2001.06,-713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2001.09,-452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2001.12,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2002.03,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2002.06,-1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2002.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2002.12,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2003.03,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2003.06,-582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2003.09,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2003.12,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2004.03,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2004.06,-893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2004.09,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2004.12,1576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2005.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2005.06,-560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2005.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2005.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2006.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2006.06,-988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2006.09,-731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2006.12,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2007.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2007.06,-640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2007.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2007.12,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2008.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2008.06,-596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2008.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2008.12,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2009.03,-438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2009.06,-2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2009.09,-772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2009.12,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2010.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2010.06,-1581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2010.09,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2010.12,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2011.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2011.06,-1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2011.09,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2011.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2012.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2012.06,-1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2012.09,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2012.12,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2013.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2013.06,-1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2013.09,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2013.12,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2014.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2014.06,-1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2014.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2014.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2015.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2015.06,-974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2015.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2015.12,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2016.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2016.06,-1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2016.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2016.12,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2017.03,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2017.06,-1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2017.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2017.12,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2018.03,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2018.06,-1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2018.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2018.12,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2019.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2019.06,-1778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2019.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2019.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2020.03,-165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2020.06,-2921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2020.09,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2020.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2021.03,1423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2021.06,-3386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2021.09,2660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2021.12,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2022.03,520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2022.06,-1419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2022.09,388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2022.12,2814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2023.03,-95,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2023.06,-4051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2023.09,534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2023.12,-400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2024.03,-365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC00P52Z,2024.06,-4173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Total",Changes in Inventories,Total All Institutional Sectors,,, +SNEQ.SG02NAC01P51T1,1987.06,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1987.09,2913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1987.12,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1988.03,2600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1988.06,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1988.09,2771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1988.12,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1989.03,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1989.06,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1989.09,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1989.12,3367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1990.03,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1990.06,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1990.09,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1990.12,3301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1991.03,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1991.06,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1991.09,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1991.12,2726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1992.03,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1992.06,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1992.09,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1992.12,2956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1993.03,2786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1993.06,3144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1993.09,3592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1993.12,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1994.03,3418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1994.06,3834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1994.09,4171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1994.12,4305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1995.03,3936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1995.06,4357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1995.09,4587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1995.12,4703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1996.03,4440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1996.06,4808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1996.09,4814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1996.12,4691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1997.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1997.06,4672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1997.09,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1997.12,4420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1998.03,4203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1998.06,4376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1998.09,4067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1998.12,4449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1999.03,4262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1999.06,4511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1999.09,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,1999.12,4932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2000.03,5033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2000.06,5073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2000.09,5575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2000.12,5464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2001.03,4552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2001.06,5238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2001.09,5253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2001.12,5692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2002.03,4783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2002.06,5136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2002.09,5832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2002.12,6004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2003.03,5507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2003.06,6027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2003.09,6670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2003.12,7025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2004.03,6328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2004.06,7267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2004.09,7683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2004.12,7351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2005.03,6919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2005.06,7425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2005.09,7910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2005.12,8007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2006.03,7061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2006.06,7437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2006.09,8180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2006.12,8537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2007.03,7840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2007.06,8172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2007.09,9174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2007.12,9352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2008.03,8203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2008.06,8803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2008.09,8269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2008.12,7884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2009.03,6743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2009.06,6868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2009.09,7023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2009.12,6790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2010.03,6331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2010.06,6597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2010.09,7178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2010.12,7188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2011.03,6778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2011.06,6959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2011.09,7632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2011.12,7933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2012.03,7666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2012.06,8390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2012.09,8244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2012.12,8916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2013.03,8180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2013.06,8696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2013.09,9270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2013.12,9900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2014.03,9177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2014.06,9874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2014.09,10493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2014.12,11006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2015.03,9825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2015.06,10580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2015.09,11334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2015.12,11557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2016.03,10787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2016.06,11560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2016.09,11870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2016.12,12129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2017.03,11241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2017.06,11994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2017.09,12721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2017.12,13350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2018.03,12501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2018.06,13594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2018.09,13767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2018.12,14441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2019.03,13840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2019.06,14396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2019.09,14934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2019.12,15343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2020.03,13445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2020.06,11500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2020.09,15047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2020.12,15499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2021.03,15461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2021.06,15961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2021.09,15824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2021.12,18549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2022.03,17874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2022.06,18010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2022.09,20290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2022.12,20172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2023.03,18909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2023.06,19700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2023.09,19613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2023.12,19932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2024.03,18575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T1,2024.06,18975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NAC01P51T4,1987.06,3837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1987.09,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1987.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1988.03,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1988.06,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1988.09,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1988.12,3794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1989.03,3623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1989.06,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1989.09,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1989.12,4337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1990.03,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1990.06,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1990.09,4103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1990.12,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1991.03,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1991.06,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1991.09,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1991.12,3459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1992.03,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1992.06,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1992.09,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1992.12,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1993.03,3477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1993.06,3829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1993.09,4240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1993.12,4379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1994.03,4071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1994.06,4587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1994.09,4890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1994.12,5066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1995.03,4750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1995.06,5263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1995.09,5375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1995.12,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1996.03,5337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1996.06,5734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1996.09,5705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1996.12,5746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1997.03,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1997.06,6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1997.09,5947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1997.12,5574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1998.03,5326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1998.06,5678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1998.09,5268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1998.12,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1999.03,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1999.06,5661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1999.09,5982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,1999.12,6787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2000.03,6338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2000.06,6152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2000.09,6575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2000.12,6584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2001.03,5676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2001.06,6628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2001.09,6714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2001.12,7246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2002.03,7068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2002.06,7049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2002.09,7541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2002.12,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2003.03,7231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2003.06,7959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2003.09,8276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2003.12,8773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2004.03,8599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2004.06,9320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2004.09,9659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2004.12,9620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2005.03,8831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2005.06,9973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2005.09,10286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2005.12,10534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2006.03,9527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2006.06,9736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2006.09,10491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2006.12,10727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2007.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2007.06,10765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2007.09,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2007.12,11901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2008.03,10632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2008.06,11478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2008.09,10922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2008.12,10923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2009.03,9673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2009.06,10219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2009.09,9834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2009.12,9897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2010.03,9248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2010.06,9848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2010.09,9920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2010.12,10460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2011.03,9935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2011.06,10326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2011.09,10435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2011.12,11126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2012.03,10644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2012.06,11268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2012.09,11137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2012.12,11724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2013.03,11016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2013.06,12020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2013.09,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2013.12,12953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2014.03,12266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2014.06,13226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2014.09,13833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2014.12,14326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2015.03,13156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2015.06,14180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2015.09,15094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2015.12,15048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2016.03,14060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2016.06,15152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2016.09,15571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2016.12,15733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2017.03,14710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2017.06,15913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2017.09,16601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2017.12,17654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2018.03,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2018.06,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2018.09,17855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2018.12,18620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2019.03,17680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2019.06,18808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2019.09,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2019.12,19887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2020.03,17828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2020.06,15332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2020.09,19786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2020.12,20469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2021.03,20033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2021.06,20980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2021.09,20809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2021.12,23921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2022.03,22785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2022.06,23265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2022.09,25301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2022.12,25752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2023.03,24419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2023.06,25428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2023.09,25416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2023.12,26017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2024.03,24257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T4,2024.06,25296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NAC01P51T5,1987.06,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1987.09,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1987.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1988.03,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1988.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1988.09,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1988.12,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1989.03,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1989.06,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1989.09,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1989.12,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1990.03,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1990.06,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1990.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1990.12,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1991.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1991.06,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1991.09,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1991.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1992.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1992.06,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1992.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1992.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1993.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1993.06,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1993.09,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1993.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1994.03,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1994.06,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1994.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1994.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1995.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1995.06,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1995.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1995.12,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1996.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1996.06,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1996.09,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1996.12,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1997.03,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1997.06,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1997.09,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1997.12,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1998.03,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1998.06,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1998.09,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1998.12,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1999.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1999.06,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1999.09,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,1999.12,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2000.03,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2000.06,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2000.09,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2000.12,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2001.03,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2001.06,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2001.09,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2001.12,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2002.03,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2002.06,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2002.09,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2002.12,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2003.03,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2003.06,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2003.09,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2003.12,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2004.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2004.06,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2004.09,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2004.12,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2005.03,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2005.06,2548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2005.09,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2005.12,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2006.03,2466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2006.06,2298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2006.09,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2006.12,2190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2007.03,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2007.06,2592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2007.09,2168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2007.12,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2008.03,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2008.06,2674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2008.09,2654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2008.12,3039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2009.03,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2009.06,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2009.09,2811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2009.12,3107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2010.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2010.06,3251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2010.09,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2010.12,3271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2011.03,3157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2011.06,3368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2011.09,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2011.12,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2012.03,2978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2012.06,2878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2012.09,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2012.12,2808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2013.03,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2013.06,3324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2013.09,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2013.12,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2014.03,3090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2014.06,3352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2014.09,3340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2014.12,3320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2015.03,3330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2015.06,3600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2015.09,3760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2015.12,3492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2016.03,3273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2016.06,3592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2016.09,3701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2016.12,3604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2017.03,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2017.06,3919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2017.09,3880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2017.12,4304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2018.03,3916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2018.06,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2018.09,4088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2018.12,4179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2019.03,3840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2019.06,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2019.09,4261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2019.12,4544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2020.03,4383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2020.06,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2020.09,4739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2020.12,4970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2021.03,4573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2021.06,5019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2021.09,4985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2021.12,5372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2022.03,4911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2022.06,5255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2022.09,5010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2022.12,5580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2023.03,5510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2023.06,5728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2023.09,5803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2023.12,6085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2024.03,5681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC01P51T5,2024.06,6321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NAC10P52A1,1987.06,-306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1987.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1987.12,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1988.03,-75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1988.06,-309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1988.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1988.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1989.03,-146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1989.06,-314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1989.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1989.12,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1990.03,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1990.06,-237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1990.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1990.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1991.03,-30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1991.06,-207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1991.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1991.12,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1992.03,-181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1992.06,-350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1992.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1992.12,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1993.03,-220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1993.06,-185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1993.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1993.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1994.03,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1994.06,-253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1994.09,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1994.12,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1995.03,-152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1995.06,-222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1995.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1995.12,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1996.03,-230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1996.06,-294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1996.09,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1996.12,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1997.03,-158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1997.06,-305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1997.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1997.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1998.03,-238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1998.06,-244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1998.09,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1998.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1999.03,-256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1999.06,-203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1999.09,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,1999.12,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2000.03,-287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2000.06,-286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2000.09,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2000.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2001.03,-248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2001.06,-377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2001.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2001.12,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2002.03,-180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2002.06,-356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2002.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2002.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2003.03,-410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2003.06,-320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2003.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2003.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2004.03,-297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2004.06,-365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2004.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2004.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2005.03,-324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2005.06,-361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2005.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2005.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2006.03,-270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2006.06,-422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2006.09,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2006.12,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2007.03,-326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2007.06,-397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2007.09,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2007.12,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2008.03,-322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2008.06,-552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2008.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2008.12,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2009.03,-252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2009.06,-368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2009.09,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2009.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2010.03,-319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2010.06,-362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2010.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2010.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2011.03,-171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2011.06,-306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2011.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2011.12,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2012.03,-191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2012.06,-332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2012.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2012.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2013.03,-325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2013.06,-287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2013.09,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2013.12,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2014.03,-335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2014.06,-277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2014.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2014.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2015.03,-381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2015.06,-360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2015.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2015.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2016.03,-179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2016.06,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2016.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2016.12,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2017.03,-144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2017.06,-390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2017.09,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2017.12,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2018.03,-160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2018.06,-434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2018.09,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2018.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2019.03,-238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2019.06,-316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2019.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2019.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2020.03,-234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2020.06,-326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2020.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2020.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2021.03,-252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2021.06,-258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2021.09,159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2021.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2022.03,-173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2022.06,-315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2022.09,114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2022.12,111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2023.03,-172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2023.06,-327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2023.09,33,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2023.12,67,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2024.03,-222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52A1,2024.06,-372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NAC10P52B1,1987.06,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1987.09,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1987.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1988.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1988.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1988.09,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1988.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1989.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1989.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1989.09,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1989.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1990.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1990.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1990.09,-29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1990.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1991.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1991.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1991.09,-27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1991.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1992.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1992.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1992.09,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1992.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1993.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1993.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1993.09,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1993.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1994.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1994.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1994.09,-53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1994.12,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1995.03,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1995.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1995.09,-54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1995.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1996.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1996.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1996.09,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1996.12,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1997.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1997.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1997.09,-63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1997.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1998.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1998.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1998.09,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1998.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1999.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1999.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1999.09,-74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,1999.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2000.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2000.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2000.09,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2000.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2001.03,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2001.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2001.09,-105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2001.12,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2002.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2002.06,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2002.09,-94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2002.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2003.03,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2003.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2003.09,-78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2003.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2004.03,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2004.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2004.09,-47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2004.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2005.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2005.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2005.09,-36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2005.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2006.03,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2006.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2006.09,-41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2006.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2007.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2007.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2007.09,-53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2007.12,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2008.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2008.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2008.09,-51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2008.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2009.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2009.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2009.09,-69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2009.12,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2010.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2010.06,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2010.09,-81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2010.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2011.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2011.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2011.09,-99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2011.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2012.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2012.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2012.09,-84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2012.12,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2013.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2013.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2013.09,-121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2013.12,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2014.03,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2014.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2014.09,-117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2014.12,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2015.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2015.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2015.09,-147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2015.12,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2016.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2016.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2016.09,-187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2016.12,-32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2017.03,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2017.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2017.09,-199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2017.12,-65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2018.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2018.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2018.09,-247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2018.12,-87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2019.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2019.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2019.09,-211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2019.12,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2020.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2020.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2020.09,-212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2020.12,-110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2021.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2021.06,-70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2021.09,-250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2021.12,-127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2022.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2022.06,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2022.09,-234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2022.12,-106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2023.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2023.06,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2023.09,-184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2023.12,-97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2024.03,130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52B1,2024.06,-29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NAC10P52C1,1987.06,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1987.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1987.12,-272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1988.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1988.06,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1988.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1988.12,-284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1989.03,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1989.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1989.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1989.12,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1990.03,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1990.06,-76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1990.09,-77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1990.12,-333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1991.03,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1991.06,-171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1991.09,-55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1991.12,-96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1992.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1992.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1992.09,-124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1992.12,-213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1993.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1993.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1993.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1993.12,-41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1994.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1994.06,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1994.09,-131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1994.12,-42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1995.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1995.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1995.09,-291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1995.12,-85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1996.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1996.06,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1996.09,-98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1996.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1997.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1997.06,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1997.09,-103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1997.12,-158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1998.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1998.06,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1998.09,-277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1998.12,-180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1999.03,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1999.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1999.09,-243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,1999.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2000.03,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2000.06,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2000.09,-344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2000.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2001.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2001.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2001.09,-445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2001.12,-33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2002.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2002.06,-92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2002.09,-335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2002.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2003.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2003.06,-383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2003.09,-356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2003.12,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2004.03,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2004.06,-705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2004.09,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2004.12,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2005.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2005.06,-501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2005.09,-32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2005.12,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2006.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2006.06,-895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2006.09,-1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2006.12,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2007.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2007.06,-708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2007.09,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2007.12,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2008.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2008.06,-553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2008.09,-730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2008.12,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2009.03,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2009.06,-1960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2009.09,-754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2009.12,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2010.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2010.06,-1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2010.09,-363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2010.12,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2011.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2011.06,-1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2011.09,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2011.12,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2012.03,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2012.06,-1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2012.09,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2012.12,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2013.03,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2013.06,-1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2013.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2013.12,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2014.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2014.06,-1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2014.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2014.12,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2015.03,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2015.06,-829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2015.09,-391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2015.12,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2016.03,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2016.06,-1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2016.09,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2016.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2017.03,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2017.06,-1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2017.09,-47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2017.12,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2018.03,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2018.06,-1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2018.09,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2018.12,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2019.03,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2019.06,-1658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2019.09,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2019.12,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2020.03,292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2020.06,-1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2020.09,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2020.12,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2021.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2021.06,-3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2021.09,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2021.12,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2022.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2022.06,-2073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2022.09,-382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2022.12,2876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2023.03,163,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2023.06,-2562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2023.09,58,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2023.12,893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2024.03,173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52C1,2024.06,-3500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NAC10P52D1,1987.06,-263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1987.09,-509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1987.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1988.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1988.06,-176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1988.09,-568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1988.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1989.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1989.06,-559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1989.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1989.12,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1990.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1990.06,-275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1990.09,-250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1990.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1991.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1991.06,-480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1991.09,-608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1991.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1992.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1992.06,-246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1992.09,-586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1992.12,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1993.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1993.06,-374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1993.09,-462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1993.12,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1994.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1994.06,-347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1994.09,-398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1994.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1995.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1995.06,-347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1995.09,-107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1995.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1996.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1996.06,-586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1996.09,-138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1996.12,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1997.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1997.06,-427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1997.09,-463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1997.12,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1998.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1998.06,-458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1998.09,-518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1998.12,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1999.03,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1999.06,-120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1999.09,-72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,1999.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2000.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2000.06,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2000.09,-293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2000.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2001.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2001.06,-463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2001.09,-309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2001.12,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2002.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2002.06,-753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2002.09,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2002.12,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2003.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2003.06,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2003.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2003.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2004.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2004.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2004.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2004.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2005.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2005.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2005.09,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2005.12,-68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2006.03,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2006.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2006.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2006.12,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2007.03,-90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2007.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2007.09,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2007.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2008.03,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2008.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2008.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2008.12,-277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2009.03,-800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2009.06,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2009.09,-283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2009.12,-85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2010.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2010.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2010.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2010.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2011.03,-299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2011.06,-172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2011.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2011.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2012.03,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2012.06,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2012.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2012.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2013.03,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2013.06,-69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2013.09,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2013.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2014.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2014.06,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2014.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2014.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2015.03,-139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2015.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2015.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2015.12,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2016.03,-337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2016.06,-171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2016.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2016.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2017.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2017.06,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2017.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2017.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2018.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2018.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2018.09,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2018.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2019.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2019.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2019.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2019.12,-139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2020.03,-526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2020.06,-755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2020.09,-1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2020.12,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2021.03,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2021.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2021.09,1753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2021.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2022.03,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2022.06,988,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2022.09,890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2022.12,-67,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2023.03,-261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2023.06,-1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2023.09,626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2023.12,-1264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2024.03,-446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52D1,2024.06,-272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NAC10P52E1,1987.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1987.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1987.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1988.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1988.06,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1988.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1988.12,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1989.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1989.06,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1989.09,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1989.12,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1990.03,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1990.06,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1990.09,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1990.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1991.03,-22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1991.06,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1991.09,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1991.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1992.03,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1992.06,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1992.09,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1992.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1993.03,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1993.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1993.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1993.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1994.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1994.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1994.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1994.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1995.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1995.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1995.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1995.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1996.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1996.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1996.09,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1996.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1997.03,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1997.06,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1997.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1997.12,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1998.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1998.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1998.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1998.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1999.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1999.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1999.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,1999.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2000.03,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2000.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2000.09,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2000.12,-34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2001.03,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2001.06,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2001.09,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2001.12,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2002.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2002.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2002.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2002.12,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2003.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2003.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2003.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2003.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2004.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2004.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2004.09,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2004.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2005.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2005.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2005.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2005.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2006.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2006.06,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2006.09,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2006.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2007.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2007.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2007.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2007.12,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2008.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2008.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2008.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2008.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2009.03,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2009.06,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2009.09,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2009.12,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2010.03,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2010.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2010.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2010.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2011.03,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2011.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2011.09,-44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2011.12,-55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2012.03,-93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2012.06,-57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2012.09,-78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2012.12,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2013.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2013.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2013.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2013.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2014.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2014.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2014.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2014.12,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2015.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2015.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2015.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2015.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2016.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2016.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2016.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2016.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2017.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2017.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2017.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2017.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2018.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2018.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2018.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2018.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2019.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2019.06,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2019.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2019.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2020.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2020.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2020.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2020.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2021.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2021.06,-148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2021.09,-137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2021.12,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2022.03,-120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2022.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2022.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2022.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2023.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2023.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2023.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2023.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2024.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC10P52E1,2024.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NAC11P51AN1110,1987.06,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1987.09,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1987.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1988.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1988.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1988.09,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1988.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1989.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1989.06,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1989.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1989.12,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1990.03,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1990.06,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1990.09,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1990.12,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1991.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1991.06,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1991.09,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1991.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1992.03,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1992.06,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1992.09,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1992.12,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1993.03,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1993.06,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1993.09,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1993.12,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1994.03,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1994.06,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1994.09,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1994.12,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1995.03,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1995.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1995.09,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1995.12,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1996.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1996.06,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1996.09,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1996.12,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1997.03,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1997.06,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1997.09,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1997.12,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1998.03,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1998.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1998.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1998.12,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1999.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1999.06,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1999.09,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,1999.12,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2000.03,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2000.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2000.09,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2000.12,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2001.03,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2001.06,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2001.09,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2001.12,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2002.03,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2002.06,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2002.09,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2002.12,1995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2003.03,1886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2003.06,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2003.09,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2003.12,2461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2004.03,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2004.06,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2004.09,2651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2004.12,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2005.03,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2005.06,2655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2005.09,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2005.12,2725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2006.03,2507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2006.06,2600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2006.09,2842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2006.12,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2007.03,2661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2007.06,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2007.09,3124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2007.12,3136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2008.03,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2008.06,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2008.09,2588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2008.12,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2009.03,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2009.06,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2009.09,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2009.12,2348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2010.03,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2010.06,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2010.09,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2010.12,2250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2011.03,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2011.06,2186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2011.09,2337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2011.12,2532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2012.03,2394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2012.06,2618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2012.09,2743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2012.12,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2013.03,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2013.06,3250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2013.09,3366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2013.12,3591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2014.03,3579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2014.06,3786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2014.09,3886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2014.12,4045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2015.03,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2015.06,4144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2015.09,4387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2015.12,4542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2016.03,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2016.06,5038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2016.09,5152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2016.12,5246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2017.03,5003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2017.06,5126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2017.09,5367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2017.12,5445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2018.03,5153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2018.06,5291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2018.09,5421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2018.12,5581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2019.03,5594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2019.06,5763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2019.09,5908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2019.12,6149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2020.03,5494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2020.06,4641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2020.09,6553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2020.12,7020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2021.03,6711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2021.06,7055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2021.09,6813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2021.12,7795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2022.03,7369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2022.06,7808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2022.09,8597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2022.12,8344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2023.03,7676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2023.06,8053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2023.09,8351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2023.12,8218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2024.03,7555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1110,2024.06,7830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1987.06,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1987.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1987.12,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1988.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1988.06,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1988.09,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1988.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1989.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1989.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1989.09,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1989.12,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1990.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1990.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1990.09,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1990.12,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1991.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1991.06,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1991.09,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1991.12,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1992.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1992.06,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1992.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1992.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1993.03,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1993.06,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1993.09,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1993.12,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1994.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1994.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1994.09,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1994.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1995.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1995.06,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1995.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1995.12,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1996.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1996.06,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1996.09,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1996.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1997.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1997.06,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1997.09,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1997.12,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1998.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1998.06,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1998.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1998.12,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1999.03,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1999.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1999.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,1999.12,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2000.03,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2000.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2000.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2000.12,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2001.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2001.06,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2001.09,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2001.12,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2002.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2002.06,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2002.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2002.12,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2003.03,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2003.06,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2003.09,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2003.12,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2004.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2004.06,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2004.09,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2004.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2005.03,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2005.06,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2005.09,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2005.12,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2006.03,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2006.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2006.09,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2006.12,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2007.03,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2007.06,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2007.09,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2007.12,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2008.03,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2008.06,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2008.09,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2008.12,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2009.03,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2009.06,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2009.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2009.12,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2010.03,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2010.06,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2010.09,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2010.12,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2011.03,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2011.06,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2011.09,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2011.12,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2012.03,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2012.06,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2012.09,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2012.12,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2013.03,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2013.06,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2013.09,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2013.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2014.03,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2014.06,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2014.09,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2014.12,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2015.03,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2015.06,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2015.09,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2015.12,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2016.03,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2016.06,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2016.09,2014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2016.12,2060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2017.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2017.06,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2017.09,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2017.12,2101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2018.03,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2018.06,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2018.09,2226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2018.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2019.03,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2019.06,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2019.09,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2019.12,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2020.03,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2020.06,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2020.09,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2020.12,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2021.03,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2021.06,2413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2021.09,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2021.12,2674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2022.03,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2022.06,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2022.09,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2022.12,3164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2023.03,3067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2023.06,3401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2023.09,3415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2023.12,3638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2024.03,3262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1120,2024.06,3466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NAC11P51AN1130,1987.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1987.09,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1987.12,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1988.03,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1988.06,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1988.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1988.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1989.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1989.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1989.09,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1989.12,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1990.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1990.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1990.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1990.12,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1991.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1991.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1991.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1991.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1992.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1992.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1992.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1992.12,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1993.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1993.06,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1993.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1993.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1994.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1994.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1994.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1994.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1995.03,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1995.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1995.09,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1995.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1996.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1996.06,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1996.09,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1996.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1997.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1997.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1997.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1997.12,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1998.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1998.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1998.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1998.12,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1999.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1999.06,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1999.09,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,1999.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2000.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2000.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2000.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2000.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2001.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2001.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2001.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2001.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2002.03,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2002.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2002.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2002.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2003.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2003.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2003.09,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2003.12,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2004.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2004.06,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2004.09,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2004.12,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2005.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2005.06,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2005.09,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2005.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2006.03,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2006.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2006.09,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2006.12,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2007.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2007.06,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2007.09,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2007.12,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2008.03,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2008.06,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2008.09,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2008.12,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2009.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2009.06,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2009.09,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2009.12,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2010.03,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2010.06,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2010.09,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2010.12,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2011.03,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2011.06,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2011.09,1560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2011.12,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2012.03,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2012.06,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2012.09,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2012.12,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2013.03,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2013.06,2071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2013.09,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2013.12,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2014.03,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2014.06,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2014.09,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2014.12,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2015.03,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2015.06,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2015.09,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2015.12,1659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2016.03,1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2016.06,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2016.09,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2016.12,1567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2017.03,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2017.06,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2017.09,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2017.12,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2018.03,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2018.06,2531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2018.09,2293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2018.12,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2019.03,2373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2019.06,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2019.09,2501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2019.12,2661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2020.03,2643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2020.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2020.09,2924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2020.12,2895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2021.03,2887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2021.06,3130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2021.09,2932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2021.12,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2022.03,3171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2022.06,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2022.09,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2022.12,3392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2023.03,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2023.06,3633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2023.09,3401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2023.12,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2024.03,3545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1130,2024.06,3791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NAC11P51AN1140,1987.06,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1987.09,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1987.12,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1988.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1988.06,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1988.09,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1988.12,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1989.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1989.06,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1989.09,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1989.12,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1990.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1990.06,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1990.09,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1990.12,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1991.03,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1991.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1991.09,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1991.12,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1992.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1992.06,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1992.09,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1992.12,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1993.03,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1993.06,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1993.09,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1993.12,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1994.03,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1994.06,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1994.09,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1994.12,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1995.03,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1995.06,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1995.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1995.12,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1996.03,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1996.06,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1996.09,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1996.12,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1997.03,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1997.06,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1997.09,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1997.12,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1998.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1998.06,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1998.09,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1998.12,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1999.03,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1999.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1999.09,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,1999.12,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2000.03,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2000.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2000.09,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2000.12,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2001.03,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2001.06,2071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2001.09,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2001.12,2226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2002.03,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2002.06,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2002.09,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2002.12,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2003.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2003.06,2038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2003.09,2012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2003.12,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2004.03,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2004.06,2405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2004.09,2439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2004.12,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2005.03,2186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2005.06,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2005.09,2628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2005.12,2755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2006.03,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2006.06,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2006.09,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2006.12,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2007.03,2452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2007.06,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2007.09,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2007.12,2999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2008.03,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2008.06,3123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2008.09,2651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2008.12,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2009.03,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2009.06,2432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2009.09,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2009.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2010.03,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2010.06,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2010.09,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2010.12,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2011.03,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2011.06,2459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2011.09,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2011.12,2687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2012.03,2503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2012.06,2807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2012.09,2420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2012.12,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2013.03,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2013.06,2397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2013.09,2743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2013.12,3022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2014.03,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2014.06,2541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2014.09,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2014.12,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2015.03,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2015.06,2783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2015.09,3253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2015.12,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2016.03,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2016.06,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2016.09,2879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2016.12,2985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2017.03,2655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2017.06,3000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2017.09,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2017.12,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2018.03,2920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2018.06,3369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2018.09,3458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2018.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2019.03,3120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2019.06,3610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2019.09,3538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2019.12,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2020.03,3259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2020.06,2794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2020.09,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2020.12,3631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2021.03,3502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2021.06,3567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2021.09,3734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2021.12,4488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2022.03,4117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2022.06,4172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2022.09,4614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2022.12,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2023.03,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2023.06,4027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2023.09,4527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2023.12,4429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2024.03,4030,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1140,2024.06,4115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NAC11P51AN1150,1987.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1987.09,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1987.12,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1988.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1988.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1988.09,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1988.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1989.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1989.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1989.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1989.12,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1990.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1990.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1990.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1990.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1991.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1991.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1991.09,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1991.12,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1992.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1992.06,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1992.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1992.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1993.03,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1993.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1993.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1993.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1994.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1994.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1994.09,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1994.12,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1995.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1995.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1995.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1995.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1996.03,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1996.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1996.09,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1996.12,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1997.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1997.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1997.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1997.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1998.03,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1998.06,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1998.09,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1998.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1999.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1999.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1999.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,1999.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2000.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2000.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2000.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2000.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2001.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2001.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2001.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2001.12,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2002.03,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2002.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2002.09,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2002.12,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2003.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2003.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2003.09,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2003.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2004.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2004.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2004.09,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2004.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2005.03,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2005.06,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2005.09,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2005.12,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2006.03,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2006.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2006.09,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2006.12,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2007.03,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2007.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2007.09,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2007.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2008.03,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2008.06,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2008.09,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2008.12,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2009.03,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2009.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2009.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2009.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2010.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2010.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2010.09,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2010.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2011.03,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2011.06,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2011.09,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2011.12,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2012.03,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2012.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2012.09,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2012.12,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2013.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2013.06,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2013.09,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2013.12,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2014.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2014.06,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2014.09,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2014.12,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2015.03,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2015.06,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2015.09,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2015.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2016.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2016.06,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2016.09,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2016.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2017.03,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2017.06,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2017.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2017.12,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2018.03,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2018.06,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2018.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2018.12,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2019.03,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2019.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2019.09,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2019.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2020.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2020.06,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2020.09,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2020.12,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2021.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2021.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2021.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2021.12,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2022.03,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2022.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2022.09,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2022.12,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2023.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2023.06,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2023.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2023.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2024.03,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1150,2024.06,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NAC11P51AN1170,1987.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1987.09,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1987.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1988.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1988.06,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1988.09,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1988.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1989.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1989.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1989.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1989.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1990.03,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1990.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1990.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1990.12,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1991.03,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1991.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1991.09,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1991.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1992.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1992.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1992.09,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1992.12,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1993.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1993.06,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1993.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1993.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1994.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1994.06,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1994.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1994.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1995.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1995.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1995.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1995.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1996.03,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1996.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1996.09,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1996.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1997.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1997.06,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1997.09,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1997.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1998.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1998.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1998.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1998.12,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1999.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1999.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1999.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,1999.12,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2000.03,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2000.06,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2000.09,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2000.12,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2001.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2001.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2001.09,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2001.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2002.03,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2002.06,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2002.09,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2002.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2003.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2003.06,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2003.09,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2003.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2004.03,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2004.06,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2004.09,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2004.12,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2005.03,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2005.06,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2005.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2005.12,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2006.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2006.06,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2006.09,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2006.12,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2007.03,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2007.06,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2007.09,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2007.12,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2008.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2008.06,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2008.09,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2008.12,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2009.03,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2009.06,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2009.09,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2009.12,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2010.03,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2010.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2010.09,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2010.12,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2011.03,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2011.06,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2011.09,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2011.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2012.03,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2012.06,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2012.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2012.12,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2013.03,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2013.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2013.09,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2013.12,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2014.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2014.06,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2014.09,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2014.12,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2015.03,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2015.06,2003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2015.09,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2015.12,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2016.03,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2016.06,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2016.09,2184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2016.12,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2017.03,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2017.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2017.09,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2017.12,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2018.03,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2018.06,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2018.09,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2018.12,2661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2019.03,2558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2019.06,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2019.09,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2019.12,2827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2020.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2020.06,2722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2020.09,2980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2020.12,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2021.03,3061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2021.06,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2021.09,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2021.12,3495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2022.03,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2022.06,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2022.09,3725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2022.12,3636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2023.03,3551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2023.06,3794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2023.09,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2023.12,3905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2024.03,3897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1170,2024.06,3936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NAC11P51AN1180,1987.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1987.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1987.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1988.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1988.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1988.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1988.12,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1989.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1989.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1989.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1989.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1990.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1990.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1990.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1990.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1991.03,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1991.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1991.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1991.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1992.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1992.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1992.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1992.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1993.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1993.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1993.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1993.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1994.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1994.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1994.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1994.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1995.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1995.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1995.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1995.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1996.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1996.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1996.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1996.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1997.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1997.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1997.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1997.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1998.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1998.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1998.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1998.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1999.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1999.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1999.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,1999.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2000.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2000.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2000.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2000.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2001.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2001.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2001.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2001.12,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2002.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2002.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2002.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2002.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2003.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2003.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2003.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2003.12,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2004.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2004.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2004.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2004.12,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2005.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2005.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2005.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2005.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2006.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2006.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2006.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2006.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2007.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2007.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2007.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2007.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2008.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2008.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2008.09,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2008.12,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2009.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2009.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2009.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2009.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2010.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2010.06,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2010.09,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2010.12,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2011.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2011.06,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2011.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2011.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2012.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2012.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2012.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2012.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2013.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2013.06,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2013.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2013.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2014.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2014.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2014.09,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2014.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2015.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2015.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2015.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2015.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2016.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2016.06,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2016.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2016.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2017.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2017.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2017.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2017.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2018.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2018.06,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2018.09,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2018.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2019.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2019.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2019.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2019.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2020.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2020.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2020.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2020.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2021.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2021.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2021.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2021.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2022.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2022.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2022.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2022.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2023.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2023.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2023.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2023.12,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2024.03,220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1180,2024.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NAC11P51AN1190,1987.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1987.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1987.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1988.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1988.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1988.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1988.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1989.03,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1989.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1989.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1989.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1990.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1990.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1990.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1990.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1991.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1991.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1991.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1991.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1992.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1992.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1992.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1992.12,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1993.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1993.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1993.09,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1993.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1994.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1994.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1994.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1994.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1995.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1995.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1995.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1995.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1996.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1996.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1996.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1996.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1997.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1997.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1997.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1997.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1998.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1998.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1998.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1998.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,1999.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2000.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2000.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2000.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2001.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2001.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2001.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2001.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2002.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2002.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2002.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2002.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2003.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2003.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2003.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2003.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2004.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2004.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2004.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2004.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2005.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2005.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2005.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2005.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2006.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2006.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2006.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2006.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2007.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2007.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2007.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2007.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2008.03,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2008.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2008.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2008.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2009.03,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2009.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2009.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2009.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2010.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2010.06,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2010.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2010.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2011.03,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2011.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2011.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2011.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2012.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2012.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2012.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2012.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2013.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2013.06,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2013.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2013.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2014.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2014.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2014.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2014.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2015.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2015.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2015.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2015.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2016.03,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2016.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2016.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2016.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2017.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2017.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2017.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2017.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2018.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2018.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2018.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2018.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2019.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2019.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2019.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2019.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2020.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2020.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2020.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2020.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2021.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2021.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2021.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2021.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2022.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2022.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2022.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2022.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2023.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2023.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2023.09,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2023.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2024.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1190,2024.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NAC11P51AN1199,1987.06,3194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1987.09,3186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1987.12,3076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1988.03,2966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1988.06,2984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1988.09,3132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1988.12,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1989.03,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1989.06,3120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1989.09,3142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1989.12,3434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1990.03,2990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1990.06,3043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1990.09,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1990.12,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1991.03,2654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1991.06,2457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1991.09,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1991.12,2664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1992.03,2600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1992.06,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1992.09,2723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1992.12,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1993.03,2729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1993.06,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1993.09,3255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1993.12,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1994.03,3148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1994.06,3397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1994.09,3662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1994.12,3814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1995.03,3605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1995.06,3910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1995.09,4134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1995.12,4259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1996.03,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1996.06,4284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1996.09,4351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1996.12,4249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1997.03,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1997.06,4842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1997.09,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1997.12,3995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1998.03,4035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1998.06,4303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1998.09,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1998.12,4311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1999.03,4132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1999.06,4242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1999.09,4466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,1999.12,5207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2000.03,4632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2000.06,4688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2000.09,5050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2000.12,5232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2001.03,4477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2001.06,5281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2001.09,5343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2001.12,5579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2002.03,5682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2002.06,5417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2002.09,5605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2002.12,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2003.03,5344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2003.06,5784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2003.09,5895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2003.12,6312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2004.03,6390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2004.06,6661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2004.09,7008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2004.12,7014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2005.03,6403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2005.06,7318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2005.09,7643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2005.12,7809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2006.03,7020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2006.06,7135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2006.09,7649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2006.12,7790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2007.03,7518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2007.06,7809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2007.09,8217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2007.12,8765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2008.03,7996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2008.06,8872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2008.09,8334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2008.12,8631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2009.03,7545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2009.06,8026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2009.09,7616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2009.12,7549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2010.03,7166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2010.06,7445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2010.09,7592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2010.12,8210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2011.03,7837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2011.06,8141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2011.09,8098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2011.12,8594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2012.03,8250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2012.06,8650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2012.09,8394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2012.12,8678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2013.03,7978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2013.06,8771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2013.09,9084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2013.12,9362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2014.03,8687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2014.06,9439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2014.09,9947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2014.12,10282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2015.03,9186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2015.06,10036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2015.09,10707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2015.12,10506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2016.03,9425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2016.06,10114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2016.09,10419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2016.12,10487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2017.03,9707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2017.06,10787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2017.09,11234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2017.12,12208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2018.03,11264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2018.06,12375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2018.09,12434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2018.12,13039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2019.03,12086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2019.06,13045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2019.09,13287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2019.12,13738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2020.03,12333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2020.06,10691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2020.09,13232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2020.12,13449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2021.03,13322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2021.06,13925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2021.09,13996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2021.12,16127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2022.03,15416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2022.06,15457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2022.09,16704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2022.12,17407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2023.03,16743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2023.06,17375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2023.09,17065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2023.12,17798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2024.03,16701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC11P51AN1199,2024.06,17466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NAC14P30A01E,1987.06,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1987.09,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1987.12,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1988.03,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1988.06,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1988.09,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1988.12,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1989.03,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1989.06,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1989.09,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1989.12,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1990.03,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1990.06,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1990.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1990.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1991.03,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1991.06,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1991.09,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1991.12,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1992.03,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1992.06,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1992.09,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1992.12,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1993.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1993.06,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1993.09,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1993.12,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1994.03,1638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1994.06,1705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1994.09,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1994.12,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1995.03,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1995.06,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1995.09,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1995.12,2007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1996.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1996.06,1922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1996.09,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1996.12,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1997.03,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1997.06,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1997.09,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1997.12,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1998.03,2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1998.06,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1998.09,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1998.12,2314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1999.03,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1999.06,2158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1999.09,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,1999.12,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2000.03,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2000.06,2250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2000.09,2319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2000.12,2575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2001.03,2348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2001.06,2388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2001.09,2458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2001.12,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2002.03,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2002.06,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2002.09,2677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2002.12,2977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2003.03,2756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2003.06,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2003.09,2757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2003.12,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2004.03,3035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2004.06,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2004.09,2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2004.12,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2005.03,3092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2005.06,3023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2005.09,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2005.12,3499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2006.03,3373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2006.06,3280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2006.09,3349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2006.12,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2007.03,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2007.06,3416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2007.09,3538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2007.12,3944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2008.03,3810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2008.06,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2008.09,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2008.12,4163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2009.03,3951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2009.06,3982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2009.09,4147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2009.12,4381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2010.03,4048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2010.06,3979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2010.09,4113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2010.12,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2011.03,4367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2011.06,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2011.09,4415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2011.12,4810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2012.03,4458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2012.06,4350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2012.09,4393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2012.12,4792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2013.03,4533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2013.06,4457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2013.09,4561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2013.12,4952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2014.03,4613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2014.06,4538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2014.09,4663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2014.12,5085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2015.03,4848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2015.06,4753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2015.09,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2015.12,5283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2016.03,5017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2016.06,4942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2016.09,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2016.12,5556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2017.03,5265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2017.06,5208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2017.09,5346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2017.12,5973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2018.03,5556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2018.06,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2018.09,5516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2018.12,6117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2019.03,5700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2019.06,5470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2019.09,5580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2019.12,6149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2020.03,6325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2020.06,5869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2020.09,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2020.12,6459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2021.03,6158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2021.06,5978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2021.09,6464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2021.12,6945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2022.03,6693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2022.06,6269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2022.09,6636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2022.12,7539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2023.03,7186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2023.06,6937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2023.09,7159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2023.12,7875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2024.03,7432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A01E,2024.06,7193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NAC14P30A02E,1987.06,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1987.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1987.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1988.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1988.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1988.09,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1988.12,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1989.03,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1989.06,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1989.09,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1989.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1990.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1990.06,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1990.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1990.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1991.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1991.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1991.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1991.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1992.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1992.06,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1992.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1992.12,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1993.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1993.06,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1993.09,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1993.12,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1994.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1994.06,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1994.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1994.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1995.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1995.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1995.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1995.12,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1996.03,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1996.06,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1996.09,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1996.12,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1997.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1997.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1997.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1997.12,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1998.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1998.06,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1998.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1998.12,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1999.03,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1999.06,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1999.09,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,1999.12,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2000.03,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2000.06,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2000.09,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2000.12,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2001.03,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2001.06,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2001.09,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2001.12,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2002.03,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2002.06,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2002.09,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2002.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2003.03,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2003.06,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2003.09,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2003.12,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2004.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2004.06,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2004.09,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2004.12,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2005.03,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2005.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2005.09,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2005.12,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2006.03,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2006.06,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2006.09,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2006.12,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2007.03,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2007.06,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2007.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2007.12,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2008.03,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2008.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2008.09,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2008.12,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2009.03,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2009.06,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2009.09,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2009.12,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2010.03,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2010.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2010.09,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2010.12,1609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2011.03,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2011.06,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2011.09,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2011.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2012.03,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2012.06,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2012.09,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2012.12,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2013.03,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2013.06,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2013.09,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2013.12,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2014.03,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2014.06,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2014.09,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2014.12,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2015.03,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2015.06,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2015.09,1761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2015.12,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2016.03,1858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2016.06,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2016.09,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2016.12,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2017.03,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2017.06,2014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2017.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2017.12,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2018.03,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2018.06,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2018.09,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2018.12,2427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2019.03,2250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2019.06,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2019.09,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2019.12,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2020.03,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2020.06,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2020.09,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2020.12,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2021.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2021.06,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2021.09,2217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2021.12,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2022.03,2531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2022.06,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2022.09,2538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2022.12,2975,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2023.03,2637,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2023.06,2535,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2023.09,2594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2023.12,2929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2024.03,2721,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A02E,2024.06,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NAC14P30A03E,1987.06,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1987.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1987.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1988.03,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1988.06,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1988.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1988.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1989.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1989.06,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1989.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1989.12,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1990.03,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1990.06,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1990.09,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1990.12,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1991.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1991.06,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1991.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1991.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1992.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1992.06,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1992.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1992.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1993.03,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1993.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1993.09,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1993.12,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1994.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1994.06,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1994.09,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1994.12,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1995.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1995.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1995.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1995.12,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1996.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1996.06,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1996.09,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1996.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1997.03,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1997.06,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1997.09,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1997.12,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1998.03,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1998.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1998.09,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1998.12,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1999.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1999.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1999.09,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,1999.12,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2000.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2000.06,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2000.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2000.12,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2001.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2001.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2001.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2001.12,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2002.03,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2002.06,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2002.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2002.12,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2003.03,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2003.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2003.09,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2003.12,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2004.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2004.06,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2004.09,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2004.12,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2005.03,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2005.06,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2005.09,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2005.12,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2006.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2006.06,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2006.09,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2006.12,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2007.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2007.06,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2007.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2007.12,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2008.03,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2008.06,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2008.09,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2008.12,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2009.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2009.06,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2009.09,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2009.12,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2010.03,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2010.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2010.09,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2010.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2011.03,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2011.06,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2011.09,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2011.12,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2012.03,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2012.06,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2012.09,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2012.12,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2013.03,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2013.06,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2013.09,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2013.12,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2014.03,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2014.06,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2014.09,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2014.12,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2015.03,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2015.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2015.09,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2015.12,1724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2016.03,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2016.06,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2016.09,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2016.12,1763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2017.03,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2017.06,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2017.09,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2017.12,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2018.03,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2018.06,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2018.09,1514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2018.12,1994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2019.03,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2019.06,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2019.09,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2019.12,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2020.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2020.06,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2020.09,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2020.12,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2021.03,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2021.06,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2021.09,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2021.12,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2022.03,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2022.06,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2022.09,1994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2022.12,2590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2023.03,1920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2023.06,2054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2023.09,1982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2023.12,2468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2024.03,1787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A03E,2024.06,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NAC14P30A04E,1987.06,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1987.09,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1987.12,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1988.03,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1988.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1988.09,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1988.12,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1989.03,2451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1989.06,2521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1989.09,2576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1989.12,2575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1990.03,2627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1990.06,2726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1990.09,2801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1990.12,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1991.03,2817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1991.06,2886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1991.09,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1991.12,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1992.03,2852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1992.06,2900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1992.09,2875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1992.12,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1993.03,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1993.06,2953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1993.09,3009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1993.12,2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1994.03,2986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1994.06,3063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1994.09,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1994.12,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1995.03,3254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1995.06,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1995.09,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1995.12,3492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1996.03,3553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1996.06,3692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1996.09,3759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1996.12,3754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1997.03,3771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1997.06,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1997.09,3997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1997.12,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1998.03,4054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1998.06,4201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1998.09,4227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1998.12,4150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1999.03,4097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1999.06,4216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1999.09,4287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,1999.12,4255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2000.03,4250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2000.06,4341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2000.09,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2000.12,4371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2001.03,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2001.06,4372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2001.09,4418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2001.12,4404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2002.03,4440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2002.06,4573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2002.09,4662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2002.12,4683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2003.03,4707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2003.06,4836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2003.09,4994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2003.12,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2004.03,5095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2004.06,5251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2004.09,5398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2004.12,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2005.03,5420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2005.06,5611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2005.09,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2005.12,5725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2006.03,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2006.06,5983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2006.09,6124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2006.12,6125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2007.03,6170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2007.06,6368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2007.09,6533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2007.12,6540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2008.03,6603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2008.06,6821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2008.09,6994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2008.12,6968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2009.03,6951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2009.06,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2009.09,7256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2009.12,7239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2010.03,7250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2010.06,7445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2010.09,7621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2010.12,7599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2011.03,7606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2011.06,7824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2011.09,7981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2011.12,7907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2012.03,7963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2012.06,8204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2012.09,8350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2012.12,8315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2013.03,8313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2013.06,8551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2013.09,8725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2013.12,8707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2014.03,8676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2014.06,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2014.09,9206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2014.12,9158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2015.03,9114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2015.06,9433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2015.09,9655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2015.12,9619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2016.03,9528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2016.06,9875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2016.09,10147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2016.12,10127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2017.03,10139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2017.06,10523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2017.09,10791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2017.12,10789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2018.03,10779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2018.06,11212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2018.09,11463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2018.12,11416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2019.03,11477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2019.06,11897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2019.09,12186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2019.12,12149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2020.03,12125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2020.06,12346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2020.09,12722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2020.12,12777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2021.03,12887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2021.06,13167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2021.09,13526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2021.12,13656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2022.03,13896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2022.06,14210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2022.09,14683,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2022.12,14787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2023.03,14866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2023.06,15398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2023.09,15825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2023.12,15922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2024.03,16004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A04E,2024.06,16548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NAC14P30A05E,1987.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1987.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1987.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1988.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1988.06,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1988.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1988.12,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1989.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1989.06,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1989.09,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1989.12,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1990.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1990.06,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1990.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1990.12,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1991.03,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1991.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1991.09,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1991.12,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1992.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1992.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1992.09,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1992.12,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1993.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1993.06,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1993.09,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1993.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1994.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1994.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1994.09,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1994.12,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1995.03,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1995.06,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1995.09,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1995.12,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1996.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1996.06,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1996.09,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1996.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1997.03,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1997.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1997.09,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1997.12,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1998.03,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1998.06,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1998.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1998.12,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1999.03,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1999.06,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1999.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,1999.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2000.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2000.06,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2000.09,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2000.12,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2001.03,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2001.06,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2001.09,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2001.12,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2002.03,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2002.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2002.09,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2002.12,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2003.03,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2003.06,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2003.09,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2003.12,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2004.03,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2004.06,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2004.09,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2004.12,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2005.03,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2005.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2005.09,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2005.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2006.03,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2006.06,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2006.09,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2006.12,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2007.03,1496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2007.06,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2007.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2007.12,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2008.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2008.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2008.09,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2008.12,1707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2009.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2009.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2009.09,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2009.12,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2010.03,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2010.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2010.09,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2010.12,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2011.03,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2011.06,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2011.09,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2011.12,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2012.03,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2012.06,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2012.09,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2012.12,1867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2013.03,1555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2013.06,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2013.09,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2013.12,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2014.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2014.06,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2014.09,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2014.12,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2015.03,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2015.06,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2015.09,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2015.12,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2016.03,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2016.06,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2016.09,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2016.12,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2017.03,2041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2017.06,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2017.09,2152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2017.12,2545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2018.03,2150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2018.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2018.09,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2018.12,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2019.03,2268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2019.06,2384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2019.09,2441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2019.12,2875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2020.03,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2020.06,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2020.09,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2020.12,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2021.03,2884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2021.06,3114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2021.09,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2021.12,3606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2022.03,3106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2022.06,3122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2022.09,3095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2022.12,3541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2023.03,3038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2023.06,3152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2023.09,3093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2023.12,3530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2024.03,2977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A05E,2024.06,3115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NAC14P30A06E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A06E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NAC14P30A07E,1987.06,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1987.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1987.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1988.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1988.06,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1988.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1988.12,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1989.03,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1989.06,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1989.09,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1989.12,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1990.03,1659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1990.06,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1990.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1990.12,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1991.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1991.06,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1991.09,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1991.12,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1992.03,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1992.06,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1992.09,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1992.12,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1993.03,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1993.06,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1993.09,1584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1993.12,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1994.03,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1994.06,1763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1994.09,1894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1994.12,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1995.03,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1995.06,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1995.09,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1995.12,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1996.03,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1996.06,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1996.09,2353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1996.12,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1997.03,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1997.06,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1997.09,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1997.12,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1998.03,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1998.06,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1998.09,2152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1998.12,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1999.03,2045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1999.06,2196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1999.09,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,1999.12,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2000.03,2069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2000.06,2264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2000.09,2382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2000.12,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2001.03,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2001.06,2393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2001.09,2551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2001.12,2465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2002.03,2319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2002.06,2455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2002.09,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2002.12,2665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2003.03,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2003.06,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2003.09,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2003.12,2847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2004.03,2773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2004.06,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2004.09,3059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2004.12,3100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2005.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2005.06,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2005.09,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2005.12,3297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2006.03,3148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2006.06,3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2006.09,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2006.12,3417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2007.03,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2007.06,3370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2007.09,3594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2007.12,3712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2008.03,3599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2008.06,3552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2008.09,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2008.12,3589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2009.03,3126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2009.06,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2009.09,3416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2009.12,3583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2010.03,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2010.06,3599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2010.09,3762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2010.12,3856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2011.03,3733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2011.06,3862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2011.09,3998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2011.12,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2012.03,3906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2012.06,3956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2012.09,4053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2012.12,4226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2013.03,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2013.06,4082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2013.09,4348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2013.12,4584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2014.03,4389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2014.06,4364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2014.09,4594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2014.12,4775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2015.03,4486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2015.06,4527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2015.09,4836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2015.12,4979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2016.03,4620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2016.06,4748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2016.09,5142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2016.12,5439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2017.03,5377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2017.06,5215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2017.09,5567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2017.12,5980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2018.03,5646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2018.06,5734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2018.09,6208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2018.12,6511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2019.03,5815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2019.06,5781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2019.09,6077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2019.12,6359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2020.03,5447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2020.06,3237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2020.09,4893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2020.12,5248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2021.03,5223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2021.06,5702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2021.09,5045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2021.12,5682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2022.03,6040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2022.06,5841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2022.09,6977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2022.12,7534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2023.03,7072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2023.06,7359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2023.09,7498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2023.12,8039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2024.03,7306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A07E,2024.06,7050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NAC14P30A08E,1987.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1987.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1987.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1988.03,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1988.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1988.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1988.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1989.03,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1989.06,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1989.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1989.12,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1990.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1990.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1990.09,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1990.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1991.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1991.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1991.09,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1991.12,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1992.03,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1992.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1992.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1992.12,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1993.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1993.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1993.09,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1993.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1994.03,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1994.06,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1994.09,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1994.12,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1995.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1995.06,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1995.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1995.12,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1996.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1996.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1996.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1996.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1997.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1997.06,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1997.09,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1997.12,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1998.03,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1998.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1998.09,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1998.12,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1999.03,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1999.06,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1999.09,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,1999.12,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2000.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2000.06,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2000.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2000.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2001.03,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2001.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2001.09,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2001.12,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2002.03,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2002.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2002.09,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2002.12,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2003.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2003.06,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2003.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2003.12,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2004.03,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2004.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2004.09,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2004.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2005.03,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2005.06,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2005.09,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2005.12,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2006.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2006.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2006.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2006.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2007.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2007.06,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2007.09,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2007.12,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2008.03,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2008.06,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2008.09,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2008.12,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2009.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2009.06,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2009.09,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2009.12,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2010.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2010.06,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2010.09,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2010.12,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2011.03,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2011.06,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2011.09,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2011.12,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2012.03,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2012.06,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2012.09,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2012.12,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2013.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2013.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2013.09,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2013.12,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2014.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2014.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2014.09,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2014.12,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2015.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2015.06,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2015.09,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2015.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2016.03,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2016.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2016.09,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2016.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2017.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2017.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2017.09,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2017.12,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2018.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2018.06,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2018.09,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2018.12,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2019.03,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2019.06,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2019.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2019.12,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2020.03,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2020.06,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2020.09,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2020.12,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2021.03,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2021.06,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2021.09,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2021.12,1036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2022.03,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2022.06,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2022.09,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2022.12,1071,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2023.03,982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2023.06,1005,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2023.09,1041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2023.12,1059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2024.03,954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A08E,2024.06,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NAC14P30A09E,1987.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1987.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1987.12,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1988.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1988.06,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1988.09,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1988.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1989.03,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1989.06,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1989.09,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1989.12,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1990.03,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1990.06,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1990.09,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1990.12,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1991.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1991.06,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1991.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1991.12,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1992.03,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1992.06,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1992.09,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1992.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1993.03,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1993.06,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1993.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1993.12,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1994.03,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1994.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1994.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1994.12,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1995.03,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1995.06,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1995.09,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1995.12,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1996.03,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1996.06,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1996.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1996.12,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1997.03,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1997.06,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1997.09,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1997.12,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1998.03,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1998.06,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1998.09,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1998.12,1947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1999.03,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1999.06,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1999.09,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,1999.12,2072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2000.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2000.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2000.09,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2000.12,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2001.03,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2001.06,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2001.09,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2001.12,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2002.03,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2002.06,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2002.09,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2002.12,2454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2003.03,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2003.06,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2003.09,2264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2003.12,2576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2004.03,2068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2004.06,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2004.09,2420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2004.12,2670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2005.03,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2005.06,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2005.09,2459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2005.12,2789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2006.03,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2006.06,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2006.09,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2006.12,2879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2007.03,2391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2007.06,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2007.09,2611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2007.12,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2008.03,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2008.06,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2008.09,2679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2008.12,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2009.03,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2009.06,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2009.09,2580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2009.12,2950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2010.03,2378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2010.06,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2010.09,2597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2010.12,2917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2011.03,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2011.06,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2011.09,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2011.12,3120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2012.03,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2012.06,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2012.09,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2012.12,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2013.03,2622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2013.06,2836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2013.09,2975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2013.12,3269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2014.03,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2014.06,2934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2014.09,3031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2014.12,3362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2015.03,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2015.06,3129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2015.09,3221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2015.12,3631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2016.03,2961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2016.06,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2016.09,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2016.12,3883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2017.03,3238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2017.06,3500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2017.09,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2017.12,4037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2018.03,3325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2018.06,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2018.09,3923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2018.12,4331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2019.03,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2019.06,3861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2019.09,4119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2019.12,4586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2020.03,3656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2020.06,3426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2020.09,4321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2020.12,4899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2021.03,4410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2021.06,4754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2021.09,4343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2021.12,5394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2022.03,4746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2022.06,5010,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2022.09,4926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2022.12,5580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2023.03,4704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2023.06,5175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2023.09,5178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2023.12,5594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2024.03,4640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A09E,2024.06,5206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NAC14P30A10E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A10E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NAC14P30A11E,1987.06,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1987.09,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1987.12,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1988.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1988.06,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1988.09,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1988.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1989.03,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1989.06,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1989.09,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1989.12,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1990.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1990.06,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1990.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1990.12,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1991.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1991.06,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1991.09,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1991.12,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1992.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1992.06,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1992.09,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1992.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1993.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1993.06,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1993.09,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1993.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1994.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1994.06,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1994.09,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1994.12,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1995.03,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1995.06,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1995.09,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1995.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1996.03,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1996.06,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1996.09,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1996.12,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1997.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1997.06,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1997.09,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1997.12,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1998.03,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1998.06,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1998.09,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1998.12,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1999.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1999.06,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1999.09,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,1999.12,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2000.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2000.06,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2000.09,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2000.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2001.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2001.06,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2001.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2001.12,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2002.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2002.06,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2002.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2002.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2003.03,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2003.06,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2003.09,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2003.12,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2004.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2004.06,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2004.09,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2004.12,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2005.03,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2005.06,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2005.09,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2005.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2006.03,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2006.06,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2006.09,1584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2006.12,1555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2007.03,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2007.06,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2007.09,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2007.12,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2008.03,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2008.06,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2008.09,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2008.12,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2009.03,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2009.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2009.09,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2009.12,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2010.03,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2010.06,1552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2010.09,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2010.12,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2011.03,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2011.06,1703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2011.09,1975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2011.12,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2012.03,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2012.06,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2012.09,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2012.12,2041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2013.03,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2013.06,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2013.09,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2013.12,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2014.03,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2014.06,2032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2014.09,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2014.12,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2015.03,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2015.06,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2015.09,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2015.12,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2016.03,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2016.06,2278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2016.09,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2016.12,2623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2017.03,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2017.06,2563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2017.09,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2017.12,2875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2018.03,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2018.06,2626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2018.09,2972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2018.12,3091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2019.03,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2019.06,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2019.09,3105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2019.12,3202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2020.03,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2020.06,1933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2020.09,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2020.12,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2021.03,3596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2021.06,3761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2021.09,3125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2021.12,3582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2022.03,3502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2022.06,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2022.09,4176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2022.12,4357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2023.03,3652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2023.06,3841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2023.09,4172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2023.12,4273,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2024.03,3510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A11E,2024.06,3726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NAC14P30A12E,1987.06,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1987.09,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1987.12,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1988.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1988.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1988.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1988.12,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1989.03,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1989.06,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1989.09,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1989.12,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1990.03,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1990.06,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1990.09,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1990.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1991.03,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1991.06,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1991.09,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1991.12,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1992.03,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1992.06,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1992.09,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1992.12,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1993.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1993.06,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1993.09,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1993.12,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1994.03,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1994.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1994.09,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1994.12,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1995.03,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1995.06,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1995.09,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1995.12,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1996.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1996.06,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1996.09,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1996.12,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1997.03,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1997.06,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1997.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1997.12,1281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1998.03,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1998.06,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1998.09,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1998.12,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1999.03,1272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1999.06,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1999.09,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,1999.12,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2000.03,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2000.06,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2000.09,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2000.12,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2001.03,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2001.06,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2001.09,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2001.12,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2002.03,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2002.06,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2002.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2002.12,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2003.03,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2003.06,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2003.09,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2003.12,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2004.03,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2004.06,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2004.09,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2004.12,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2005.03,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2005.06,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2005.09,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2005.12,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2006.03,1956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2006.06,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2006.09,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2006.12,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2007.03,2097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2007.06,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2007.09,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2007.12,2247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2008.03,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2008.06,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2008.09,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2008.12,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2009.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2009.06,2485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2009.09,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2009.12,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2010.03,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2010.06,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2010.09,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2010.12,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2011.03,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2011.06,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2011.09,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2011.12,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2012.03,2758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2012.06,2811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2012.09,2842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2012.12,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2013.03,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2013.06,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2013.09,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2013.12,3201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2014.03,3064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2014.06,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2014.09,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2014.12,3333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2015.03,3219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2015.06,3330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2015.09,3444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2015.12,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2016.03,3505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2016.06,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2016.09,3684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2016.12,3896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2017.03,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2017.06,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2017.09,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2017.12,4222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2018.03,4081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2018.06,4237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2018.09,4342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2018.12,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2019.03,4502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2019.06,4620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2019.09,4717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2019.12,4851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2020.03,4678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2020.06,4359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2020.09,4767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2020.12,5035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2021.03,4962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2021.06,5133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2021.09,4966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2021.12,5441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2022.03,5379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2022.06,5523,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2022.09,5768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2022.12,5957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2023.03,5847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2023.06,6040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2023.09,6207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2023.12,6381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2024.03,6199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A12E,2024.06,6397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NAC14P30A13E,1999.06,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,1999.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,1999.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2000.03,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2000.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2000.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2001.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2001.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2001.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2001.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2002.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2002.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2003.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2003.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2003.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2003.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2004.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2004.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2004.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2004.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2005.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2005.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2005.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2005.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2006.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2006.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2006.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2006.12,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2007.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2007.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2007.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2007.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2008.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2008.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2008.09,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2008.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2009.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2009.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2009.12,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2010.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2010.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2010.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2010.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2011.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2011.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2011.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2011.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2012.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2012.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2012.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2012.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2013.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2013.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2013.09,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2013.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2014.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2014.06,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2014.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2014.12,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2015.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2015.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2015.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2015.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2016.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2016.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2016.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2016.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2017.03,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2017.06,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2017.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2017.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2018.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2018.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2018.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2018.12,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2019.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2019.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2019.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2019.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2020.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2020.06,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2020.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2020.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2021.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2021.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2021.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2021.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2022.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2022.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2022.09,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2022.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2023.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2023.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2023.09,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2023.12,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2024.03,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC14P30A13E,2024.06,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30AE,1987.06,2766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1987.09,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1987.12,3068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1988.03,2763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1988.06,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1988.09,3040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1988.12,3272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1989.03,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1989.06,3263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1989.09,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1989.12,3534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1990.03,3277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1990.06,3445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1990.09,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1990.12,3961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1991.03,3470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1991.06,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1991.09,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1991.12,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1992.03,3523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1992.06,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1992.09,3603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1992.12,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1993.03,3575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1993.06,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1993.09,3719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1993.12,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1994.03,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1994.06,3783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1994.09,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1994.12,4271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1995.03,3828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1995.06,4010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1995.09,4021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1995.12,4427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1996.03,4107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1996.06,4194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1996.09,4287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1996.12,4672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1997.03,4194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1997.06,4333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1997.09,4413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1997.12,4812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1998.03,4417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1998.06,4481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1998.09,4618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1998.12,5056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1999.03,4575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1999.06,4683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1999.09,4810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,1999.12,5254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2000.03,4718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2000.06,4875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2000.09,5123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2000.12,5649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2001.03,5035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2001.06,5245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2001.09,5386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2001.12,5914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2002.03,5341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2002.06,5554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2002.09,5748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2002.12,6341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2003.03,5742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2003.06,5757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2003.09,5948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2003.12,6785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2004.03,6268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2004.06,6197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2004.09,6454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2004.12,7040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2005.03,6506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2005.06,6596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2005.09,6932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2005.12,7567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2006.03,7155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2006.06,7250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2006.09,7543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2006.12,8198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2007.03,7523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2007.06,7627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2007.09,7890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2007.12,8684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2008.03,8233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2008.06,8124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2008.09,8485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2008.12,8998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2009.03,8227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2009.06,8453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2009.09,8756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2009.12,9316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2010.03,8579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2010.06,8643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2010.09,8885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2010.12,9860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2011.03,9199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2011.06,9249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2011.09,9525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2011.12,10181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2012.03,9426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2012.06,9449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2012.09,9552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2012.12,10325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2013.03,9671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2013.06,9626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2013.09,9892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2013.12,10640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2014.03,9864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2014.06,9888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2014.09,10213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2014.12,10946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2015.03,10164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2015.06,10240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2015.09,10534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2015.12,11364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2016.03,10486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2016.06,10612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2016.09,10867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2016.12,11900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2017.03,11149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2017.06,11229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2017.09,11506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2017.12,12774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2018.03,11719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2018.06,11832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2018.09,12144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2018.12,13361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2019.03,12218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2019.06,12223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2019.09,12518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2019.12,13683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2020.03,13287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2020.06,11638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2020.09,13135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2020.12,13991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2021.03,13204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2021.06,13199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2021.09,13418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2021.12,15137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2022.03,14563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2022.06,14021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2022.09,14745,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2022.12,16366,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2023.03,14980,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2023.06,14700,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2023.09,15214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2023.12,16548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2024.03,15293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30AE,2024.06,15137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1987.06,2146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1987.09,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1987.12,2202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1988.03,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1988.06,2034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1988.09,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1988.12,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1989.03,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1989.06,2436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1989.09,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1989.12,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1990.03,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1990.06,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1990.09,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1990.12,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1991.03,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1991.06,2006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1991.09,2049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1991.12,2207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1992.03,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1992.06,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1992.09,2034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1992.12,2253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1993.03,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1993.06,2154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1993.09,2200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1993.12,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1994.03,2394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1994.06,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1994.09,2571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1994.12,2875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1995.03,2503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1995.06,2642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1995.09,2606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1995.12,3100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1996.03,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1996.06,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1996.09,2884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1996.12,3324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1997.03,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1997.06,2845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1997.09,2696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1997.12,3138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1998.03,2510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1998.06,2791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1998.09,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1998.12,3338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1999.03,2692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1999.06,2970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1999.09,3006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,1999.12,3521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2000.03,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2000.06,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2000.09,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2000.12,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2001.03,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2001.06,3192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2001.09,3191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2001.12,3814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2002.03,3068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2002.06,3385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2002.09,3525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2002.12,4122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2003.03,3268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2003.06,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2003.09,3655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2003.12,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2004.03,3491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2004.06,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2004.09,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2004.12,4495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2005.03,3651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2005.06,3987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2005.09,4013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2005.12,4697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2006.03,3768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2006.06,4014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2006.09,4066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2006.12,4748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2007.03,3994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2007.06,4182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2007.09,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2007.12,4882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2008.03,3910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2008.06,4033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2008.09,4057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2008.12,4798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2009.03,3666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2009.06,3972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2009.09,4029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2009.12,4927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2010.03,3986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2010.06,4322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2010.09,4322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2010.12,5002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2011.03,4036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2011.06,4442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2011.09,4431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2011.12,5338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2012.03,4337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2012.06,4641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2012.09,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2012.12,5497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2013.03,4389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2013.06,4853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2013.09,4760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2013.12,5973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2014.03,4771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2014.06,5115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2014.09,5117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2014.12,6259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2015.03,5119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2015.06,5483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2015.09,5470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2015.12,6624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2016.03,5308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2016.06,5850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2016.09,5786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2016.12,6959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2017.03,5812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2017.06,6165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2017.09,6235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2017.12,7495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2018.03,6005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2018.06,6531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2018.09,6489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2018.12,7906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2019.03,6179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2019.06,6715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2019.09,6766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2019.12,8161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2020.03,6163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2020.06,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2020.09,7475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2020.12,8971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2021.03,7701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2021.06,8431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2021.09,7178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2021.12,10074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2022.03,8646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2022.06,8224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2022.09,8098,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2022.12,9537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2023.03,7751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2023.06,8550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2023.09,7846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2023.12,9442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2024.03,7382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30BE,2024.06,7574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NAC15P30CE,1987.06,4041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1987.09,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1987.12,4405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1988.03,4325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1988.06,4668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1988.09,4943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1988.12,4993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1989.03,4796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1989.06,5096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1989.09,5176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1989.12,5228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1990.03,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1990.06,5414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1990.09,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1990.12,5643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1991.03,5349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1991.06,5485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1991.09,5595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1991.12,5650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1992.03,5319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1992.06,5623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1992.09,5657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1992.12,5783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1993.03,5371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1993.06,5737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1993.09,5875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1993.12,5919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1994.03,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1994.06,6086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1994.09,6299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1994.12,6405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1995.03,6183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1995.06,6512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1995.09,6906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1995.12,6836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1996.03,6695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1996.06,7148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1996.09,7433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1996.12,7311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1997.03,7149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1997.06,7637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1997.09,7966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1997.12,7961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1998.03,7609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1998.06,8111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1998.09,8370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1998.12,8304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1999.03,7772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1999.06,8437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1999.09,8673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,1999.12,8481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2000.03,7883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2000.06,8666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2000.09,8978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2000.12,8821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2001.03,8132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2001.06,8815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2001.09,9305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2001.12,9176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2002.03,8469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2002.06,9350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2002.09,9710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2002.12,9712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2003.03,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2003.06,9987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2003.09,10444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2003.12,10458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2004.03,10069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2004.06,10663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2004.09,11362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2004.12,11437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2005.03,10736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2005.06,11555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2005.09,11951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2005.12,12147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2006.03,11487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2006.06,12110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2006.09,12738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2006.12,12945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2007.03,12324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2007.06,12960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2007.09,13569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2007.12,13603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2008.03,13071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2008.06,13546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2008.09,14222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2008.12,14323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2009.03,13356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2009.06,14061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2009.09,14560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2009.12,14727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2010.03,14250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2010.06,14670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2010.09,15218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2010.12,15408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2011.03,14819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2011.06,15587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2011.09,16260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2011.12,16254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2012.03,15694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2012.06,16247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2012.09,16803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2012.12,16985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2013.03,16333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2013.06,17054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2013.09,17748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2013.12,17811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2014.03,17086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2014.06,17785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2014.09,18496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2014.12,18503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2015.03,17744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2015.06,18596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2015.09,19494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2015.12,19800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2016.03,18890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2016.06,20198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2016.09,21272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2016.12,21649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2017.03,20814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2017.06,21691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2017.09,22613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2017.12,22944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2018.03,21903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2018.06,23018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2018.09,24364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2018.12,24632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2019.03,23394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2019.06,24459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2019.09,25590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2019.12,25833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2020.03,23878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2020.06,21922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2020.09,25200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2020.12,26411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2021.03,26394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2021.06,27411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2021.09,26472,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2021.12,27564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2022.03,27872,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2022.06,29516,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2022.09,31370,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2022.12,32483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2023.03,31514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2023.06,32559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2023.09,34075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2023.12,34573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2024.03,33256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30CE,2024.06,34543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NAC15P30DE,1999.06,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,1999.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,1999.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2000.03,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2000.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2000.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2001.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2001.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2001.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2001.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2002.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2002.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2003.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2003.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2003.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2003.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2004.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2004.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2004.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2004.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2005.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2005.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2005.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2005.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2006.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2006.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2006.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2006.12,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2007.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2007.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2007.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2007.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2008.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2008.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2008.09,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2008.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2009.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2009.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2009.12,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2010.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2010.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2010.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2010.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2011.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2011.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2011.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2011.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2012.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2012.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2012.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2012.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2013.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2013.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2013.09,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2013.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2014.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2014.06,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2014.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2014.12,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2015.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2015.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2015.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2015.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2016.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2016.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2016.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2016.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2017.03,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2017.06,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2017.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2017.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2018.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2018.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2018.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2018.12,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2019.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2019.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2019.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2019.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2020.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2020.06,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2020.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2020.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2021.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2021.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2021.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2021.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2022.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2022.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2022.09,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2022.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2023.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2023.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2023.09,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2023.12,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2024.03,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30DE,2024.06,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NAC15P30VE,1987.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1987.09,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1987.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1988.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1988.06,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1988.09,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1988.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1989.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1989.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1989.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1989.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1990.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1990.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1990.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1990.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1991.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1991.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1991.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1991.12,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1992.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1992.06,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1992.09,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1992.12,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1993.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1993.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1993.09,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1993.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1994.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1994.06,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1994.09,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1994.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1995.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1995.06,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1995.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1995.12,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1996.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1996.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1996.09,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1996.12,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1997.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1997.06,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1997.09,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1997.12,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1998.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1998.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1998.09,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1998.12,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1999.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1999.06,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1999.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,1999.12,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2000.03,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2000.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2000.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2000.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2001.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2001.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2001.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2001.12,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2002.03,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2002.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2002.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2002.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2003.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2003.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2003.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2003.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2004.03,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2004.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2004.09,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2004.12,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2005.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2005.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2005.09,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2005.12,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2006.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2006.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2006.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2006.12,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2007.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2007.06,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2007.09,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2007.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2008.03,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2008.06,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2008.09,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2008.12,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2009.03,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2009.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2009.09,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2009.12,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2010.03,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2010.06,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2010.09,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2010.12,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2011.03,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2011.06,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2011.09,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2011.12,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2012.03,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2012.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2012.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2012.12,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2013.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2013.06,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2013.09,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2013.12,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2014.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2014.06,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2014.09,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2014.12,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2015.03,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2015.06,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2015.09,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2015.12,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2016.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2016.06,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2016.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2016.12,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2017.03,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2017.06,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2017.09,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2017.12,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2018.03,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2018.06,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2018.09,1745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2018.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2019.03,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2019.06,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2019.09,1618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2019.12,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2020.03,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2020.06,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2020.09,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2020.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2021.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2021.06,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2021.09,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2021.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2022.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2022.06,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2022.09,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2022.12,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2023.03,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2023.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2023.09,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2023.12,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2024.03,1369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30VE,2024.06,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NAC15P30WE,1987.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1987.09,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1987.12,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1988.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1988.06,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1988.09,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1988.12,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1989.03,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1989.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1989.09,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1989.12,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1990.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1990.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1990.09,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1990.12,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1991.03,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1991.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1991.09,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1991.12,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1992.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1992.06,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1992.09,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1992.12,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1993.03,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1993.06,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1993.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1993.12,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1994.03,1070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1994.06,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1994.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1994.12,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1995.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1995.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1995.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1995.12,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1996.03,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1996.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1996.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1996.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1997.03,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1997.06,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1997.09,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1997.12,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1998.03,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1998.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1998.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1998.12,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1999.03,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1999.06,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1999.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,1999.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2000.03,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2000.06,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2000.09,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2000.12,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2001.03,2343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2001.06,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2001.09,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2001.12,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2002.03,2768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2002.06,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2002.09,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2002.12,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2003.03,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2003.06,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2003.09,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2003.12,2268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2004.03,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2004.06,2038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2004.09,1659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2004.12,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2005.03,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2005.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2005.09,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2005.12,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2006.03,3044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2006.06,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2006.09,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2006.12,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2007.03,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2007.06,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2007.09,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2007.12,2097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2008.03,3125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2008.06,2041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2008.09,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2008.12,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2009.03,3253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2009.06,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2009.09,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2009.12,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2010.03,2989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2010.06,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2010.09,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2010.12,2045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2011.03,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2011.06,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2011.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2011.12,2229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2012.03,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2012.06,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2012.09,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2012.12,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2013.03,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2013.06,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2013.09,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2013.12,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2014.03,3114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2014.06,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2014.09,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2014.12,2757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2015.03,4036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2015.06,2628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2015.09,2465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2015.12,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2016.03,4726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2016.06,2783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2016.09,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2016.12,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2017.03,4718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2017.06,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2017.09,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2017.12,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2018.03,5102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2018.06,3327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2018.09,2588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2018.12,3560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2019.03,5170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2019.06,3210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2019.09,2697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2019.12,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2020.03,5080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2020.06,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2020.09,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2020.12,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2021.03,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2021.06,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2021.09,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2021.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2022.03,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2022.06,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2022.09,1354,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2022.12,1961,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2023.03,3707,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2023.06,2694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2023.09,2409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2023.12,3149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2024.03,5187,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30WE,2024.06,3238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1987.06,9018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1987.09,9321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1987.12,9911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1988.03,9484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1988.06,9650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1988.09,10043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1988.12,10660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1989.03,10296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1989.06,10782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1989.09,10562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1989.12,11326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1990.03,10906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1990.06,11087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1990.09,11211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1990.12,12254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1991.03,11177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1991.06,11116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1991.09,11298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1991.12,11893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1992.03,11402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1992.06,11355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1992.09,11386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1992.12,12284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1993.03,11662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1993.06,11714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1993.09,11882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1993.12,12866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1994.03,12450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1994.06,12634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1994.09,12931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1994.12,14051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1995.03,13453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1995.06,13681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1995.09,13820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1995.12,15138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1996.03,14570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1996.06,14749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1996.09,14879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1996.12,16105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1997.03,15030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1997.06,15185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1997.09,15243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1997.12,16583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1998.03,15581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1998.06,15664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1998.09,15825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1998.12,17343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1999.03,16431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1999.06,16474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1999.09,16694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,1999.12,18172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2000.03,17126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2000.06,17113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2000.09,17333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2000.12,18993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2001.03,17827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2001.06,18045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2001.09,18288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2001.12,20044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2002.03,19164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2002.06,19324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2002.09,19763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2002.12,21758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2003.03,20645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2003.06,20622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2003.09,21004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2003.12,23264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2004.03,22428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2004.06,22116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2004.09,22610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2004.12,24524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2005.03,23420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2005.06,23319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2005.09,23894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2005.12,25883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2006.03,24997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2006.06,24789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2006.09,25164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2006.12,27396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2007.03,26480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2007.06,26061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2007.09,26464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2007.12,28605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2008.03,27772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2008.06,27138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2008.09,27489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2008.12,29518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2009.03,27972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2009.06,27687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2009.09,28237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2009.12,30403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2010.03,29230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2010.06,28752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2010.09,29137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2010.12,31603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2011.03,30423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2011.06,30329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2011.09,30967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2011.12,33354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2012.03,31747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2012.06,31442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2012.09,31598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2012.12,34076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2013.03,32713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2013.06,32627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2013.09,33122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2013.12,35744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2014.03,34246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2014.06,34103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2014.09,34673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2014.12,37774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2015.03,36442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2015.06,36218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2015.09,36958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2015.12,40164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2016.03,38744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2016.06,38702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2016.09,39235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2016.12,42919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2017.03,41701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2017.06,41303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2017.09,41781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2017.12,45765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2018.03,43922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2018.06,43809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2018.09,44293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2018.12,48613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2019.03,46262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2019.06,45841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2019.09,46509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2019.12,50579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2020.03,47794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2020.06,40821,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2020.09,47213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2020.12,50762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2021.03,48686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2021.06,50506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2021.09,48210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2021.12,54013,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2022.03,52162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2022.06,52753,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2022.09,55122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2022.12,60041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2023.03,57553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2023.06,58048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2023.09,58789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2023.12,63378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2024.03,60855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30XE,2024.06,60193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02NAC15P30ZE,1987.06,8953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1987.09,9218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1987.12,9675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1988.03,9023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1988.06,9583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1988.09,10071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1988.12,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1989.03,9865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1989.06,10796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1989.09,10519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1989.12,11045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1990.03,10407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1990.06,11029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1990.09,11184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1990.12,12065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1991.03,10687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1991.06,11018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1991.09,11215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1991.12,11690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1992.03,10784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1992.06,11236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1992.09,11294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1992.12,12043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1993.03,10933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1993.06,11557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1993.09,11793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1993.12,12493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1994.03,11599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1994.06,12367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1994.09,12727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1994.12,13551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1995.03,12514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1995.06,13164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1995.09,13533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1995.12,14363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1996.03,13418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1996.06,14245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1996.09,14604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1996.12,15306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1997.03,13959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1997.06,14814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1997.09,15075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1997.12,15912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1998.03,14536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1998.06,15383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1998.09,15727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1998.12,16698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1999.03,15039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1999.06,16090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1999.09,16489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,1999.12,17257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2000.03,15395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2000.06,16590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2000.09,17141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2000.12,18002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2001.03,15961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2001.06,17264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2001.09,17896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2001.12,18922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2002.03,16894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2002.06,18308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2002.09,19003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2002.12,20203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2003.03,18384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2003.06,19400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2003.09,20092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2003.12,21595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2004.03,19896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2004.06,20685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2004.09,21814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2004.12,23144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2005.03,21060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2005.06,22317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2005.09,23086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2005.12,24626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2006.03,22610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2006.06,23570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2006.09,24509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2006.12,26063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2007.03,23983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2007.06,24922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2007.09,25791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2007.12,27361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2008.03,25378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2008.06,25880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2008.09,26943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2008.12,28346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2009.03,25424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2009.06,26639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2009.09,27485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2009.12,29115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2010.03,26938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2010.06,27762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2010.09,28566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2010.12,30419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2011.03,28191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2011.06,29434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2011.09,30391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2011.12,31993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2012.03,29647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2012.06,30568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2012.09,31125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2012.12,33059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2013.03,30598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2013.06,31799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2013.09,32668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2013.12,34722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2014.03,31982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2014.06,33070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2014.09,34119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2014.12,36059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2015.03,33314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2015.06,34622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2015.09,35831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2015.12,38183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2016.03,34998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2016.06,37014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2016.09,38272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2016.12,40920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2017.03,38114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2017.06,39459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2017.09,40732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2017.12,43678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2018.03,40017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2018.06,41810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2018.09,43451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2018.12,46432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2019.03,42228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2019.06,43888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2019.09,45430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2019.12,48342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2020.03,43827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2020.06,39753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2020.09,46423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2020.12,50042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2021.03,47879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2021.06,49667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2021.09,47836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2021.12,53701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2022.03,51793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2022.06,52517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2022.09,54984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2022.12,59285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2023.03,54972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2023.06,56672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2023.09,58083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2023.12,61758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2024.03,57037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC15P30ZE,2024.06,58453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NAC17P61M,1990.06,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1990.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1990.12,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1991.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1991.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1991.09,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1991.12,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1992.03,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1992.06,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1992.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1992.12,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1993.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1993.06,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1993.09,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1993.12,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1994.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1994.06,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1994.09,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1994.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1995.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1995.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1995.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1995.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1996.03,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1996.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1996.09,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1996.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1997.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1997.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1997.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1997.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1998.03,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1998.06,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1998.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1998.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1999.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1999.06,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1999.09,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,1999.12,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2000.03,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2000.06,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2000.09,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2000.12,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2001.03,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2001.06,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2001.09,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2001.12,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2002.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2002.06,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2002.09,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2002.12,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2003.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2003.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2003.09,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2003.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2004.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2004.06,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2004.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2004.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2005.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2005.06,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2005.09,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2005.12,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2006.03,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2006.06,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2006.09,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2006.12,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2007.03,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2007.06,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2007.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2007.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2008.03,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2008.06,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2008.09,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2008.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2009.03,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2009.06,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2009.09,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2009.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2010.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2010.06,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2010.09,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2010.12,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2011.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2011.06,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2011.09,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2011.12,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2012.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2012.06,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2012.09,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2012.12,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2013.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2013.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2013.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2013.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2014.03,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2014.06,1496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2014.09,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2014.12,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2015.03,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2015.06,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2015.09,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2015.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2016.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2016.06,2049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2016.09,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2016.12,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2017.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2017.06,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2017.09,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2017.12,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2018.03,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2018.06,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2018.09,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2018.12,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2019.03,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2019.06,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2019.09,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2019.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2020.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2020.06,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2020.09,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2020.12,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2021.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2021.06,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2021.09,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2021.12,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2022.03,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2022.06,2829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2022.09,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2022.12,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2023.03,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2023.06,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2023.09,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2023.12,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2024.03,1321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61M,2024.06,3172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NAC17P61N,1990.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1990.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1990.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1991.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1991.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1991.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1991.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1992.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1992.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1992.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1992.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1993.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1993.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1993.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1993.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1994.03,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1994.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1994.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1994.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1995.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1995.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1995.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1995.12,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1996.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1996.06,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1996.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1996.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1997.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1997.06,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1997.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1997.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1998.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1998.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1998.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1998.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1999.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1999.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1999.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,1999.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2000.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2000.06,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2000.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2000.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2001.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2001.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2001.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2001.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2002.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2002.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2002.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2002.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2003.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2003.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2003.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2003.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2004.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2004.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2004.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2004.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2005.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2005.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2005.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2005.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2006.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2006.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2006.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2006.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2007.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2007.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2007.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2007.12,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2008.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2008.06,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2008.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2008.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2009.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2009.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2009.09,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2009.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2010.03,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2010.06,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2010.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2010.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2011.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2011.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2011.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2011.12,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2012.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2012.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2012.09,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2012.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2013.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2013.06,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2013.09,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2013.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2014.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2014.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2014.09,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2014.12,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2015.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2015.06,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61N,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NAC17P61O,1990.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1990.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1990.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1991.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1991.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1991.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1991.12,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1992.03,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1992.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1992.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1992.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1993.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1993.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1993.09,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1993.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1994.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1994.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1994.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1994.12,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1995.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1995.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1995.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1995.12,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1996.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1996.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1996.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1996.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1997.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1997.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1997.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1997.12,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1998.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1998.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1998.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1998.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1999.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1999.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1999.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,1999.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2000.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2000.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2000.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2000.12,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2001.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2001.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2001.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2001.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2002.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2002.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2002.09,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2002.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2003.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2003.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2003.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2003.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2004.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2004.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2004.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2004.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2005.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2005.06,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2005.09,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2005.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2006.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2006.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2006.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2006.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2007.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2007.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2007.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2007.12,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2008.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2008.06,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2008.09,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2008.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2009.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2009.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2009.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2009.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2010.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2010.06,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2010.09,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2010.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2011.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2011.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2011.09,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2011.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2012.03,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2012.06,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61O,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NAC17P61P,1990.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1990.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1990.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1991.03,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1991.06,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1991.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1991.12,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1992.03,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1992.06,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1992.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1992.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1993.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1993.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1993.09,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1993.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1994.03,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1994.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1994.09,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1994.12,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1995.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1995.06,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1995.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1995.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1996.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1996.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1996.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1996.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1997.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1997.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1997.09,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1997.12,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1998.03,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1998.06,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1998.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1998.12,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1999.03,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1999.06,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1999.09,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,1999.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2000.03,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2000.06,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2000.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2000.12,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2001.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2001.06,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2001.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2001.12,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2002.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2002.06,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2002.09,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2002.12,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2003.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2003.06,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2003.09,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2003.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2004.03,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2004.06,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2004.09,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2004.12,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2005.03,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2005.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2005.09,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2005.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2006.03,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2006.06,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2006.09,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2006.12,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2007.03,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2007.06,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2007.09,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2007.12,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2008.03,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2008.06,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2008.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2008.12,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2009.03,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2009.06,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2009.09,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2009.12,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2010.03,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2010.06,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2010.09,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2010.12,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2011.03,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2011.06,1940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2011.09,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2011.12,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2012.03,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2012.06,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2012.09,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2012.12,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2013.03,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2013.06,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2013.09,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2013.12,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2014.03,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2014.06,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2014.09,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2014.12,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2015.03,2262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2015.06,1981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2015.09,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2015.12,1590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2016.03,2012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2016.06,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2016.09,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2016.12,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2017.03,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2017.06,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2017.09,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2017.12,1730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2018.03,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2018.06,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2018.09,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2018.12,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2019.03,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2019.06,2427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2019.09,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2019.12,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2020.03,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2020.06,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2020.09,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2020.12,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2021.03,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2021.06,2587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2021.09,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2021.12,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2022.03,2917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2022.06,2962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2022.09,2435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2022.12,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2023.03,2496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2023.06,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2023.09,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2023.12,2190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2024.03,2438,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61P,2024.06,2729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NAC17P61Q,1990.06,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1990.09,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1990.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1991.03,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1991.06,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1991.09,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1991.12,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1992.03,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1992.06,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1992.09,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1992.12,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1993.03,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1993.06,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1993.09,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1993.12,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1994.03,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1994.06,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1994.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1994.12,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1995.03,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1995.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1995.09,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1995.12,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1996.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1996.06,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1996.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1996.12,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1997.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1997.06,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1997.09,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1997.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1998.03,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1998.06,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1998.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1998.12,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1999.03,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1999.06,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1999.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,1999.12,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2000.03,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2000.06,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2000.09,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2000.12,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2001.03,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2001.06,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2001.09,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2001.12,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2002.03,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2002.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2002.09,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2002.12,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2003.03,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2003.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2003.09,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2003.12,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2004.03,1576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2004.06,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2004.09,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2004.12,1728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2005.03,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2005.06,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2005.09,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2005.12,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2006.03,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2006.06,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2006.09,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2006.12,2007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2007.03,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2007.06,1904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2007.09,1371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2007.12,3185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2008.03,2974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2008.06,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2008.09,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2008.12,3332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2009.03,2758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2009.06,2293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2009.09,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2009.12,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2010.03,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2010.06,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2010.09,2060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2010.12,3335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2011.03,3471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2011.06,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2011.09,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2011.12,3821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2012.03,3500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2012.06,3061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2012.09,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2012.12,3393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2013.03,3554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2013.06,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2013.09,2604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2013.12,5407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2014.03,5091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2014.06,3884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2014.09,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2014.12,4079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2015.03,3667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2015.06,2900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2015.09,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2015.12,3800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2016.03,3335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2016.06,2713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2016.09,2113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2016.12,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2017.03,3652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2017.06,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2017.09,2725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2017.12,4892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2018.03,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2018.06,3625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2018.09,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2018.12,4745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2019.03,4395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2019.06,3953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2019.09,2888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2019.12,5531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2020.03,4798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2020.06,4468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2020.09,2661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2020.12,4843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2021.03,4438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2021.06,4882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2021.09,3206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2021.12,5876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2022.03,5549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2022.06,5243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2022.09,4819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2022.12,6863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2023.03,5613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2023.06,5996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2023.09,3788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2023.12,5847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2024.03,5651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61Q,2024.06,5419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NAC17P61R,1990.06,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1990.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1990.12,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1991.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1991.06,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1991.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1991.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1992.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1992.06,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1992.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1992.12,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1993.03,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1993.06,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1993.09,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1993.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1994.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1994.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1994.09,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1994.12,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1995.03,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1995.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1995.09,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1995.12,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1996.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1996.06,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1996.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1996.12,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1997.03,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1997.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1997.09,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1997.12,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1998.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1998.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1998.09,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1998.12,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1999.03,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1999.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1999.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,1999.12,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2000.03,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2000.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2000.09,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2000.12,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2001.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2001.06,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2001.09,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2001.12,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2002.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2002.06,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2002.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2002.12,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2003.03,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2003.06,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2003.09,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2003.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2004.03,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2004.06,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2004.09,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2004.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2005.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2005.06,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2005.09,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2005.12,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2006.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2006.06,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2006.09,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2006.12,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2007.03,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2007.06,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2007.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2007.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2008.03,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2008.06,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2008.09,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2008.12,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2009.03,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2009.06,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2009.09,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2009.12,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2010.03,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2010.06,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2010.09,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2010.12,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2011.03,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2011.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61R,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NAC17P61T,1990.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1990.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1990.12,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1991.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1991.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1991.09,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1991.12,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1992.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1992.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1992.09,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1992.12,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1993.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1993.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1993.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1993.12,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1994.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1994.06,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1994.09,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1994.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1995.03,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1995.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1995.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1995.12,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1996.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1996.06,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1996.09,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1996.12,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1997.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1997.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1997.09,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1997.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1998.03,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1998.06,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1998.09,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1998.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1999.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1999.06,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1999.09,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,1999.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2000.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2000.06,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2000.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2000.12,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2001.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2001.06,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2001.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2001.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2002.03,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2002.06,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2002.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2002.12,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2003.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2003.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2003.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2003.12,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2004.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2004.06,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2004.09,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2004.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2005.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2005.06,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2005.09,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2005.12,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2006.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2006.06,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2006.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2006.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2007.03,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2007.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2007.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2007.12,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2008.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2008.06,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2008.09,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2008.12,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2009.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2009.06,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2009.09,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2009.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2010.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2010.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2010.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2010.12,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2011.03,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2011.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2011.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2011.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2012.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2012.06,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2012.09,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2012.12,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2013.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2013.06,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2013.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2013.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2014.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2014.06,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2014.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2014.12,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2015.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2015.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2015.09,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2015.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2016.03,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2016.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2016.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2016.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2017.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2017.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2017.09,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2017.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2018.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2018.06,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2018.09,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2018.12,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2019.03,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2019.06,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2019.09,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2019.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2020.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2020.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2020.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2020.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2021.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2021.06,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2021.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2021.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2022.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2022.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2022.09,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2022.12,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2023.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2023.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2023.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2023.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2024.03,216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61T,2024.06,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NAC17P61U,1990.06,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1990.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1990.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1991.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1991.06,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1991.09,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1991.12,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1992.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1992.06,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1992.09,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1992.12,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1993.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1993.06,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1993.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1993.12,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1994.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1994.06,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1994.09,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1994.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1995.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1995.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1995.09,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1995.12,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1996.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1996.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1996.09,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1996.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1997.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1997.06,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1997.09,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1997.12,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1998.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1998.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1998.09,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1998.12,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1999.03,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1999.06,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1999.09,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,1999.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2000.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2000.06,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2000.09,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2000.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2001.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2001.06,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2001.09,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2001.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2002.03,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2002.06,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2002.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2002.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2003.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2003.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2003.09,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2003.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2004.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2004.06,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2004.09,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2004.12,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2005.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2005.06,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2005.09,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2005.12,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2006.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2006.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2006.09,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2006.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2007.03,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2007.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2007.09,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2007.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2008.03,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2008.06,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61U,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NAC17P61V,1990.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1990.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1990.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1991.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1991.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1991.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1991.12,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1992.03,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1992.06,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1992.09,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1992.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1993.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1993.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1993.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1993.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1994.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1994.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1994.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1994.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1995.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1995.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1995.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1995.12,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1996.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1996.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1996.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1996.12,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1997.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1997.06,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1997.09,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1997.12,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1998.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1998.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1998.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1998.12,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1999.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1999.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1999.09,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,1999.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2000.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2000.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2000.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2000.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2001.03,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2001.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2001.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2001.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2002.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2002.06,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2002.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2002.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2003.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2003.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2003.09,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2003.12,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2004.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2004.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2004.09,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2004.12,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2005.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2005.06,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2005.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2005.12,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2006.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2006.06,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2006.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2006.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2007.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2007.06,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2007.09,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2007.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2008.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2008.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2008.09,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2008.12,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2009.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2009.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2009.09,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2009.12,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61V,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NAC17P61W,1990.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1990.09,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1990.12,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1991.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1991.06,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1991.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1991.12,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1992.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1992.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1992.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1992.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1993.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1993.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1993.09,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1993.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1994.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1994.06,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1994.09,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1994.12,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1995.03,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1995.06,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1995.09,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1995.12,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1996.03,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1996.06,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1996.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1996.12,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1997.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1997.06,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1997.09,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1997.12,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1998.03,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1998.06,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1998.09,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1998.12,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1999.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1999.06,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1999.09,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,1999.12,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2000.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2000.06,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2000.09,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2000.12,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2001.03,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2001.06,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2001.09,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2001.12,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2002.03,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2002.06,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2002.09,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2002.12,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2003.03,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2003.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2003.09,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2003.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2004.03,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2004.06,1576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2004.09,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2004.12,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2005.03,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2005.06,1535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2005.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2005.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2006.03,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2006.06,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2006.09,1835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2006.12,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2007.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2007.06,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2007.09,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2007.12,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2008.03,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2008.06,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2008.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2008.12,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2009.03,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2009.06,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2009.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2009.12,1509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2010.03,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2010.06,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2010.09,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2010.12,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC17P61W,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NAC18P71APA,1990.06,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1990.09,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1990.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1991.03,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1991.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1991.09,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1991.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1992.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1992.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1992.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1992.12,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1993.03,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1993.06,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1993.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1993.12,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1994.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1994.06,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1994.09,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1994.12,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1995.03,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1995.06,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1995.09,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1995.12,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1996.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1996.06,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1996.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1996.12,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1997.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1997.06,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1997.09,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1997.12,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1998.03,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1998.06,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1998.09,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1998.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1999.03,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1999.06,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1999.09,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,1999.12,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2000.03,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2000.06,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2000.09,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2000.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2001.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2001.06,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2001.09,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2001.12,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2002.03,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2002.06,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2002.09,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2002.12,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2003.03,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2003.06,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2003.09,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2003.12,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2004.03,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2004.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2004.09,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2004.12,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2005.03,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2005.06,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2005.09,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2005.12,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2006.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2006.06,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2006.09,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2006.12,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2007.03,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2007.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2007.09,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2007.12,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2008.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2008.06,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2008.09,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2008.12,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2009.03,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2009.06,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2009.09,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2009.12,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2010.03,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2010.06,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2010.09,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2010.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2011.03,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2011.06,1492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2011.09,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2011.12,1775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2012.03,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2012.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2012.09,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2012.12,1819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2013.03,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2013.06,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2013.09,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2013.12,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2014.03,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2014.06,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2014.09,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2014.12,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2015.03,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2015.06,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2015.09,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2015.12,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2016.03,1707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2016.06,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2016.09,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2016.12,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2017.03,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2017.06,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2017.09,2258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2017.12,2647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2018.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2018.06,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2018.09,2445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2018.12,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2019.03,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2019.06,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2019.09,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2019.12,2654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2020.03,2052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2020.06,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2020.09,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2020.12,2579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2021.03,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2021.06,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2021.09,2979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2021.12,3019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2022.03,2768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2022.06,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2022.09,3385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2022.12,3591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2023.03,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2023.06,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2023.09,3150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2023.12,3194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2024.03,2588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APA,2024.06,2713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NAC18P71APB,1990.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1990.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1990.12,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1991.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1991.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1991.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1991.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1992.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1992.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1992.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1992.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1993.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1993.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1993.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1993.12,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1994.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1994.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1994.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1994.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1995.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1995.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1995.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1995.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1996.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1996.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1996.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1996.12,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1997.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1997.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1997.09,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1997.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1998.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1998.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1998.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1998.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1999.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1999.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1999.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,1999.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2000.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2000.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2000.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2000.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2001.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2001.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2001.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2001.12,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2002.03,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2002.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2002.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2002.12,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2003.03,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2003.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2003.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2003.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2004.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2004.06,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2004.09,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2004.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2005.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2005.06,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2005.09,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2005.12,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2006.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2006.06,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2006.09,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2006.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2007.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2007.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2007.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2007.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2008.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2008.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2008.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2008.12,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2009.03,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2009.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2009.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2009.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2010.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2010.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2010.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2010.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2011.03,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2011.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2011.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2011.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2012.03,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2012.06,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2012.09,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2012.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2013.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2013.06,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2013.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2013.12,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2014.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2014.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2014.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2014.12,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2015.03,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2015.06,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2015.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2015.12,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2016.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2016.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2016.09,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2016.12,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2017.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2017.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2017.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2017.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2018.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2018.06,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2018.09,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2018.12,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2019.03,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2019.06,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2019.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2019.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2020.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2020.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2020.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2020.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2021.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2021.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2021.09,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2021.12,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2022.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2022.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2022.09,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2022.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2023.03,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2023.06,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2023.09,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2023.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2024.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APB,2024.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NAC18P71APC,1990.06,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1990.09,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1990.12,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1991.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1991.06,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1991.09,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1991.12,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1992.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1992.06,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1992.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1992.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1993.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1993.06,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1993.09,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1993.12,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1994.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1994.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1994.09,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1994.12,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1995.03,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1995.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1995.09,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1995.12,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1996.03,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1996.06,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1996.09,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1996.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1997.03,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1997.06,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1997.09,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1997.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1998.03,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1998.06,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1998.09,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1998.12,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1999.03,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1999.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1999.09,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,1999.12,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2000.03,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2000.06,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2000.09,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2000.12,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2001.03,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2001.06,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2001.09,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2001.12,1552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2002.03,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2002.06,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2002.09,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2002.12,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2003.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2003.06,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2003.09,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2003.12,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2004.03,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2004.06,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2004.09,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2004.12,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2005.03,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2005.06,1713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2005.09,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2005.12,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2006.03,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2006.06,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2006.09,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2006.12,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2007.03,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2007.06,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2007.09,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2007.12,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2008.03,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2008.06,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2008.09,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2008.12,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2009.03,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2009.06,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2009.09,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2009.12,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2010.03,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2010.06,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2010.09,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2010.12,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2011.03,1835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2011.06,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2011.09,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2011.12,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2012.03,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2012.06,2084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2012.09,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2012.12,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2013.03,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2013.06,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2013.09,2512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2013.12,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2014.03,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2014.06,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2014.09,2701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2014.12,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2015.03,2386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2015.06,2582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2015.09,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2015.12,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2016.03,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2016.06,2589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2016.09,2993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2016.12,2928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2017.03,2325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2017.06,2800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2017.09,2864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2017.12,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2018.03,2818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2018.06,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2018.09,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2018.12,3466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2019.03,2801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2019.06,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2019.09,3460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2019.12,3442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2020.03,2580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2020.06,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2020.09,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2020.12,3333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2021.03,2950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2021.06,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2021.09,3801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2021.12,4259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2022.03,3583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2022.06,3630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2022.09,4233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2022.12,4724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2023.03,4111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2023.06,3956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2023.09,4209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2023.12,4185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2024.03,3279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71APC,2024.06,3820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NAC18P71BPD,1990.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1990.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1990.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1991.03,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1991.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1991.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1991.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1992.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1992.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1992.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1992.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1993.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1993.06,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1993.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1993.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1994.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1994.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1994.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1994.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1995.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1995.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1995.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1995.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1996.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1996.06,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1996.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1996.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1997.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1997.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1997.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1997.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1998.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1998.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1998.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1998.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1999.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1999.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1999.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,1999.12,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2000.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2000.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2000.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2000.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2001.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2001.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2001.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2001.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2002.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2002.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2002.09,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2002.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2003.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2003.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2003.09,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2003.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2004.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2004.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2004.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2004.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2005.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2005.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2005.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2005.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2006.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2006.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2006.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2006.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2007.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2007.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2007.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2007.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2008.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2008.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2008.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2008.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2009.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2009.06,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2009.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2009.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2010.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2010.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2010.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2010.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2011.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2011.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2011.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2011.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2012.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2012.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2012.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2012.12,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2013.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2013.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2013.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2013.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2014.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2014.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2014.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2014.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2015.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2015.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2015.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2015.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2016.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2016.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2016.09,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2016.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2017.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2017.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2017.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2017.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2018.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2018.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2018.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2018.12,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2019.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2019.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2019.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2019.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2020.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2020.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2020.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2020.12,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2021.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2021.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2021.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2021.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2022.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2022.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2022.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2022.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2023.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2023.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2023.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2023.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2024.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPD,2024.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NAC18P71BPE,1990.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1990.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1990.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1991.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1991.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1991.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1991.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1992.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1992.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1992.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1992.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1993.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1993.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1993.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1993.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1994.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1994.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1994.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1994.12,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1995.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1995.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1995.09,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1995.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1996.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1996.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1996.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1996.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1997.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1997.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1997.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1997.12,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1998.03,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1998.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1998.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1998.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1999.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1999.06,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1999.09,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,1999.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2000.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2000.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2000.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2000.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2001.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2001.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2001.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2001.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2002.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2002.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2002.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2002.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2003.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2003.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2003.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2003.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2004.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2004.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2004.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2004.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2005.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2005.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2005.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2005.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2006.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2006.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2006.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2006.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2007.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2007.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2007.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2007.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2008.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2008.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2008.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2008.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2009.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2009.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2009.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2009.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2010.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2010.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2010.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2010.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2011.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2011.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2011.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2011.12,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2012.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2012.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2012.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2012.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2013.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2013.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2013.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2013.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2014.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2014.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2014.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2014.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2015.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2015.06,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2015.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2015.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2016.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2016.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2016.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2016.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2017.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2017.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2017.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2017.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2018.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2018.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2018.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2018.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2019.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2019.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2019.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2019.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2020.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2020.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2020.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2020.12,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2021.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2021.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2021.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2021.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2022.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2022.06,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2022.09,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2022.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2023.03,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2023.06,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2023.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2023.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2024.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPE,2024.06,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NAC18P71BPG,1990.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1990.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1990.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1991.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1991.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1991.09,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1991.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1992.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1992.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1992.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1992.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1993.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1993.06,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1993.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1993.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1994.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1994.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1994.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1994.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1995.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1995.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1995.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1995.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1996.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1996.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1996.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1996.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1997.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1997.06,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1997.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1997.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1998.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1998.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1998.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1998.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1999.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1999.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1999.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,1999.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2000.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2000.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2000.09,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2000.12,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2001.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2001.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2001.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2001.12,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2002.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2002.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2002.09,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2002.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2003.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2003.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2003.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2003.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2004.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2004.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2004.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2004.12,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2005.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2005.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2005.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2005.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2006.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2006.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2006.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2006.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2007.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2007.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2007.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2007.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2008.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2008.06,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2008.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2008.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2009.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2009.06,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2009.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2009.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2010.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2010.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2010.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2010.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2011.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2011.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2011.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2011.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2012.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2012.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2012.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2012.12,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2013.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2013.06,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2013.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2013.12,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2014.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2014.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2014.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2014.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2015.03,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2015.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2015.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2015.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2016.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2016.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2016.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2016.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2017.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2017.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2017.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2017.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2018.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2018.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2018.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2018.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2019.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2019.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2019.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2019.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2020.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2020.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2020.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2020.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2021.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2021.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2021.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2021.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2022.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2022.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2022.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2022.12,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2023.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2023.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2023.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2023.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2024.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPG,2024.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NAC18P71BPH,1990.06,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1990.09,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1990.12,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1991.03,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1991.06,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1991.09,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1991.12,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1992.03,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1992.06,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1992.09,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1992.12,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1993.03,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1993.06,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1993.09,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1993.12,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1994.03,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1994.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1994.09,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1994.12,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1995.03,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1995.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1995.09,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1995.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1996.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1996.06,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1996.09,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1996.12,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1997.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1997.06,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1997.09,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1997.12,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1998.03,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1998.06,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1998.09,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1998.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1999.03,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1999.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1999.09,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,1999.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2000.03,1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2000.06,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2000.09,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2000.12,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2001.03,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2001.06,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2001.09,1896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2001.12,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2002.03,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2002.06,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2002.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2002.12,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2003.03,1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2003.06,1609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2003.09,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2003.12,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2004.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2004.06,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2004.09,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2004.12,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2005.03,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2005.06,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2005.09,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2005.12,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2006.03,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2006.06,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2006.09,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2006.12,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2007.03,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2007.06,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2007.09,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2007.12,2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2008.03,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2008.06,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2008.09,2720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2008.12,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2009.03,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2009.06,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2009.09,1939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2009.12,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2010.03,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2010.06,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2010.09,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2010.12,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2011.03,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2011.06,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2011.09,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2011.12,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2012.03,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2012.06,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2012.09,2398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2012.12,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2013.03,2084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2013.06,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2013.09,2507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2013.12,2405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2014.03,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2014.06,2158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2014.09,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2014.12,2671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2015.03,2417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2015.06,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2015.09,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2015.12,2808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2016.03,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2016.06,2336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2016.09,2686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2016.12,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2017.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2017.06,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2017.09,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2017.12,3035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2018.03,2919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2018.06,2741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2018.09,3349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2018.12,3513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2019.03,3077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2019.06,2959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2019.09,3288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2019.12,3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2020.03,2808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2020.06,2873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2020.09,3048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2020.12,3216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2021.03,3183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2021.06,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2021.09,4276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2021.12,4588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2022.03,4672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2022.06,4464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2022.09,5023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2022.12,4666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2023.03,3700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2023.06,3370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2023.09,3667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2023.12,3566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2024.03,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPH,2024.06,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NAC18P71BPJ,1990.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1990.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1990.12,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1991.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1991.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1991.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1991.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1992.03,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1992.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1992.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1992.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1993.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1993.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1993.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1993.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1994.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1994.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1994.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1994.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1995.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1995.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1995.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1995.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1996.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1996.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1996.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1996.12,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1997.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1997.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1997.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1997.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1998.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1998.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1998.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1998.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1999.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1999.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1999.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,1999.12,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2000.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2000.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2000.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2000.12,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2001.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2001.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2001.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2001.12,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2002.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2002.06,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2002.09,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2002.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2003.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2003.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2003.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2003.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2004.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2004.06,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2004.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2004.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2005.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2005.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2005.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2005.12,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2006.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2006.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2006.09,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2006.12,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2007.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2007.06,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2007.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2007.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2008.03,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2008.06,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2008.09,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2008.12,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2009.03,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2009.06,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2009.09,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2009.12,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2010.03,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2010.06,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2010.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2010.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2011.03,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2011.06,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2011.09,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2011.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2012.03,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2012.06,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2012.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2012.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2013.03,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2013.06,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2013.09,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2013.12,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2014.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2014.06,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2014.09,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2014.12,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2015.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2015.06,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2015.09,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2015.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2016.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2016.06,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2016.09,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2016.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2017.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2017.06,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2017.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2017.12,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2018.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2018.06,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2018.09,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2018.12,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2019.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2019.06,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2019.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2019.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2020.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2020.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2020.09,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2020.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2021.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2021.06,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2021.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2021.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2022.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2022.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2022.09,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2022.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2023.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2023.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2023.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2023.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2024.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPJ,2024.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NAC18P71BPK,1990.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1990.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1990.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1991.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1991.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1991.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1991.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1992.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1992.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1992.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1992.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1993.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1993.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1993.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1993.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1994.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1994.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1994.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1994.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1995.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1995.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1995.09,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1995.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1996.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1996.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1996.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1996.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1997.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1997.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1997.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1997.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1998.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1998.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1998.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1998.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1999.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1999.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1999.09,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,1999.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2000.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2000.06,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2000.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2000.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2001.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2001.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2001.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2001.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2002.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2002.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2002.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2002.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2003.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2003.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2003.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2003.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2004.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2004.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2004.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2004.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2005.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2005.06,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2005.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2005.12,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2006.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2006.06,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2006.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2006.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2007.03,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2007.06,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2007.09,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2007.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2008.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2008.06,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2008.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2008.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2009.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2009.06,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2009.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2009.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2010.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2010.06,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2010.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2010.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2011.03,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2011.06,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2011.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2011.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2012.03,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2012.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2012.09,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2012.12,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2013.03,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2013.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2013.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2013.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2014.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2014.06,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2014.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2014.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2015.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2015.06,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2015.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2015.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2016.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2016.06,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2016.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2016.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2017.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2017.06,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2017.09,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2017.12,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2018.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2018.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2018.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2018.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2019.03,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2019.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2019.09,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2019.12,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2020.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2020.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2020.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2020.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2021.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2021.06,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2021.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2021.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2022.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2022.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2022.09,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2022.12,2133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2023.03,2000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2023.06,1622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2023.09,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2023.12,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2024.03,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPK,2024.06,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NAC18P71BPO,1990.06,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1990.09,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1990.12,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1991.03,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1991.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1991.09,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1991.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1992.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1992.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1992.09,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1992.12,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1993.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1993.06,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1993.09,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1993.12,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1994.03,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1994.06,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1994.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1994.12,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1995.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1995.06,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1995.09,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1995.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1996.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1996.06,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1996.09,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1996.12,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1997.03,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1997.06,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1997.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1997.12,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1998.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1998.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1998.09,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1998.12,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1999.03,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1999.06,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1999.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,1999.12,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2000.03,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2000.06,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2000.09,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2000.12,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2001.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2001.06,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2001.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2001.12,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2002.03,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2002.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2002.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2002.12,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2003.03,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2003.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2003.09,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2003.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2004.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2004.06,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2004.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2004.12,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2005.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2005.06,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2005.09,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2005.12,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2006.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2006.06,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2006.09,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2006.12,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2007.03,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2007.06,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2007.09,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2007.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2008.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2008.06,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2008.09,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2008.12,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2009.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2009.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2009.09,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2009.12,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2010.03,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2010.06,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2010.09,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2010.12,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2011.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2011.06,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2011.09,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2011.12,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2012.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2012.06,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2012.09,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2012.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2013.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2013.06,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2013.09,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2013.12,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2014.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2014.06,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2014.09,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2014.12,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2015.03,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2015.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2015.09,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2015.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2016.03,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2016.06,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2016.09,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2016.12,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2017.03,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2017.06,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2017.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2017.12,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2018.03,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2018.06,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2018.09,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2018.12,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2019.03,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2019.06,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2019.09,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2019.12,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2020.03,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2020.06,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2020.09,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2020.12,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2021.03,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2021.06,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2021.09,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2021.12,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2022.03,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2022.06,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2022.09,1994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2022.12,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2023.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2023.06,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2023.09,2139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2023.12,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2024.03,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPO,2024.06,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NAC18P71BPP,1990.06,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1990.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1990.12,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1991.03,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1991.06,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1991.09,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1991.12,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1992.03,1724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1992.06,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1992.09,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1992.12,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1993.03,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1993.06,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1993.09,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1993.12,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1994.03,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1994.06,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1994.09,2264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1994.12,2217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1995.03,2124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1995.06,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1995.09,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1995.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1996.03,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1996.06,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1996.09,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1996.12,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1997.03,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1997.06,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1997.09,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1997.12,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1998.03,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1998.06,2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1998.09,2558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1998.12,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1999.03,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1999.06,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1999.09,2815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,1999.12,3162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2000.03,2921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2000.06,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2000.09,3522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2000.12,3955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2001.03,3391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2001.06,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2001.09,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2001.12,3600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2002.03,3269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2002.06,3194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2002.09,3549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2002.12,3511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2003.03,3031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2003.06,3145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2003.09,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2003.12,3217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2004.03,3023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2004.06,3567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2004.09,3661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2004.12,3800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2005.03,3466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2005.06,3748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2005.09,4092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2005.12,3939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2006.03,3853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2006.06,4267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2006.09,4799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2006.12,4409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2007.03,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2007.06,4239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2007.09,4653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2007.12,4839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2008.03,4961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2008.06,5463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2008.09,6693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2008.12,6151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2009.03,4685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2009.06,4225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2009.09,4520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2009.12,4388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2010.03,4383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2010.06,4517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2010.09,4844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2010.12,5223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2011.03,5023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2011.06,5760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2011.09,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2011.12,5468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2012.03,5601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2012.06,4969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2012.09,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2012.12,5541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2013.03,5263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2013.06,5006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2013.09,5825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2013.12,5360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2014.03,5127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2014.06,5238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2014.09,5491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2014.12,5729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2015.03,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2015.06,4952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2015.09,5570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2015.12,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2016.03,4855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2016.06,4838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2016.09,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2016.12,5261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2017.03,5183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2017.06,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2017.09,5838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2017.12,6282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2018.03,6063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2018.06,6170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2018.09,7432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2018.12,7119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2019.03,6415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2019.06,6686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2019.09,6994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2019.12,7252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2020.03,6615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2020.06,4887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2020.09,5878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2020.12,5973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2021.03,5693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2021.06,6495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2021.09,7782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2021.12,8277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2022.03,8140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2022.06,8669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2022.09,10064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2022.12,9756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2023.03,8322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2023.06,7730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2023.09,8273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2023.12,8173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2024.03,7899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71BPP,2024.06,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NAC18P71CPL,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,1999.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2000.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2000.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2001.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2001.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2001.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2001.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2002.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2002.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2003.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2003.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2003.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2003.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2004.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2004.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2004.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2004.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2005.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2005.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2005.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2005.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2006.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2006.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2006.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2006.12,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2007.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2007.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2007.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2007.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2008.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2008.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2008.09,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2008.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2009.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2009.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2009.12,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2010.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2010.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2010.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2010.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2011.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2011.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2011.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2011.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2012.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2012.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2012.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2012.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2013.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2013.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2013.09,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2013.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2014.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2014.06,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2014.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2014.12,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2015.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2015.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2015.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2015.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2016.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2016.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2016.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2016.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2017.03,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2017.06,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2017.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2017.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2018.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2018.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2018.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2018.12,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2019.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2019.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2019.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2019.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2020.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2020.06,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2020.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2020.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2021.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2021.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2021.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2021.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2022.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2022.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2022.09,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2022.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2023.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2023.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2023.09,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2023.12,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2024.03,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPL,2024.06,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NAC18P71CPQ,1990.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1990.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1990.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1991.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1991.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1991.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1991.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1992.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1992.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1992.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1992.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1993.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1993.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1993.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1993.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1994.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1994.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1994.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1994.12,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1995.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1995.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1995.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1995.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1996.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1996.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1996.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1996.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1997.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1997.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1997.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1997.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1998.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1998.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1998.09,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1998.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1999.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1999.06,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1999.09,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,1999.12,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2000.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2000.06,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2000.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2000.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2001.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2001.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2001.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2001.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2002.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2002.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2002.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2002.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2003.03,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2003.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2003.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2003.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2004.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2004.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2004.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2004.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2005.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2005.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2005.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2005.12,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2006.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2006.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2006.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2006.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2007.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2007.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2007.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2007.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2008.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2008.06,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2008.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2008.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2009.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2009.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2009.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2009.12,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2010.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2010.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2010.09,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2010.12,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2011.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2011.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2011.09,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2011.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2012.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2012.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2012.09,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2012.12,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2013.03,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2013.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2013.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2013.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2014.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2014.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2014.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2014.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2015.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2015.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2015.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2015.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2016.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2016.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2016.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2016.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2017.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2017.06,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2017.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2017.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2018.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2018.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2018.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2018.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2019.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2019.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2019.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2019.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2020.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2020.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2020.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2020.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2021.03,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2021.06,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2021.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2021.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2022.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2022.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2022.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2022.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2023.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2023.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2023.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2023.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2024.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPQ,2024.06,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NAC18P71CPR,1990.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1990.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1990.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1991.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1991.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1991.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1991.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1992.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1992.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1992.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1992.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1993.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1993.06,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1993.09,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1993.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1994.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1994.06,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1994.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1994.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1995.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1995.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1995.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1995.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1996.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1996.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1996.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1996.12,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1997.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1997.06,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1997.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1997.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1998.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1998.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1998.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1998.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1999.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1999.06,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1999.09,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,1999.12,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2000.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2000.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2000.09,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2000.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2001.03,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2001.06,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2001.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2001.12,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2002.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2002.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2002.09,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2002.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2003.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2003.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2003.09,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2003.12,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2004.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2004.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2004.09,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2004.12,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2005.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2005.06,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2005.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2005.12,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2006.03,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2006.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2006.09,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2006.12,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2007.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2007.06,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2007.09,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2007.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2008.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2008.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2008.09,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2008.12,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2009.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2009.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2009.09,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2009.12,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2010.03,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2010.06,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2010.09,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2010.12,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2011.03,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2011.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2011.09,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2011.12,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2012.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2012.06,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2012.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2012.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2013.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2013.06,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2013.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2013.12,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2014.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2014.06,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2014.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2014.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2015.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2015.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2015.09,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2015.12,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2016.03,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2016.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2016.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2016.12,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2017.03,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2017.06,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2017.09,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2017.12,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2018.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2018.06,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2018.09,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2018.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2019.03,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2019.06,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2019.09,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2019.12,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2020.03,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2020.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2020.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2020.12,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2021.03,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2021.06,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2021.09,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2021.12,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2022.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2022.06,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2022.09,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2022.12,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2023.03,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2023.06,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2023.09,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2023.12,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2024.03,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPR,2024.06,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NAC18P71CPT,1990.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1990.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1990.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1991.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1991.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1991.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1991.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1992.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1992.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1992.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1992.12,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1993.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1993.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1993.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1993.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1994.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1994.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1994.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1994.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1995.03,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1995.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1995.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1995.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1996.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1996.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1996.09,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1996.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1997.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1997.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1997.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1997.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1998.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1998.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1998.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1998.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1999.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1999.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1999.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,1999.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2000.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2000.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2000.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2000.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2001.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2001.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2001.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2001.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2002.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2002.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2002.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2002.12,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2003.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2003.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2003.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2003.12,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2004.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2004.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2004.09,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2004.12,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2005.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2005.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2005.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2005.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2006.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2006.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2006.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2006.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2007.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2007.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2007.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2007.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2008.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2008.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2008.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2008.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2009.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2009.06,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2009.09,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2009.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2010.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2010.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2010.09,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2010.12,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2011.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2011.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2011.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2011.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2012.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2012.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2012.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2012.12,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2013.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2013.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2013.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2013.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2014.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2014.06,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2014.09,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2014.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2015.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2015.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2015.09,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2015.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2016.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2016.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2016.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2016.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2017.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2017.06,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2017.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2017.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2018.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2018.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2018.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2018.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2019.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2019.06,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2019.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2019.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2020.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2020.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2020.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2020.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2021.03,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2021.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2021.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2021.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2022.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2022.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2022.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2022.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2023.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2023.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2023.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2023.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2024.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPT,2024.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NAC18P71CPU,1990.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1990.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1990.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1991.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1991.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1991.09,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1991.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1992.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1992.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1992.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1992.12,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1993.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1993.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1993.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1993.12,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1994.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1994.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1994.09,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1994.12,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1995.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1995.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1995.09,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1995.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1996.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1996.06,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1996.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1996.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1997.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1997.06,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1997.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1997.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1998.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1998.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1998.09,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1998.12,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1999.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1999.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1999.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,1999.12,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2000.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2000.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2000.09,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2000.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2001.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2001.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2001.09,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2001.12,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2002.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2002.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2002.09,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2002.12,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2003.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2003.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2003.09,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2003.12,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2004.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2004.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2004.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2004.12,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2005.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2005.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2005.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2005.12,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2006.03,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2006.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2006.09,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2006.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2007.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2007.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2007.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2007.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2008.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2008.06,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2008.09,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2008.12,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2009.03,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2009.06,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2009.09,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2009.12,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2010.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2010.06,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2010.09,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2010.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2011.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2011.06,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2011.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2011.12,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2012.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2012.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2012.09,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2012.12,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2013.03,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2013.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2013.09,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2013.12,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2014.03,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2014.06,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2014.09,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2014.12,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2015.03,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2015.06,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2015.09,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2015.12,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2016.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2016.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2016.09,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2016.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2017.03,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2017.06,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2017.09,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2017.12,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2018.03,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2018.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2018.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2018.12,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2019.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2019.06,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2019.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2019.12,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2020.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2020.06,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2020.09,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2020.12,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2021.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2021.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2021.09,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2021.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2022.03,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2022.06,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2022.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2022.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2023.03,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2023.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2023.09,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2023.12,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2024.03,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPU,2024.06,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NAC18P71CPV,1990.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1990.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1990.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1991.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1991.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1991.09,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1991.12,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1992.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1992.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1992.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1992.12,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1993.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1993.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1993.09,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1993.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1994.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1994.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1994.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1994.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1995.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1995.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1995.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1995.12,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1996.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1996.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1996.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1996.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1997.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1997.06,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1997.09,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1997.12,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1998.03,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1998.06,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1998.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1998.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1999.03,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1999.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1999.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,1999.12,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2000.03,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2000.06,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2000.09,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2000.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2001.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2001.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2001.09,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2001.12,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2002.03,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2002.06,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2002.09,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2002.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2003.03,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2003.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2003.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2003.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2004.03,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2004.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2004.09,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2004.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2005.03,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2005.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2005.09,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2005.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2006.03,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2006.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2006.09,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2006.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2007.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2007.06,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2007.09,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2007.12,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2008.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2008.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2008.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2008.12,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2009.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2009.06,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2009.09,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2009.12,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2010.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2010.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2010.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2010.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2011.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2011.06,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2011.09,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2011.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2012.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2012.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2012.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2012.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2013.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2013.06,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2013.09,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2013.12,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2014.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2014.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2014.09,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2014.12,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2015.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2015.06,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2015.09,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2015.12,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2016.03,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2016.06,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2016.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2016.12,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2017.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2017.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2017.09,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2017.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2018.03,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2018.06,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2018.09,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2018.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2019.03,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2019.06,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2019.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2019.12,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2020.03,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2020.06,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2020.09,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2020.12,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2021.03,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2021.06,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2021.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2021.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2022.03,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2022.06,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2022.09,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2022.12,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2023.03,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2023.06,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2023.09,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2023.12,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2024.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPV,2024.06,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NAC18P71CPW,1990.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1990.09,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1990.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1991.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1991.06,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1991.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1991.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1992.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1992.06,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1992.09,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1992.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1993.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1993.06,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1993.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1993.12,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1994.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1994.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1994.09,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1994.12,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1995.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1995.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1995.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1995.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1996.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1996.06,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1996.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1996.12,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1997.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1997.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1997.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1997.12,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1998.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1998.06,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1998.09,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1998.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1999.03,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1999.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1999.09,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,1999.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2000.03,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2000.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2000.09,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2000.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2001.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2001.06,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2001.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2001.12,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2002.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2002.06,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2002.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2002.12,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2003.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2003.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2003.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2003.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2004.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2004.06,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2004.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2004.12,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2005.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2005.06,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2005.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2005.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2006.03,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2006.06,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2006.09,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2006.12,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2007.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2007.06,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2007.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2007.12,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2008.03,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2008.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2008.09,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2008.12,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2009.03,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2009.06,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2009.09,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2009.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2010.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2010.06,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2010.09,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2010.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2011.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2011.06,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2011.09,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2011.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2012.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2012.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2012.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2012.12,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2013.03,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2013.06,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2013.09,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2013.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2014.03,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2014.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2014.09,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2014.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2015.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2015.06,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2015.09,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2015.12,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2016.03,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2016.06,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2016.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2016.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2017.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2017.06,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2017.09,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2017.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2018.03,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2018.06,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2018.09,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2018.12,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2019.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2019.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2019.09,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2019.12,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2020.03,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2020.06,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2020.09,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2020.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2021.03,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2021.06,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2021.09,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2021.12,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2022.03,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2022.06,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2022.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2022.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2023.03,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2023.06,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2023.09,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2023.12,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2024.03,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPW,2024.06,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NAC18P71CPY,1990.06,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1990.09,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1990.12,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1991.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1991.06,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1991.09,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1991.12,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1992.03,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1992.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1992.09,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1992.12,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1993.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1993.06,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1993.09,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1993.12,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1994.03,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1994.06,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1994.09,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1994.12,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1995.03,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1995.06,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1995.09,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1995.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1996.03,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1996.06,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1996.09,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1996.12,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1997.03,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1997.06,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1997.09,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1997.12,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1998.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1998.06,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1998.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1998.12,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1999.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1999.06,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1999.09,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,1999.12,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2000.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2000.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2000.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2000.12,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2001.03,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2001.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2001.09,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2001.12,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2002.03,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2002.06,1761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2002.09,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2002.12,2133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2003.03,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2003.06,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2003.09,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2003.12,2225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2004.03,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2004.06,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2004.09,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2004.12,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2005.03,2024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2005.06,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2005.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2005.12,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2006.03,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2006.06,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2006.09,2685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2006.12,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2007.03,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2007.06,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2007.09,2790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2007.12,3032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2008.03,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2008.06,2583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2008.09,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2008.12,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2009.03,2691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2009.06,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2009.09,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2009.12,2874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2010.03,2472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2010.06,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2010.09,2942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2010.12,3073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2011.03,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2011.06,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2011.09,3087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2011.12,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2012.03,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2012.06,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2012.09,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2012.12,3198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2013.03,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2013.06,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2013.09,3279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2013.12,3344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2014.03,2776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2014.06,2861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2014.09,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2014.12,3638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2015.03,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2015.06,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2015.09,3947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2015.12,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2016.03,3393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2016.06,3496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2016.09,3867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2016.12,4000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2017.03,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2017.06,3537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2017.09,4043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2017.12,4451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2018.03,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2018.06,3786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2018.09,4478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2018.12,4860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2019.03,3960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2019.06,4038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2019.09,4817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2019.12,5141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2020.03,3906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2020.06,4011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2020.09,4695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2020.12,5028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2021.03,4376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2021.06,4562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2021.09,5573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2021.12,5780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2022.03,4851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2022.06,5180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2022.09,6130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2022.12,6526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2023.03,5384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2023.06,5397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2023.09,6057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2023.12,6181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2024.03,5501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71CPY,2024.06,5685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NAC18P71DPZ,1990.06,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1990.09,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1990.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1991.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1991.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1991.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1991.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1992.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1992.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1992.09,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1992.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1993.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1993.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1993.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1993.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1994.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1994.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1994.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1994.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1995.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1995.06,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1995.09,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1995.12,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1996.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1996.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1996.09,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1996.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1997.03,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1997.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1997.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1997.12,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1998.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1998.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1998.09,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1998.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1999.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1999.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1999.09,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,1999.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2000.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2000.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2000.09,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2000.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2001.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2001.06,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2001.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2001.12,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2002.03,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2002.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2002.09,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2002.12,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2003.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2003.06,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2003.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2003.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2004.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2004.06,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2004.09,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2004.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2005.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2005.06,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2005.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2005.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2006.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2006.06,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2006.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2006.12,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2007.03,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2007.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2007.09,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2007.12,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2008.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2008.06,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2008.09,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2008.12,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2009.03,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2009.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2009.09,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2009.12,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2010.03,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2010.06,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2010.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2010.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2011.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2011.06,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2011.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2011.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2012.03,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2012.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2012.09,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2012.12,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2013.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2013.06,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2013.09,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2013.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2014.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2014.06,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2014.09,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2014.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2015.03,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2015.06,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2015.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2015.12,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2016.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2016.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2016.09,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2016.12,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2017.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2017.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2017.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2017.12,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2018.03,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2018.06,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2018.09,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2018.12,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2019.03,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2019.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2019.09,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2019.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2020.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2020.06,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2020.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2020.12,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2021.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2021.06,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2021.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2021.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2022.03,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2022.06,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2022.09,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2022.12,1917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2023.03,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2023.06,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2023.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2023.12,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2024.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71DPZ,2024.06,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NAC18P71EQA,1990.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1990.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1990.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1991.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1991.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1991.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1991.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1992.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1992.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1992.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1992.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1993.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1993.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1993.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1993.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1994.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1994.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1994.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1994.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1995.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1995.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1995.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1995.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1996.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1996.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1996.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1996.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1997.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1997.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1997.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1997.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1998.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1998.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1998.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1998.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1999.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1999.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1999.09,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,1999.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2000.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2000.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2000.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2000.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2001.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2001.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2001.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2001.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2002.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2002.06,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2002.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2002.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2003.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2003.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2003.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2003.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2004.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2004.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2004.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2004.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2005.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2005.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2005.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2005.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2006.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2006.06,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2006.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2006.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2007.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2007.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2007.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2007.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2008.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2008.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2008.09,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2008.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2009.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2009.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2009.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2009.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2010.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2010.06,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2010.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2010.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2011.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2011.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2011.09,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2011.12,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2012.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2012.06,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2012.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2012.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2013.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2013.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2013.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2013.12,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2014.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2014.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2014.09,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2014.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2015.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2015.06,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2015.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2015.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2016.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2016.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2016.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2016.12,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2017.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2017.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2017.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2017.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2018.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2018.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2018.09,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2018.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2019.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2019.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2019.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2019.12,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2020.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2020.06,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2020.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2020.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2021.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2021.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2021.09,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2021.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2022.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2022.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2022.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2022.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2023.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2023.06,800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2023.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2023.12,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2024.03,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71EQA,2024.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NAC18P71FQB,1990.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1990.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1990.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1991.03,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1991.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1991.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1991.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1992.03,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1992.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1992.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1992.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1993.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1993.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1993.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1993.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1994.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1994.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1994.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1994.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1995.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1995.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1995.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1995.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1996.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1996.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1996.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1996.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1997.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1997.06,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1997.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1997.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1998.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1998.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1998.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1998.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1999.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1999.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1999.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,1999.12,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2000.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2000.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2000.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2000.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2001.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2001.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2001.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2002.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2002.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2002.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2002.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2003.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2003.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2003.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2003.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2004.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2004.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2004.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2004.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2005.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2005.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2005.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2005.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2006.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2006.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2006.09,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2006.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2007.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2007.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2007.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2007.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2008.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2008.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2008.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2008.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2009.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2009.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2009.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2009.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2010.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2010.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2010.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2010.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2011.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2011.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2011.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2011.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2012.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2012.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2012.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2012.12,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2013.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2013.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2013.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2013.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2014.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2014.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2014.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2014.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2015.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2015.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2015.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2015.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2016.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2016.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2016.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2016.12,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2017.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2017.06,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2017.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2017.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2018.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2018.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2018.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2018.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2019.03,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2019.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2019.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2019.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2020.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2020.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2020.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2020.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2021.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2021.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2021.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2021.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2022.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2022.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2022.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2022.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2023.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2023.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2023.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2023.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2024.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC18P71FQB,2024.06,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NAC30P30C,1987.06,2715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1987.09,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1987.12,2979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1988.03,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1988.06,2911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1988.09,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1988.12,3182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1989.03,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1989.06,3285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1989.09,3146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1989.12,3426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1990.03,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1990.06,3634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1990.09,3478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1990.12,3573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1991.03,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1991.06,3762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1991.09,3371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1991.12,3580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1992.03,3490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1992.06,3930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1992.09,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1992.12,3736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1993.03,3558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1993.06,3938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1993.09,3647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1993.12,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1994.03,3636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1994.06,3845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1994.09,3745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1994.12,3905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1995.03,3719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1995.06,4219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1995.09,3975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1995.12,4081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1996.03,3894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1996.06,4459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1996.09,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1996.12,4253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1997.03,4044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1997.06,4548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1997.09,4365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1997.12,4386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1998.03,4346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1998.06,4826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1998.09,4567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1998.12,4597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1999.03,4754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1999.06,5091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1999.09,4752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,1999.12,4884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2000.03,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2000.06,5217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2000.09,5015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2000.12,5086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2001.03,5163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2001.06,5673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2001.09,5359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2001.12,5369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2002.03,5349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2002.06,5901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2002.09,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2002.12,5622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2003.03,5544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2003.06,6169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2003.09,5948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2003.12,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2004.03,6070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2004.06,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2004.09,6385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2004.12,6605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2005.03,6654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2005.06,7538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2005.09,7126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2005.12,7297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2006.03,7281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2006.06,8067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2006.09,7739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2006.12,7928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2007.03,7848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2007.06,8805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2007.09,8402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2007.12,8590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2008.03,8604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2008.06,9528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2008.09,9141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2008.12,9502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2009.03,9308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2009.06,9911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2009.09,9503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2009.12,9621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2010.03,9397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2010.06,10231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2010.09,9811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2010.12,9996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2011.03,10023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2011.06,10838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2011.09,10200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2011.12,10478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2012.03,10203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2012.06,10941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2012.09,10317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2012.12,10510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2013.03,10390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2013.06,11071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2013.09,10734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2013.12,10956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2014.03,10874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2014.06,11643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2014.09,11262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2014.12,11381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2015.03,11276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2015.06,12235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2015.09,11674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2015.12,11656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2016.03,11669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2016.06,12477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2016.09,12208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2016.12,12264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2017.03,12282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2017.06,13155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2017.09,12971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2017.12,12987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2018.03,12985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2018.06,14142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2018.09,13747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2018.12,13953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2019.03,13985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2019.06,15529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2019.09,14809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2019.12,15305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2020.03,15309,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2020.06,16903,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2020.09,16237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2020.12,16861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2021.03,17136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2021.06,18660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2021.09,18116,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2021.12,19491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2022.03,19392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2022.06,21229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2022.09,20392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2022.12,20340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2023.03,20236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2023.06,22372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2023.09,21487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2023.12,22029,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2024.03,21508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30C,2024.06,23914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NAC30P30D,1987.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1987.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1987.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1988.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1988.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1988.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1988.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1989.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1989.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1989.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1989.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1990.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1990.06,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1990.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1990.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1991.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1991.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1991.09,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1991.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1992.03,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1992.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1992.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1992.12,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1993.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1993.06,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1993.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1993.12,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1994.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1994.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1994.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1994.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1995.03,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1995.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1995.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1995.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1996.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1996.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1996.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1996.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1997.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1997.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1997.09,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1997.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1998.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1998.06,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1998.09,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1998.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1999.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1999.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1999.09,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,1999.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2000.03,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2000.06,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2000.09,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2000.12,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2001.03,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2001.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2001.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2001.12,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2002.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2002.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2002.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2002.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2003.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2003.06,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2003.09,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2003.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2004.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2004.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2004.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2004.12,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2005.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2005.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2005.09,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2005.12,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2006.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2006.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2006.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2006.12,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2007.03,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2007.06,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2007.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2007.12,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2008.03,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2008.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2008.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2008.12,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2009.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2009.06,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2009.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2009.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2010.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2010.06,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2010.09,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2010.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2011.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2011.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2011.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2011.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2012.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2012.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2012.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2012.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2013.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2013.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2013.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2013.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2014.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2014.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2014.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2014.12,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2015.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2015.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2015.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2015.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2016.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2016.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2016.09,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2016.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2017.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2017.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2017.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2017.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2018.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2018.06,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2018.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2018.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2019.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2019.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2019.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2019.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2020.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2020.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2020.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2020.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2021.03,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2021.06,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2021.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2021.12,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2022.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2022.06,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2022.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2022.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2023.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2023.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2023.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2023.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2024.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30D,2024.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NAC30P30E,1987.06,8953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1987.09,9218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1987.12,9675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1988.03,9023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1988.06,9583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1988.09,10071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1988.12,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1989.03,9865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1989.06,10796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1989.09,10519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1989.12,11045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1990.03,10407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1990.06,11029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1990.09,11184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1990.12,12065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1991.03,10687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1991.06,11018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1991.09,11215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1991.12,11690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1992.03,10784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1992.06,11236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1992.09,11294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1992.12,12043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1993.03,10933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1993.06,11557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1993.09,11793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1993.12,12493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1994.03,11599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1994.06,12367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1994.09,12727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1994.12,13551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1995.03,12514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1995.06,13164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1995.09,13533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1995.12,14363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1996.03,13418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1996.06,14245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1996.09,14604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1996.12,15306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1997.03,13959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1997.06,14814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1997.09,15075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1997.12,15912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1998.03,14536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1998.06,15383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1998.09,15727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1998.12,16698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1999.03,15039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1999.06,16090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1999.09,16489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,1999.12,17257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2000.03,15395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2000.06,16590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2000.09,17141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2000.12,18002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2001.03,15961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2001.06,17264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2001.09,17896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2001.12,18922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2002.03,16894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2002.06,18308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2002.09,19003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2002.12,20203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2003.03,18384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2003.06,19400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2003.09,20092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2003.12,21595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2004.03,19896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2004.06,20685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2004.09,21814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2004.12,23144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2005.03,21060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2005.06,22317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2005.09,23086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2005.12,24626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2006.03,22610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2006.06,23570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2006.09,24509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2006.12,26063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2007.03,23983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2007.06,24922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2007.09,25791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2007.12,27361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2008.03,25378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2008.06,25880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2008.09,26943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2008.12,28346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2009.03,25424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2009.06,26639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2009.09,27485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2009.12,29115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2010.03,26938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2010.06,27762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2010.09,28566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2010.12,30419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2011.03,28191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2011.06,29434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2011.09,30391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2011.12,31993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2012.03,29647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2012.06,30568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2012.09,31125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2012.12,33059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2013.03,30598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2013.06,31799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2013.09,32668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2013.12,34722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2014.03,31982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2014.06,33070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2014.09,34119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2014.12,36059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2015.03,33314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2015.06,34622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2015.09,35831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2015.12,38183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2016.03,34998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2016.06,37014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2016.09,38272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2016.12,40920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2017.03,38114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2017.06,39459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2017.09,40732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2017.12,43678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2018.03,40017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2018.06,41810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2018.09,43451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2018.12,46432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2019.03,42228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2019.06,43888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2019.09,45430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2019.12,48342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2020.03,43827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2020.06,39753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2020.09,46423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2020.12,50042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2021.03,47879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2021.06,49667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2021.09,47836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2021.12,53701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2022.03,51793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2022.06,52517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2022.09,54984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2022.12,59285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2023.03,54972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2023.06,56672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2023.09,58083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2023.12,61758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2024.03,57037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30E,2024.06,58453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NAC30P30G,1987.06,9103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1987.09,9374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1987.12,9836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1988.03,9188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1988.06,9750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1988.09,10241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1988.12,10670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1989.03,10043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1989.06,10981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1989.09,10710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1989.12,11242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1990.03,10611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1990.06,11239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1990.09,11401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1990.12,12287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1991.03,10915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1991.06,11252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1991.09,11452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1991.12,11928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1992.03,11023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1992.06,11472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1992.09,11529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1992.12,12278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1993.03,11170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1993.06,11797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1993.09,12037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1993.12,12740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1994.03,11850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1994.06,12621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1994.09,12983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1994.12,13807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1995.03,12768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1995.06,13415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1995.09,13785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1995.12,14619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1996.03,13683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1996.06,14522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1996.09,14893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1996.12,15605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1997.03,14266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1997.06,15129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1997.09,15400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1997.12,16252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1998.03,14894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1998.06,15763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1998.09,16121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1998.12,17098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1999.03,15438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1999.06,16480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1999.09,16876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,1999.12,17646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2000.03,15791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2000.06,16999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2000.09,17562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2000.12,18432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2001.03,16396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2001.06,17705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2001.09,18340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2001.12,19367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2002.03,17340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2002.06,18752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2002.09,19445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2002.12,20646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2003.03,18827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2003.06,19845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2003.09,20540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2003.12,22051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2004.03,20361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2004.06,21163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2004.09,22301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2004.12,23637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2005.03,21556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2005.06,22813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2005.09,23583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2005.12,25126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2006.03,23114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2006.06,24079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2006.09,25027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2006.12,26590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2007.03,24522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2007.06,25475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2007.09,26363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2007.12,27956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2008.03,26003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2008.06,26539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2008.09,27628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2008.12,29051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2009.03,26139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2009.06,27359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2009.09,28202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2009.12,29823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2010.03,27630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2010.06,28431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2010.09,29224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2010.12,31075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2011.03,28857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2011.06,30121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2011.09,31085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2011.12,32683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2012.03,30322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2012.06,31214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2012.09,31755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2012.12,33686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2013.03,31233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2013.06,32455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2013.09,33341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2013.12,35408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2014.03,32676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2014.06,33768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2014.09,34821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2014.12,36762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2015.03,34017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2015.06,35324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2015.09,36534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2015.12,38889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2016.03,35710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2016.06,37733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2016.09,39001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2016.12,41661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2017.03,38870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2017.06,40231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2017.09,41518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2017.12,44473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2018.03,40818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2018.06,42613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2018.09,44258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2018.12,47245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2019.03,43049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2019.06,44719,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2019.09,46272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2019.12,49194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2020.03,44668,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2020.06,40425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2020.09,47242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2020.12,50925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2021.03,48763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2021.06,50549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2021.09,48682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2021.12,54608,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2022.03,52776,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2022.06,53570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2022.09,56090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2022.12,60425,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2023.03,56130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2023.06,57828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2023.09,59245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2023.12,62931,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2024.03,58225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30G,2024.06,59662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NAC30P30H,1987.06,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1987.09,2478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1987.12,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1988.03,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1988.06,2511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1988.09,2759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1988.12,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1989.03,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1989.06,2857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1989.09,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1989.12,2983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1990.03,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1990.06,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1990.09,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1990.12,3075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1991.03,2855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1991.06,3269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1991.09,2880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1991.12,3083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1992.03,2981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1992.06,3415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1992.09,3031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1992.12,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1993.03,3043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1993.06,3350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1993.09,3155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1993.12,3263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1994.03,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1994.06,3276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1994.09,3235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1994.12,3352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1995.03,3176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1995.06,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1995.09,3419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1995.12,3502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1996.03,3324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1996.06,3839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1996.09,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1996.12,3679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1997.03,3462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1997.06,3935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1997.09,3808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1997.12,3804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1998.03,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1998.06,4215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1998.09,4037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1998.12,4040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1999.03,4199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1999.06,4492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1999.09,4233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,1999.12,4292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2000.03,4273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2000.06,4592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2000.09,4475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2000.12,4490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2001.03,4574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2001.06,5014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2001.09,4769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2001.12,4735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2002.03,4736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2002.06,5214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2002.09,4966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2002.12,4965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2003.03,4909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2003.06,5455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2003.09,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2003.12,5378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2004.03,5376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2004.06,5946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2004.09,5641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2004.12,5830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2005.03,5892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2005.06,6704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2005.09,6308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2005.12,6466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2006.03,6478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2006.06,7160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2006.09,6885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2006.12,7011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2007.03,6967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2007.06,7824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2007.09,7442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2007.12,7568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2008.03,7618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2008.06,8437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2008.09,8092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2008.12,8403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2009.03,8270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2009.06,8746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2009.09,8474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2009.12,8516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2010.03,8343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2010.06,9052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2010.09,8707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2010.12,8771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2011.03,8830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2011.06,9547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2011.09,8933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2011.12,9169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2012.03,9028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2012.06,9590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2012.09,9151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2012.12,9293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2013.03,9256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2013.06,9791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2013.09,9521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2013.12,9701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2014.03,9658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2014.06,10320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2014.09,9958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2014.12,10062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2015.03,10046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2015.06,10787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2015.09,10334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2015.12,10277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2016.03,10354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2016.06,10967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2016.09,10818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2016.12,10829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2017.03,10910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2017.06,11572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2017.09,11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2017.12,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2018.03,11505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2018.06,12408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2018.09,12181,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2018.12,12366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2019.03,12406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2019.06,13705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2019.09,13092,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2019.12,13535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2020.03,13597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2020.06,15020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2020.09,14463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2020.12,15048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2021.03,15358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2021.06,16696,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2021.09,16234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2021.12,17499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2022.03,17414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2022.06,18903,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2022.09,18123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2022.12,17963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2023.03,17870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2023.06,19690,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2023.09,18973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2023.12,19408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2024.03,18969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30H,2024.06,21116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NAC30P30I,1987.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1987.09,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1987.12,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1988.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1988.06,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1988.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1988.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1989.03,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1989.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1989.09,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1989.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1990.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1990.06,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1990.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1990.12,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1991.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1991.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1991.09,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1991.12,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1992.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1992.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1992.09,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1992.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1993.03,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1993.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1993.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1993.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1994.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1994.06,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1994.09,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1994.12,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1995.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1995.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1995.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1995.12,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1996.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1996.06,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1996.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1996.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1997.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1997.06,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1997.09,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1997.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1998.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1998.06,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1998.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1998.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1999.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1999.06,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1999.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,1999.12,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2000.03,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2000.06,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2000.09,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2000.12,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2001.03,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2001.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2001.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2001.12,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2002.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2002.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2002.09,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2002.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2003.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2003.06,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2003.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2003.12,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2004.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2004.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2004.09,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2004.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2005.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2005.06,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2005.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2005.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2006.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2006.06,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2006.09,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2006.12,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2007.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2007.06,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2007.09,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2007.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2008.03,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2008.06,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2008.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2008.12,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2009.03,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2009.06,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2009.09,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2009.12,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2010.03,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2010.06,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2010.09,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2010.12,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2011.03,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2011.06,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2011.09,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2011.12,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2012.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2012.06,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2012.09,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2012.12,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2013.03,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2013.06,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2013.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2013.12,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2014.03,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2014.06,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2014.09,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2014.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2015.03,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2015.06,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2015.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2015.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2016.03,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2016.06,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2016.09,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2016.12,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2017.03,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2017.06,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2017.09,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2017.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2018.03,1480,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2018.06,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2018.09,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2018.12,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2019.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2019.06,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2019.09,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2019.12,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2020.03,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2020.06,1883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2020.09,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2020.12,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2021.03,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2021.06,1964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2021.09,1882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2021.12,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2022.03,1978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2022.06,2326,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2022.09,2268,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2022.12,2377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2023.03,2367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2023.06,2682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2023.09,2514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2023.12,2621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2024.03,2539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NAC30P30I,2024.06,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC00B15,1987.06,15788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1987.09,16099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1987.12,16367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1988.03,16887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1988.06,16846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1988.09,17910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1988.12,17736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1989.03,18105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1989.06,18383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1989.09,18073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1989.12,18944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1990.03,19170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1990.06,18858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1990.09,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1990.12,19505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1991.03,18568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1991.06,18558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1991.09,19120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1991.12,18994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1992.03,19305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1992.06,19485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1992.09,18973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1992.12,19515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1993.03,20291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1993.06,20482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1993.09,20930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1993.12,21148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1994.03,21897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1994.06,22034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1994.09,22329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1994.12,22829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1995.03,23104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1995.06,23614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1995.09,23818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1995.12,24209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1996.03,24581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1996.06,24990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1996.09,25435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1996.12,25449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1997.03,25233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1997.06,26041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1997.09,26460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1997.12,26118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1998.03,26217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1998.06,26193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1998.09,26352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1998.12,27065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1999.03,27147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1999.06,27648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1999.09,28118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,1999.12,28284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2000.03,29129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2000.06,29160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2000.09,29594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2000.12,30433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2001.03,30574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2001.06,31634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2001.09,31529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2001.12,32529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2002.03,32965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2002.06,32915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2002.09,33810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2002.12,34009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2003.03,34435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2003.06,34962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2003.09,35648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2003.12,36449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2004.03,37436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2004.06,38044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2004.09,38636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2004.12,38911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2005.03,38994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2005.06,40277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2005.09,40793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2005.12,40699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2006.03,41144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2006.06,41780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2006.09,42292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2006.12,43651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2007.03,44176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2007.06,45262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2007.09,46578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2007.12,47180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2008.03,47565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2008.06,47486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2008.09,46898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2008.12,47502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2009.03,47461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2009.06,47483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2009.09,48254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2009.12,48673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2010.03,49830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2010.06,50108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2010.09,50429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2010.12,51146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2011.03,51599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2011.06,52483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2011.09,53311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2011.12,53614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2012.03,53597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2012.06,54398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2012.09,53902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2012.12,54054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2013.03,55153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2013.06,55694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2013.09,57549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2013.12,59587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2014.03,59841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2014.06,59957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2014.09,60303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2014.12,60801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2015.03,61631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2015.06,62915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2015.09,63543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2015.12,63714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2016.03,65250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2016.06,66230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2016.09,67130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2016.12,68066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2017.03,69939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2017.06,70429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2017.09,72115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2017.12,73869,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2018.03,74277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2018.06,75304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2018.09,75899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2018.12,76902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2019.03,78088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2019.06,79392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2019.09,80442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2019.12,81756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2020.03,81419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2020.06,73508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2020.09,83819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2020.12,84317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2021.03,86142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2021.06,88510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2021.09,86767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2021.12,91138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2022.03,91914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2022.06,94155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2022.09,96642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2022.12,98180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2023.03,98660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2023.06,101405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2023.09,102532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2023.12,102229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2024.03,103968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B15,2024.06,104614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02NSC00B21,1987.06,15620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1987.09,15743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1987.12,16071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1988.03,16258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1988.06,16289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1988.09,17073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1988.12,16895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1989.03,17542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1989.06,17993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1989.09,18191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1989.12,19004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1990.03,18868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1990.06,18859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1990.09,19058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1990.12,19224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1991.03,18264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1991.06,17945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1991.09,18107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1991.12,18147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1992.03,18989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1992.06,18792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1992.09,18422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1992.12,19091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1993.03,19535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1993.06,19748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1993.09,20149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1993.12,20539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1994.03,20973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1994.06,21339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1994.09,21820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1994.12,22217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1995.03,22501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1995.06,23078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1995.09,23374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1995.12,23691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1996.03,24364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1996.06,24552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1996.09,25103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1996.12,24902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1997.03,24986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1997.06,26607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1997.09,25760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1997.12,25611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1998.03,25984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1998.06,26108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1998.09,25788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1998.12,26591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1999.03,26892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1999.06,27619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1999.09,27887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,1999.12,29224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2000.03,28554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2000.06,28564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2000.09,29189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2000.12,29381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2001.03,29080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2001.06,29928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2001.09,30255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2001.12,31565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2002.03,32251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2002.06,31416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2002.09,32994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2002.12,33223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2003.03,33394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2003.06,34300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2003.09,34951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2003.12,35792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2004.03,36939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2004.06,37342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2004.09,38687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2004.12,39014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2005.03,39076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2005.06,40866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2005.09,41478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2005.12,41159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2006.03,41806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2006.06,41977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2006.09,42389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2006.12,43805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2007.03,44448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2007.06,45599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2007.09,46585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2007.12,46707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2008.03,47509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2008.06,48265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2008.09,47745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2008.12,47429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2009.03,46352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2009.06,46391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2009.09,46784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2009.12,47835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2010.03,48721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2010.06,48415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2010.09,49093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2010.12,50499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2011.03,50580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2011.06,51254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2011.09,52369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2011.12,52356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2012.03,53798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2012.06,53970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2012.09,53289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2012.12,53921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2013.03,54915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2013.06,55534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2013.09,57279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2013.12,57965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2014.03,58295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2014.06,59275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2014.09,60054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2014.12,60484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2015.03,60957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2015.06,62471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2015.09,62851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2015.12,63264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2016.03,64261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2016.06,65469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2016.09,66515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2016.12,67546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2017.03,69635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2017.06,69437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2017.09,70909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2017.12,73066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2018.03,74386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2018.06,75362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2018.09,76132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2018.12,76978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2019.03,77751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2019.06,79463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2019.09,80725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2019.12,81611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2020.03,80394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2020.06,71754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2020.09,82556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2020.12,84809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2021.03,90398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2021.06,89382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2021.09,89527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2021.12,94826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2022.03,98735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2022.06,99602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2022.09,101295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2022.12,103735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2023.03,104067,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2023.06,104761,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2023.09,105751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2023.12,104905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2024.03,107077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00B21,2024.06,108021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02NSC00P30,1987.06,11770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1987.09,12136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1987.12,12423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1988.03,12618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1988.06,12593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1988.09,13370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1988.12,13426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1989.03,13670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1989.06,14165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1989.09,13870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1989.12,14186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1990.03,14551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1990.06,14746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1990.09,14947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1990.12,15301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1991.03,14885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1991.06,14866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1991.09,14913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1991.12,14945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1992.03,15142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1992.06,15243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1992.09,15167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1992.12,15423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1993.03,15381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1993.06,15586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1993.09,15752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1993.12,15904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1994.03,16206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1994.06,16322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1994.09,16769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1994.12,17059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1995.03,17282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1995.06,17468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1995.09,17780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1995.12,18026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1996.03,18431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1996.06,18796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1996.09,18948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1996.12,19150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1997.03,19228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1997.06,19492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1997.09,19737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1997.12,19906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1998.03,20231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1998.06,20403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1998.09,20626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1998.12,20924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1999.03,21235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1999.06,21399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1999.09,21527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,1999.12,21706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2000.03,21695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2000.06,22067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2000.09,22456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2000.12,22642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2001.03,22692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2001.06,23241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2001.09,23568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2001.12,23792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2002.03,23853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2002.06,24544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2002.09,24912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2002.12,25259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2003.03,25603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2003.06,25937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2003.09,26382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2003.12,27081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2004.03,27673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2004.06,27854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2004.09,28579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2004.12,29106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2005.03,29484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2005.06,30323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2005.09,30628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2005.12,31213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2006.03,31699,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2006.06,32157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2006.09,32687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2006.12,33243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2007.03,33716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2007.06,34308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2007.09,34712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2007.12,35201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2008.03,35991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2008.06,36101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2008.09,36734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2008.12,37149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2009.03,36792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2009.06,37296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2009.09,37733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2009.12,38022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2010.03,38423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2010.06,38669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2010.09,39084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2010.12,39620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2011.03,40296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2011.06,40954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2011.09,41358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2011.12,41636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2012.03,41993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2012.06,42167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2012.09,42149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2012.12,42639,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2013.03,43101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2013.06,43577,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2013.09,44123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2013.12,44711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2014.03,45133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2014.06,45478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2014.09,46101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2014.12,46435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2015.03,46932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2015.06,47646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2015.09,48205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2015.12,48705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2016.03,49123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2016.06,50359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2016.09,51148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2016.12,51934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2017.03,53107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2017.06,53577,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2017.09,54415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2017.12,55294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2018.03,55867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2018.06,56945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2018.09,57958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2018.12,58864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2019.03,59205,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2019.06,60389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2019.09,61134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2019.12,62038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2020.03,62131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2020.06,57282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2020.09,63657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2020.12,65198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2021.03,68458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2021.06,69363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2021.09,67038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2021.12,71312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2022.03,74814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2022.06,74921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2022.09,76694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2022.12,77744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2023.03,79053,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2023.06,80392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2023.09,80953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2023.12,81879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2024.03,82476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P30,2024.06,83693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Final Consumption Expenditure,,,, +SNEQ.SG02NSC00P50,1987.06,3920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1987.09,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1987.12,3597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1988.03,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1988.06,3771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1988.09,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1988.12,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1989.03,3798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1989.06,3839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1989.09,4403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1989.12,4727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1990.03,4195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1990.06,4218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1990.09,4141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1990.12,3934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1991.03,3370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1991.06,2966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1991.09,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1991.12,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1992.03,3802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1992.06,3486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1992.09,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1992.12,3734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1993.03,4126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1993.06,4163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1993.09,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1993.12,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1994.03,4722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1994.06,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1994.09,5046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1994.12,5162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1995.03,5207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1995.06,5665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1995.09,5598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1995.12,5662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1996.03,5898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1996.06,5767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1996.09,6161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1996.12,5775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1997.03,5755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1997.06,6572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1997.09,6020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1997.12,5746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1998.03,5749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1998.06,5684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1998.09,5081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1998.12,5737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1999.03,5668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1999.06,6220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1999.09,6322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,1999.12,6914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2000.03,6850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2000.06,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2000.09,6690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2000.12,6728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2001.03,6458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2001.06,6640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2001.09,6613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2001.12,7694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2002.03,8463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2002.06,6772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2002.09,8064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2002.12,7875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2003.03,7957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2003.06,8342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2003.09,8555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2003.12,8606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2004.03,9416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2004.06,9503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2004.09,10041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2004.12,9781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2005.03,9757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2005.06,10598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2005.09,10844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2005.12,9872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2006.03,10213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2006.06,9834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2006.09,9707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2006.12,10481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2007.03,10750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2007.06,11447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2007.09,11888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2007.12,11373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2008.03,11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2008.06,12444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2008.09,11009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2008.12,10274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2009.03,9500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2009.06,9003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2009.09,9069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2009.12,9867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2010.03,10254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2010.06,9683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2010.09,10023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2010.12,10880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2011.03,10250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2011.06,10197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2011.09,11027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2011.12,10776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2012.03,11788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2012.06,11839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2012.09,11171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2012.12,11327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2013.03,11782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2013.06,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2013.09,13148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2013.12,13221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2014.03,13143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2014.06,13881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2014.09,13946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2014.12,14055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2015.03,13960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2015.06,14901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2015.09,14660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2015.12,14573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2016.03,15056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2016.06,15168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2016.09,15357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2016.12,15606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2017.03,16504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2017.06,15932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2017.09,16467,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2017.12,17663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2018.03,18508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2018.06,18644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2018.09,18139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2018.12,17984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2019.03,18575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2019.06,19209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2019.09,19626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2019.12,19382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2020.03,18207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2020.06,14059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2020.09,19053,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2020.12,19446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2021.03,22102,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2021.06,20002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2021.09,22590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2021.12,23311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2022.03,23920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2022.06,24947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2022.09,24647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2022.12,25831,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2023.03,24884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2023.06,24456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2023.09,24878,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2023.12,23206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2024.03,24379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P50,2024.06,24202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02NSC00P51,1987.06,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1987.09,3805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1987.12,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1988.03,3822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1988.06,3714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1988.09,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1988.12,3656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1989.03,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1989.06,3985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1989.09,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1989.12,4175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1990.03,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1990.06,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1990.09,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1990.12,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1991.03,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1991.06,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1991.09,3353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1991.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1992.03,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1992.06,3383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1992.09,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1992.12,3547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1993.03,3675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1993.06,3847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1993.09,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1993.12,4221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1994.03,4299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1994.06,4597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1994.09,4797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1994.12,4909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1995.03,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1995.06,5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1995.09,5277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1995.12,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1996.03,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1996.06,5722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1996.09,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1996.12,5610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1997.03,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1997.06,6350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1997.09,5856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1997.12,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1998.03,5565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1998.06,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1998.09,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1998.12,5522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1999.03,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1999.06,5642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1999.09,5904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,1999.12,6644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2000.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2000.06,6136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2000.09,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2000.12,6423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2001.03,5915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2001.06,6624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2001.09,6620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2001.12,7053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2002.03,7374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2002.06,7065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2002.09,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2002.12,7609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2003.03,7556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2003.06,7992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2003.09,8137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2003.12,8496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2004.03,9024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2004.06,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2004.09,9495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2004.12,9306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2005.03,9295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2005.06,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2005.09,10124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2005.12,10181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2006.03,10050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2006.06,9706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2006.09,10342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2006.12,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2007.03,10728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2007.06,10722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2007.09,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2007.12,11510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2008.03,11206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2008.06,11413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2008.09,10806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2008.12,10563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2009.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2009.06,10164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2009.09,9741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2009.12,9568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2010.03,9728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2010.06,9790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2010.09,9836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2010.12,10110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2011.03,10449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2011.06,10259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2011.09,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2011.12,10759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2012.03,11194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2012.06,11189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2012.09,11047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2012.12,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2013.03,11579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2013.06,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2013.09,12340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2013.12,12535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2014.03,12884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2014.06,13163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2014.09,13698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2014.12,13855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2015.03,13827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2015.06,14128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2015.09,14929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2015.12,14549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2016.03,14783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2016.06,15119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2016.09,15374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2016.12,15211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2017.03,15463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2017.06,15907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2017.09,16364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2017.12,17079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2018.03,17240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2018.06,17687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2018.09,17588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2018.12,18021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2019.03,18539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2019.06,18849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2019.09,18915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2019.12,19250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2020.03,18667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2020.06,15372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2020.09,19519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2020.12,19809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2021.03,20945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2021.06,21051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2021.09,20539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2021.12,23150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2022.03,23792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2022.06,23365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2022.09,24974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2022.12,24926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2023.03,25470,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2023.06,25562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2023.09,25076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2023.12,25199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2024.03,25270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P51,2024.06,25452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG02NSC00P52,1987.06,45,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1987.09,-112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1987.12,-133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1988.03,-226,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1988.06,68,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1988.09,31,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1988.12,-227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1989.03,-4,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1989.06,-165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1989.09,496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1989.12,702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1990.03,224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1990.06,85,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1990.09,110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1990.12,-134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1991.03,-245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1991.06,-175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1991.09,-97,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1991.12,-90,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1992.03,250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1992.06,135,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1992.09,-73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1992.12,160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1993.03,396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1993.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1993.09,302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1993.12,452,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1994.03,402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1994.06,394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1994.09,301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1994.12,279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1995.03,204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1995.06,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1995.09,352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1995.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1996.03,308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1996.06,4,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1996.09,563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1996.12,148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1997.03,109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1997.06,179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1997.09,203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1997.12,247,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1998.03,180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1998.06,39,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1998.09,27,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1998.12,129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1999.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1999.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1999.09,464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,1999.12,259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2000.03,195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2000.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2000.09,220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2000.12,330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2001.03,431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2001.06,99,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2001.09,36,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2001.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2002.03,966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2002.06,-123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2002.09,622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2002.12,316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2003.03,268,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2003.06,423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2003.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2003.12,150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2004.03,299,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2004.06,143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2004.09,534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2004.12,583,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2005.03,411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2005.06,475,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2005.09,749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2005.12,-274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2006.03,152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2006.06,74,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2006.09,-620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2006.12,218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2007.03,17,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2007.06,505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2007.09,678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2007.12,79,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2008.03,284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2008.06,689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2008.09,155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2008.12,-207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2009.03,-656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2009.06,-1015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2009.09,-746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2009.12,338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2010.03,509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2010.06,12,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2010.09,82,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2010.12,911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2011.03,-170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2011.06,30,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2011.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2011.12,60,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2012.03,613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2012.06,549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2012.09,73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2012.12,-7,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2013.03,206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2013.06,-29,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2013.09,870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2013.12,807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2014.03,183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2014.06,586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2014.09,400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2014.12,227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2015.03,-2,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2015.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2015.09,-100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2015.12,-6,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2016.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2016.06,101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2016.09,130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2016.12,403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2017.03,777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2017.06,138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2017.09,221,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2017.12,739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2018.03,927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2018.06,953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2018.09,651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2018.12,84,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2019.03,-314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2019.06,419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2019.09,851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2019.12,262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2020.03,-813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2020.06,-525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2020.09,-377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2020.12,-355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2021.03,815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2021.06,-844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2021.09,2251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2021.12,347,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2022.03,-92,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2022.06,1327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2022.09,-186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2022.12,1203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2023.03,-664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2023.06,-1230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2023.09,-115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2023.12,-2058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2024.03,-882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC00P52,2024.06,-1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02NSC01P51T1,1987.06,2820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1987.09,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1987.12,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1988.03,2810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1988.06,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1988.09,2687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1988.12,2599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1989.03,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1989.06,2935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1989.09,2895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1989.12,3186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1990.03,2997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1990.06,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1990.09,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1990.12,3107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1991.03,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1991.06,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1991.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1991.12,2565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1992.03,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1992.06,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1992.09,2677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1992.12,2801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1993.03,3000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1993.06,3219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1993.09,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1993.12,3533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1994.03,3672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1994.06,3882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1994.09,4001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1994.12,4174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1995.03,4211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1995.06,4362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1995.09,4423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1995.12,4596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1996.03,4727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1996.06,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1996.09,4653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1996.12,4619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1997.03,4622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1997.06,4655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1997.09,4712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1997.12,4354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1998.03,4421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1998.06,4375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1998.09,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1998.12,4362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1999.03,4489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1999.06,4532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1999.09,4716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,1999.12,4782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2000.03,5343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2000.06,5120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2000.09,5395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2000.12,5245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2001.03,4877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2001.06,5309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2001.09,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2001.12,5422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2002.03,5176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2002.06,5206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2002.09,5610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2002.12,5700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2003.03,5988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2003.06,6114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2003.09,6401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2003.12,6675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2004.03,6875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2004.06,7382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2004.09,7366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2004.12,7002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2005.03,7481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2005.06,7561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2005.09,7578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2005.12,7649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2006.03,7601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2006.06,7574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2006.09,7855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2006.12,8165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2007.03,8407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2007.06,8326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2007.09,8818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2007.12,8974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2008.03,8745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2008.06,8981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2008.09,7950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2008.12,7592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2009.03,7156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2009.06,7000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2009.09,6765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2009.12,6558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2010.03,6691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2010.06,6717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2010.09,6933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2010.12,6948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2011.03,7144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2011.06,7078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2011.09,7399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2011.12,7652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2012.03,8076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2012.06,8529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2012.09,8017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2012.12,8574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2013.03,8633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2013.06,8819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2013.09,9048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2013.12,9491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2014.03,9709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2014.06,9985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2014.09,10266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2014.12,10544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2015.03,10408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2015.06,10665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2015.09,11111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2015.12,11085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2016.03,11413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2016.06,11635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2016.09,11650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2016.12,11652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2017.03,11876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2017.06,12054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2017.09,12502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2017.12,12852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2018.03,13155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2018.06,13685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2018.09,13533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2018.12,13918,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2019.03,14510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2019.06,14544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2019.09,14654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2019.12,14816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2020.03,14035,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2020.06,11668,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2020.09,14737,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2020.12,14977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2021.03,16105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2021.06,16243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2021.09,15464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2021.12,17950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2022.03,18591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2022.06,18352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2022.09,19817,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2022.12,19518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2023.03,19679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2023.06,20068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2023.09,19146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2023.12,19290,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2024.03,19359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T1,2024.06,19294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02NSC01P51T4,1987.06,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1987.09,3805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1987.12,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1988.03,3822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1988.06,3714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1988.09,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1988.12,3656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1989.03,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1989.06,3985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1989.09,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1989.12,4175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1990.03,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1990.06,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1990.09,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1990.12,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1991.03,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1991.06,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1991.09,3353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1991.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1992.03,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1992.06,3383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1992.09,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1992.12,3547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1993.03,3675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1993.06,3847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1993.09,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1993.12,4221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1994.03,4299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1994.06,4597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1994.09,4797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1994.12,4909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1995.03,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1995.06,5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1995.09,5277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1995.12,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1996.03,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1996.06,5722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1996.09,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1996.12,5610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1997.03,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1997.06,6350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1997.09,5856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1997.12,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1998.03,5565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1998.06,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1998.09,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1998.12,5522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1999.03,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1999.06,5642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1999.09,5904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,1999.12,6644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2000.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2000.06,6136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2000.09,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2000.12,6423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2001.03,5915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2001.06,6624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2001.09,6620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2001.12,7053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2002.03,7374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2002.06,7065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2002.09,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2002.12,7609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2003.03,7556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2003.06,7992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2003.09,8137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2003.12,8496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2004.03,9024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2004.06,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2004.09,9495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2004.12,9306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2005.03,9295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2005.06,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2005.09,10124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2005.12,10181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2006.03,10050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2006.06,9706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2006.09,10342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2006.12,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2007.03,10728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2007.06,10722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2007.09,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2007.12,11510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2008.03,11206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2008.06,11413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2008.09,10806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2008.12,10563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2009.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2009.06,10164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2009.09,9741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2009.12,9568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2010.03,9728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2010.06,9790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2010.09,9836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2010.12,10110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2011.03,10449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2011.06,10259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2011.09,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2011.12,10759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2012.03,11194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2012.06,11189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2012.09,11047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2012.12,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2013.03,11579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2013.06,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2013.09,12340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2013.12,12535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2014.03,12884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2014.06,13163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2014.09,13698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2014.12,13855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2015.03,13827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2015.06,14128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2015.09,14929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2015.12,14549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2016.03,14783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2016.06,15119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2016.09,15374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2016.12,15211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2017.03,15463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2017.06,15907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2017.09,16364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2017.12,17079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2018.03,17240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2018.06,17687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2018.09,17588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2018.12,18021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2019.03,18539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2019.06,18849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2019.09,18915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2019.12,19250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2020.03,18667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2020.06,15372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2020.09,19519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2020.12,19809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2021.03,20945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2021.06,21051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2021.09,20539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2021.12,23150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2022.03,23792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2022.06,23365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2022.09,24974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2022.12,24926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2023.03,25470,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2023.06,25562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2023.09,25076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2023.12,25199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2024.03,25270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T4,2024.06,25452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02NSC01P51T5,1987.06,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1987.09,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1987.12,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1988.03,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1988.06,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1988.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1988.12,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1989.03,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1989.06,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1989.09,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1989.12,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1990.03,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1990.06,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1990.09,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1990.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1991.03,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1991.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1991.09,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1991.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1992.03,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1992.06,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1992.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1992.12,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1993.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1993.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1993.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1993.12,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1994.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1994.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1994.09,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1994.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1995.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1995.06,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1995.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1995.12,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1996.03,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1996.06,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1996.09,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1996.12,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1997.03,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1997.06,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1997.09,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1997.12,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1998.03,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1998.06,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1998.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1998.12,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1999.03,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1999.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1999.09,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,1999.12,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2000.03,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2000.06,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2000.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2000.12,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2001.03,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2001.06,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2001.09,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2001.12,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2002.03,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2002.06,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2002.09,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2002.12,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2003.03,1753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2003.06,1894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2003.09,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2003.12,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2004.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2004.06,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2004.09,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2004.12,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2005.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2005.06,2487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2005.09,2419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2005.12,2505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2006.03,2497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2006.06,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2006.09,2358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2006.12,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2007.03,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2007.06,2534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2007.09,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2007.12,2512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2008.03,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2008.06,2629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2008.09,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2008.12,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2009.03,2968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2009.06,3277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2009.09,2881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2009.12,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2010.03,2947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2010.06,3201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2010.09,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2010.12,3246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2011.03,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2011.06,3331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2011.09,2831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2011.12,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2012.03,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2012.06,2851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2012.09,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2012.12,2790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2013.03,2866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2013.06,3294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2013.09,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2013.12,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2014.03,3120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2014.06,3327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2014.09,3348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2014.12,3305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2015.03,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2015.06,3575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2015.09,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2015.12,3479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2016.03,3305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2016.06,3557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2016.09,3717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2016.12,3594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2017.03,3498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2017.06,3882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2017.09,3907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2017.12,4292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2018.03,3937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2018.06,4038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2018.09,4112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2018.12,4166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2019.03,3856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2019.06,4384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2019.09,4288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2019.12,4526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2020.03,4409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2020.06,3799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2020.09,4772,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2020.12,4948,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2021.03,4595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2021.06,4990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2021.09,5011,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2021.12,5352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2022.03,4932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2022.06,5231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2022.09,5026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2022.12,5563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2023.03,5528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2023.06,5719,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2023.09,5814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2023.12,6069,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2024.03,5698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC01P51T5,2024.06,6313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02NSC10P52A1,1987.06,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1987.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1987.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1988.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1988.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1988.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1988.12,-45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1989.03,-27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1989.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1989.09,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1989.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1990.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1990.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1990.09,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1990.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1991.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1991.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1991.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1991.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1992.03,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1992.06,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1992.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1992.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1993.03,-49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1993.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1993.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1993.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1994.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1994.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1994.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1994.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1995.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1995.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1995.09,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1995.12,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1996.03,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1996.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1996.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1996.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1997.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1997.06,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1997.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1997.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1998.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1998.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1998.09,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1998.12,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1999.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1999.09,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,1999.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2000.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2000.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2000.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2000.12,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2001.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2001.06,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2001.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2001.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2002.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2002.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2002.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2002.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2003.03,-107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2003.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2003.09,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2003.12,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2004.03,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2004.06,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2004.09,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2004.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2005.03,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2005.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2005.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2005.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2006.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2006.06,-22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2006.09,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2006.12,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2007.03,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2007.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2007.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2007.12,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2008.03,-22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2008.06,-153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2008.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2008.12,-32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2009.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2009.06,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2009.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2009.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2010.03,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2010.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2010.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2010.12,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2011.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2011.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2011.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2011.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2012.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2012.06,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2012.09,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2012.12,-84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2013.03,-51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2013.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2013.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2013.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2014.03,-70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2014.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2014.09,-33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2014.12,-70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2015.03,-130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2015.06,-53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2015.09,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2015.12,-34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2016.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2016.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2016.09,-60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2016.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2017.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2017.06,-60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2017.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2017.12,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2018.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2018.06,-104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2018.09,-11,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2018.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2019.03,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2019.06,3,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2019.09,-57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2019.12,-5,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2020.03,-43,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2020.06,-32,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2020.09,39,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2020.12,4,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2021.03,-75,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2021.06,13,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2021.09,-54,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2021.12,-74,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2022.03,-11,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2022.06,-63,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2022.09,-84,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2022.12,-88,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2023.03,-29,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2023.06,-81,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2023.09,-158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2023.12,-123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2024.03,-89,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52A1,2024.06,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02NSC10P52B1,1987.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1987.09,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1987.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1988.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1988.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1988.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1988.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1989.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1989.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1989.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1989.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1990.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1990.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1990.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1990.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1991.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1991.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1991.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1991.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1992.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1992.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1992.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1992.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1993.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1993.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1993.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1993.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1994.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1994.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1994.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1994.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1995.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1995.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1995.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1995.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1996.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1996.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1996.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1996.12,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1997.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1997.06,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1997.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1997.12,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1998.03,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1998.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1998.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1998.12,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1999.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1999.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1999.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,1999.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2000.03,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2000.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2000.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2000.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2001.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2001.06,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2001.09,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2001.12,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2002.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2002.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2002.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2002.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2003.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2003.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2003.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2003.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2004.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2004.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2004.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2004.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2005.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2005.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2005.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2005.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2006.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2006.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2006.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2006.12,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2007.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2007.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2007.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2007.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2008.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2008.06,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2008.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2008.12,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2009.03,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2009.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2009.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2009.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2010.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2010.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2010.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2010.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2011.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2011.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2011.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2011.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2012.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2012.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2012.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2012.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2013.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2013.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2013.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2013.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2014.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2014.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2014.09,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2014.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2015.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2015.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2015.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2015.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2016.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2016.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2016.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2016.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2017.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2017.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2017.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2017.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2018.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2018.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2018.09,-29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2018.12,-23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2019.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2019.06,12,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2019.09,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2019.12,16,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2020.03,21,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2020.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2020.09,-18,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2020.12,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2021.03,-97,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2021.06,-97,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2021.09,-70,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2021.12,-73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2022.03,-93,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2022.06,-45,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2022.09,-64,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2022.12,-52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2023.03,-23,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2023.06,-35,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2023.09,-20,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2023.12,-41,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2024.03,-63,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52B1,2024.06,-53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02NSC10P52C1,1987.06,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1987.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1987.12,-272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1988.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1988.06,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1988.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1988.12,-284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1989.03,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1989.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1989.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1989.12,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1990.03,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1990.06,-76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1990.09,-77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1990.12,-333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1991.03,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1991.06,-171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1991.09,-55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1991.12,-96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1992.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1992.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1992.09,-124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1992.12,-213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1993.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1993.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1993.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1993.12,-41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1994.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1994.06,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1994.09,-131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1994.12,-42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1995.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1995.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1995.09,-291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1995.12,-85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1996.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1996.06,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1996.09,-98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1996.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1997.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1997.06,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1997.09,-103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1997.12,-158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1998.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1998.06,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1998.09,-277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1998.12,-180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1999.03,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1999.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1999.09,-243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,1999.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2000.03,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2000.06,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2000.09,-344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2000.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2001.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2001.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2001.09,-445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2001.12,-33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2002.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2002.06,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2002.09,-23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2002.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2003.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2003.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2003.09,-30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2003.12,-87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2004.03,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2004.06,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2004.09,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2004.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2005.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2005.06,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2005.09,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2005.12,-267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2006.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2006.06,-125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2006.09,-728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2006.12,-79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2007.03,-177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2007.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2007.09,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2007.12,-204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2008.03,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2008.06,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2008.09,-334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2008.12,-41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2009.03,-194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2009.06,-744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2009.09,-399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2009.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2010.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2010.06,-168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2010.09,-120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2010.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2011.03,-253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2011.06,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2011.09,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2011.12,-296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2012.03,578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2012.06,66,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2012.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2012.12,-150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2013.03,20,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2013.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2013.09,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2013.12,519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2014.03,-138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2014.06,138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2014.09,162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2014.12,-119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2015.03,-68,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2015.06,658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2015.09,-415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2015.12,-383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2016.03,54,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2016.06,170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2016.09,-67,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2016.12,-171,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2017.03,346,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2017.06,-122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2017.09,-146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2017.12,257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2018.03,483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2018.06,601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2018.09,320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2018.12,-245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2019.03,-197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2019.06,264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2019.09,482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2019.12,294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2020.03,-138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2020.06,100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2020.09,578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2020.12,-199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2021.03,88,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2021.06,-853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2021.09,738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2021.12,408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2022.03,20,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2022.06,303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2022.09,-674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2022.12,1246,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2023.03,-351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2023.06,-83,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2023.09,-256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2023.12,-770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2024.03,-360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52C1,2024.06,-969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02NSC10P52D1,1987.06,-263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1987.09,-509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1987.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1988.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1988.06,-176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1988.09,-568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1988.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1989.03,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1989.06,-559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1989.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1989.12,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1990.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1990.06,-275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1990.09,-250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1990.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1991.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1991.06,-480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1991.09,-608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1991.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1992.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1992.06,-246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1992.09,-586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1992.12,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1993.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1993.06,-374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1993.09,-462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1993.12,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1994.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1994.06,-347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1994.09,-398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1994.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1995.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1995.06,-347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1995.09,-107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1995.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1996.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1996.06,-586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1996.09,-138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1996.12,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1997.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1997.06,-427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1997.09,-463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1997.12,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1998.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1998.06,-458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1998.09,-518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1998.12,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1999.03,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1999.06,-120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1999.09,-72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,1999.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2000.03,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2000.06,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2000.09,-293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2000.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2001.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2001.06,-463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2001.09,-309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2001.12,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2002.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2002.06,-753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2002.09,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2002.12,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2003.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2003.06,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2003.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2003.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2004.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2004.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2004.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2004.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2005.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2005.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2005.09,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2005.12,-68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2006.03,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2006.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2006.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2006.12,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2007.03,-90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2007.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2007.09,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2007.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2008.03,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2008.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2008.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2008.12,-277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2009.03,-800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2009.06,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2009.09,-283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2009.12,-85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2010.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2010.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2010.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2010.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2011.03,-299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2011.06,-172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2011.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2011.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2012.03,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2012.06,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2012.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2012.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2013.03,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2013.06,-69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2013.09,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2013.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2014.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2014.06,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2014.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2014.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2015.03,-139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2015.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2015.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2015.12,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2016.03,-337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2016.06,-171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2016.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2016.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2017.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2017.06,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2017.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2017.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2018.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2018.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2018.09,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2018.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2019.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2019.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2019.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2019.12,-139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2020.03,-526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2020.06,-755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2020.09,-1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2020.12,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2021.03,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2021.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2021.09,1753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2021.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2022.03,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2022.06,988,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2022.09,890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2022.12,-67,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2023.03,-261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2023.06,-1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2023.09,626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2023.12,-1264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2024.03,-446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52D1,2024.06,-272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02NSC10P52E1,1987.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1987.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1987.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1988.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1988.06,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1988.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1988.12,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1989.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1989.06,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1989.09,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1989.12,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1990.03,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1990.06,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1990.09,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1990.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1991.03,-22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1991.06,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1991.09,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1991.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1992.03,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1992.06,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1992.09,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1992.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1993.03,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1993.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1993.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1993.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1994.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1994.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1994.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1994.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1995.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1995.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1995.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1995.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1996.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1996.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1996.09,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1996.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1997.03,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1997.06,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1997.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1997.12,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1998.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1998.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1998.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1998.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1999.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1999.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1999.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,1999.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2000.03,-11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2000.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2000.09,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2000.12,-34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2001.03,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2001.06,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2001.09,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2001.12,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2002.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2002.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2002.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2002.12,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2003.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2003.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2003.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2003.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2004.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2004.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2004.09,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2004.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2005.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2005.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2005.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2005.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2006.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2006.06,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2006.09,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2006.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2007.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2007.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2007.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2007.12,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2008.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2008.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2008.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2008.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2009.03,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2009.06,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2009.09,-26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2009.12,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2010.03,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2010.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2010.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2010.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2011.03,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2011.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2011.09,-44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2011.12,-55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2012.03,-93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2012.06,-57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2012.09,-78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2012.12,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2013.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2013.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2013.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2013.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2014.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2014.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2014.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2014.12,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2015.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2015.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2015.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2015.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2016.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2016.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2016.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2016.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2017.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2017.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2017.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2017.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2018.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2018.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2018.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2018.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2019.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2019.06,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2019.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2019.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2020.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2020.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2020.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2020.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2021.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2021.06,-148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2021.09,-137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2021.12,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2022.03,-120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2022.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2022.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2022.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2023.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2023.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2023.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2023.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2024.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC10P52E1,2024.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02NSC11P51AN1110,1987.06,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1987.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1987.12,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1988.03,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1988.06,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1988.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1988.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1989.03,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1989.06,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1989.09,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1989.12,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1990.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1990.06,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1990.09,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1990.12,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1991.03,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1991.06,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1991.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1991.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1992.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1992.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1992.09,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1992.12,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1993.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1993.06,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1993.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1993.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1994.03,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1994.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1994.09,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1994.12,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1995.03,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1995.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1995.09,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1995.12,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1996.03,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1996.06,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1996.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1996.12,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1997.03,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1997.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1997.09,1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1997.12,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1998.03,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1998.06,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1998.09,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1998.12,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1999.03,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1999.06,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1999.09,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,1999.12,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2000.03,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2000.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2000.09,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2000.12,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2001.03,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2001.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2001.09,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2001.12,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2002.03,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2002.06,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2002.09,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2002.12,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2003.03,2054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2003.06,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2003.09,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2003.12,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2004.03,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2004.06,2640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2004.09,2565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2004.12,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2005.03,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2005.06,2642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2005.09,2550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2005.12,2639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2006.03,2696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2006.06,2593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2006.09,2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2006.12,2844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2007.03,2847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2007.06,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2007.09,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2007.12,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2008.03,2805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2008.06,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2008.09,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2008.12,2224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2009.03,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2009.06,2190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2009.09,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2009.12,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2010.03,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2010.06,2394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2010.09,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2010.12,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2011.03,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2011.06,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2011.09,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2011.12,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2012.03,2490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2012.06,2610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2012.09,2729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2012.12,2963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2013.03,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2013.06,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2013.09,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2013.12,3505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2014.03,3684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2014.06,3791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2014.09,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2014.12,3958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2015.03,4079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2015.06,4151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2015.09,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2015.12,4456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2016.03,4756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2016.06,5057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2016.09,5095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2016.12,5149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2017.03,5140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2017.06,5150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2017.09,5300,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2017.12,5334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2018.03,5307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2018.06,5327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2018.09,5343,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2018.12,5447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2019.03,5784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2019.06,5813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2019.09,5810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2019.12,5982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2020.03,5705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2020.06,4693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2020.09,6419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2020.12,6813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2021.03,7004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2021.06,7141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2021.09,6649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2021.12,7556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2022.03,7722,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2022.06,7908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2022.09,8361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2022.12,8087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2023.03,8068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2023.06,8158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2023.09,8100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2023.12,7971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2024.03,7952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1110,2024.06,7931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1987.06,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1987.09,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1987.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1988.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1988.06,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1988.09,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1988.12,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1989.03,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1989.06,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1989.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1989.12,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1990.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1990.06,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1990.09,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1990.12,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1991.03,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1991.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1991.09,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1991.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1992.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1992.06,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1992.09,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1992.12,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1993.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1993.06,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1993.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1993.12,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1994.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1994.06,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1994.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1994.12,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1995.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1995.06,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1995.09,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1995.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1996.03,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1996.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1996.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1996.12,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1997.03,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1997.06,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1997.09,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1997.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1998.03,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1998.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1998.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1998.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1999.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1999.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1999.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,1999.12,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2000.03,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2000.06,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2000.09,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2000.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2001.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2001.06,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2001.09,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2001.12,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2002.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2002.06,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2002.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2002.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2003.03,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2003.06,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2003.09,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2003.12,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2004.03,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2004.06,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2004.09,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2004.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2005.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2005.06,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2005.09,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2005.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2006.03,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2006.06,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2006.09,1334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2006.12,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2007.03,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2007.06,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2007.09,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2007.12,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2008.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2008.06,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2008.09,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2008.12,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2009.03,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2009.06,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2009.09,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2009.12,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2010.03,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2010.06,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2010.09,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2010.12,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2011.03,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2011.06,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2011.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2011.12,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2012.03,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2012.06,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2012.09,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2012.12,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2013.03,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2013.06,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2013.09,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2013.12,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2014.03,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2014.06,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2014.09,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2014.12,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2015.03,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2015.06,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2015.09,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2015.12,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2016.03,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2016.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2016.09,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2016.12,2010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2017.03,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2017.06,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2017.09,1950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2017.12,2039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2018.03,2045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2018.06,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2018.09,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2018.12,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2019.03,2554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2019.06,2458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2019.09,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2019.12,2491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2020.03,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2020.06,1849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2020.09,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2020.12,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2021.03,2413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2021.06,2428,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2021.09,2222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2021.12,2605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2022.03,2612,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2022.06,2767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2022.09,3014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2022.12,3075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2023.03,3295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2023.06,3419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2023.09,3269,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2023.12,3530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2024.03,3510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1120,2024.06,3484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02NSC11P51AN1130,1987.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1987.09,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1987.12,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1988.03,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1988.06,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1988.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1988.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1989.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1989.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1989.09,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1989.12,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1990.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1990.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1990.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1990.12,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1991.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1991.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1991.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1991.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1992.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1992.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1992.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1992.12,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1993.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1993.06,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1993.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1993.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1994.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1994.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1994.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1994.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1995.03,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1995.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1995.09,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1995.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1996.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1996.06,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1996.09,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1996.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1997.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1997.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1997.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1997.12,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1998.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1998.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1998.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1998.12,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1999.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1999.06,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1999.09,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,1999.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2000.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2000.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2000.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2000.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2001.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2001.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2001.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2001.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2002.03,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2002.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2002.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2002.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2003.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2003.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2003.09,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2003.12,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2004.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2004.06,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2004.09,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2004.12,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2005.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2005.06,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2005.09,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2005.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2006.03,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2006.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2006.09,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2006.12,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2007.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2007.06,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2007.09,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2007.12,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2008.03,1666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2008.06,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2008.09,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2008.12,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2009.03,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2009.06,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2009.09,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2009.12,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2010.03,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2010.06,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2010.09,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2010.12,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2011.03,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2011.06,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2011.09,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2011.12,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2012.03,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2012.06,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2012.09,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2012.12,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2013.03,1864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2013.06,1877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2013.09,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2013.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2014.03,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2014.06,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2014.09,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2014.12,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2015.03,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2015.06,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2015.09,1730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2015.12,1707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2016.03,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2016.06,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2016.09,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2016.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2017.03,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2017.06,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2017.09,2140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2017.12,2242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2018.03,2327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2018.06,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2018.09,2365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2018.12,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2019.03,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2019.06,2477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2019.09,2571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2019.12,2641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2020.03,2700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2020.06,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2020.09,2999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2020.12,2862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2021.03,2947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2021.06,3029,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2021.09,3016,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2021.12,3213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2022.03,3230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2022.06,3093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2022.09,3183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2022.12,3339,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2023.03,3410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2023.06,3534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2023.09,3504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2023.12,3581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2024.03,3600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1130,2024.06,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02NSC11P51AN1140,1987.06,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1987.09,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1987.12,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1988.03,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1988.06,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1988.09,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1988.12,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1989.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1989.06,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1989.09,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1989.12,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1990.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1990.06,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1990.09,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1990.12,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1991.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1991.06,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1991.09,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1991.12,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1992.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1992.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1992.09,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1992.12,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1993.03,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1993.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1993.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1993.12,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1994.03,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1994.06,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1994.09,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1994.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1995.03,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1995.06,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1995.09,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1995.12,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1996.03,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1996.06,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1996.09,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1996.12,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1997.03,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1997.06,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1997.09,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1997.12,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1998.03,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1998.06,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1998.09,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1998.12,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1999.03,1642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1999.06,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1999.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,1999.12,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2000.03,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2000.06,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2000.09,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2000.12,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2001.03,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2001.06,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2001.09,1917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2001.12,2110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2002.03,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2002.06,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2002.09,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2002.12,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2003.03,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2003.06,2033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2003.09,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2003.12,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2004.03,2227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2004.06,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2004.09,2397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2004.12,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2005.03,2418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2005.06,2448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2005.09,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2005.12,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2006.03,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2006.06,2469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2006.09,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2006.12,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2007.03,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2007.06,2472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2007.09,2699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2007.12,2762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2008.03,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2008.06,3270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2008.09,2640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2008.12,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2009.03,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2009.06,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2009.09,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2009.12,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2010.03,2202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2010.06,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2010.09,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2010.12,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2011.03,2564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2011.06,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2011.09,2557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2011.12,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2012.03,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2012.06,2960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2012.09,2356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2012.12,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2013.03,2420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2013.06,2489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2013.09,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2013.12,2771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2014.03,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2014.06,2631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2014.09,2777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2014.12,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2015.03,2598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2015.06,2864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2015.09,3147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2015.12,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2016.03,2938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2016.06,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2016.09,2807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2016.12,2737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2017.03,2971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2017.06,3014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2017.09,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2017.12,3316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2018.03,3274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2018.06,3380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2018.09,3406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2018.12,3480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2019.03,3476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2019.06,3649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2019.09,3491,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2019.12,3604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2020.03,3555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2020.06,2837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2020.09,3436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2020.12,3362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2021.03,3773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2021.06,3682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2021.09,3655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2021.12,4164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2022.03,4383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2022.06,4355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2022.09,4482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2022.12,4613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2023.03,4628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2023.06,4258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2023.09,4385,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2023.12,4134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2024.03,4246,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1140,2024.06,4350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02NSC11P51AN1150,1987.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1987.09,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1987.12,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1988.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1988.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1988.09,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1988.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1989.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1989.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1989.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1989.12,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1990.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1990.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1990.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1990.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1991.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1991.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1991.09,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1991.12,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1992.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1992.06,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1992.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1992.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1993.03,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1993.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1993.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1993.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1994.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1994.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1994.09,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1994.12,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1995.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1995.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1995.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1995.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1996.03,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1996.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1996.09,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1996.12,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1997.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1997.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1997.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1997.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1998.03,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1998.06,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1998.09,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1998.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1999.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1999.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1999.09,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,1999.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2000.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2000.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2000.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2000.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2001.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2001.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2001.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2001.12,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2002.03,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2002.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2002.09,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2002.12,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2003.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2003.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2003.09,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2003.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2004.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2004.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2004.09,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2004.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2005.03,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2005.06,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2005.09,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2005.12,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2006.03,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2006.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2006.09,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2006.12,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2007.03,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2007.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2007.09,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2007.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2008.03,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2008.06,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2008.09,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2008.12,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2009.03,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2009.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2009.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2009.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2010.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2010.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2010.09,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2010.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2011.03,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2011.06,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2011.09,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2011.12,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2012.03,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2012.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2012.09,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2012.12,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2013.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2013.06,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2013.09,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2013.12,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2014.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2014.06,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2014.09,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2014.12,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2015.03,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2015.06,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2015.09,1710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2015.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2016.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2016.06,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2016.09,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2016.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2017.03,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2017.06,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2017.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2017.12,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2018.03,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2018.06,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2018.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2018.12,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2019.03,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2019.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2019.09,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2019.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2020.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2020.06,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2020.09,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2020.12,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2021.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2021.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2021.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2021.12,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2022.03,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2022.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2022.09,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2022.12,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2023.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2023.06,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2023.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2023.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2024.03,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1150,2024.06,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02NSC11P51AN1170,1987.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1987.09,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1987.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1988.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1988.06,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1988.09,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1988.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1989.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1989.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1989.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1989.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1990.03,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1990.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1990.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1990.12,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1991.03,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1991.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1991.09,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1991.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1992.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1992.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1992.09,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1992.12,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1993.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1993.06,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1993.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1993.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1994.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1994.06,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1994.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1994.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1995.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1995.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1995.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1995.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1996.03,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1996.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1996.09,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1996.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1997.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1997.06,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1997.09,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1997.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1998.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1998.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1998.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1998.12,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1999.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1999.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1999.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,1999.12,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2000.03,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2000.06,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2000.09,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2000.12,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2001.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2001.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2001.09,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2001.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2002.03,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2002.06,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2002.09,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2002.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2003.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2003.06,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2003.09,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2003.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2004.03,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2004.06,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2004.09,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2004.12,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2005.03,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2005.06,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2005.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2005.12,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2006.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2006.06,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2006.09,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2006.12,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2007.03,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2007.06,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2007.09,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2007.12,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2008.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2008.06,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2008.09,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2008.12,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2009.03,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2009.06,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2009.09,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2009.12,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2010.03,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2010.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2010.09,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2010.12,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2011.03,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2011.06,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2011.09,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2011.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2012.03,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2012.06,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2012.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2012.12,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2013.03,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2013.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2013.09,1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2013.12,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2014.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2014.06,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2014.09,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2014.12,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2015.03,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2015.06,2003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2015.09,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2015.12,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2016.03,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2016.06,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2016.09,2184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2016.12,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2017.03,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2017.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2017.09,2352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2017.12,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2018.03,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2018.06,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2018.09,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2018.12,2661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2019.03,2558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2019.06,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2019.09,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2019.12,2827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2020.03,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2020.06,2722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2020.09,2980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2020.12,3085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2021.03,3061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2021.06,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2021.09,3252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2021.12,3495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2022.03,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2022.06,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2022.09,3725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2022.12,3636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2023.03,3551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2023.06,3794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2023.09,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2023.12,3905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2024.03,3897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1170,2024.06,3936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02NSC11P51AN1180,1987.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1987.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1987.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1988.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1988.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1988.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1988.12,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1989.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1989.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1989.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1989.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1990.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1990.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1990.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1990.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1991.03,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1991.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1991.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1991.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1992.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1992.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1992.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1992.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1993.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1993.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1993.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1993.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1994.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1994.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1994.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1994.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1995.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1995.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1995.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1995.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1996.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1996.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1996.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1996.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1997.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1997.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1997.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1997.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1998.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1998.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1998.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1998.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1999.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1999.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1999.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,1999.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2000.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2000.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2000.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2000.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2001.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2001.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2001.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2001.12,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2002.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2002.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2002.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2002.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2003.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2003.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2003.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2003.12,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2004.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2004.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2004.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2004.12,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2005.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2005.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2005.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2005.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2006.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2006.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2006.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2006.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2007.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2007.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2007.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2007.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2008.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2008.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2008.09,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2008.12,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2009.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2009.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2009.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2009.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2010.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2010.06,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2010.09,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2010.12,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2011.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2011.06,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2011.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2011.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2012.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2012.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2012.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2012.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2013.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2013.06,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2013.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2013.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2014.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2014.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2014.09,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2014.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2015.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2015.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2015.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2015.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2016.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2016.06,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2016.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2016.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2017.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2017.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2017.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2017.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2018.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2018.06,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2018.09,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2018.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2019.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2019.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2019.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2019.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2020.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2020.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2020.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2020.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2021.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2021.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2021.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2021.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2022.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2022.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2022.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2022.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2023.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2023.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2023.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2023.12,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2024.03,220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1180,2024.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02NSC11P51AN1190,1987.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1987.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1987.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1988.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1988.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1988.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1988.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1989.03,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1989.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1989.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1989.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1990.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1990.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1990.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1990.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1991.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1991.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1991.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1991.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1992.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1992.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1992.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1992.12,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1993.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1993.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1993.09,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1993.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1994.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1994.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1994.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1994.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1995.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1995.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1995.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1995.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1996.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1996.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1996.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1996.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1997.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1997.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1997.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1997.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1998.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1998.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1998.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1998.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,1999.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2000.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2000.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2000.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2001.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2001.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2001.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2001.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2002.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2002.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2002.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2002.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2003.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2003.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2003.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2003.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2004.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2004.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2004.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2004.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2005.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2005.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2005.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2005.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2006.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2006.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2006.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2006.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2007.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2007.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2007.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2007.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2008.03,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2008.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2008.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2008.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2009.03,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2009.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2009.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2009.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2010.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2010.06,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2010.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2010.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2011.03,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2011.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2011.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2011.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2012.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2012.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2012.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2012.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2013.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2013.06,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2013.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2013.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2014.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2014.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2014.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2014.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2015.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2015.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2015.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2015.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2016.03,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2016.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2016.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2016.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2017.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2017.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2017.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2017.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2018.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2018.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2018.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2018.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2019.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2019.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2019.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2019.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2020.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2020.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2020.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2020.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2021.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2021.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2021.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2021.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2022.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2022.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2022.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2022.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2023.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2023.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2023.09,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2023.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2024.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1190,2024.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02NSC11P51AN1199,1987.06,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1987.09,3105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1987.12,2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1988.03,3115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1988.06,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1988.09,3059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1988.12,2934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1989.03,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1989.06,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1989.09,3067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1989.12,3292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1990.03,3128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1990.06,3131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1990.09,3152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1990.12,3195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1991.03,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1991.06,2545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1991.09,2627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1991.12,2537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1992.03,2723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1992.06,2637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1992.09,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1992.12,2726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1993.03,2858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1993.06,2995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1993.09,3150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1993.12,3208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1994.03,3299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1994.06,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1994.09,3548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1994.12,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1995.03,3778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1995.06,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1995.09,4027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1995.12,4168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1996.03,4272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1996.06,4277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1996.09,4255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1996.12,4180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1997.03,4174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1997.06,4825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1997.09,4317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1997.12,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1998.03,4182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1998.06,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1998.09,3958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1998.12,4245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1999.03,4255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1999.06,4246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1999.09,4420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,1999.12,5118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2000.03,4759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2000.06,4706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2000.09,5010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2000.12,5115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2001.03,4589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2001.06,5324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2001.09,5300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2001.12,5429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2002.03,5854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2002.06,5457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2002.09,5550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2002.12,5673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2003.03,5529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2003.06,5830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2003.09,5819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2003.12,6118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2004.03,6656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2004.06,6702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2004.09,6897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2004.12,6795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2005.03,6695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2005.06,7360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2005.09,7512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2005.12,7549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2006.03,7387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2006.06,7136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2006.09,7539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2006.12,7527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2007.03,7916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2007.06,7781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2007.09,8137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2007.12,8466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2008.03,8405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2008.06,8805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2008.09,8304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2008.12,8344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2009.03,7898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2009.06,7944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2009.09,7630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2009.12,7296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2010.03,7487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2010.06,7360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2010.09,7618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2010.12,7939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2011.03,8179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2011.06,8065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2011.09,8103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2011.12,8307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2012.03,8628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2012.06,8600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2012.09,8346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2012.12,8380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2013.03,8391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2013.06,8737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2013.09,8976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2013.12,9022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2014.03,9207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2014.06,9405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2014.09,9776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2014.12,9903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2015.03,9786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2015.06,9997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2015.09,10499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2015.12,10112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2016.03,10063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2016.06,10065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2016.09,10227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2016.12,10086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2017.03,10355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2017.06,10728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2017.09,11056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2017.12,11751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2018.03,11960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2018.06,12321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2018.09,12276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2018.12,12561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2019.03,12743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2019.06,13035,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2019.09,13137,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2019.12,13261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2020.03,12900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2020.06,10726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2020.09,13106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2020.12,12993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2021.03,13849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2021.06,14021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2021.09,13866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2021.12,15609,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2022.03,15951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2022.06,15586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2022.09,16579,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2022.12,16845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2023.03,17297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2023.06,17518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2023.09,16956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2023.12,17222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2024.03,17259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC11P51AN1199,2024.06,17580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02NSC14P30A01E,1987.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1987.09,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1987.12,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1988.03,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1988.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1988.09,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1988.12,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1989.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1989.06,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1989.09,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1989.12,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1990.03,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1990.06,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1990.09,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1990.12,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1991.03,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1991.06,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1991.09,1584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1991.12,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1992.03,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1992.06,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1992.09,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1992.12,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1993.03,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1993.06,1663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1993.09,1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1993.12,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1994.03,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1994.06,1743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1994.09,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1994.12,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1995.03,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1995.06,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1995.09,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1995.12,1867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1996.03,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1996.06,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1996.09,2003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1996.12,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1997.03,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1997.06,2059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1997.09,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1997.12,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1998.03,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1998.06,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1998.09,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1998.12,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1999.03,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1999.06,2221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1999.09,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,1999.12,2258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2000.03,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2000.06,2320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2000.09,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2000.12,2406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2001.03,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2001.06,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2001.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2001.12,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2002.03,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2002.06,2671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2002.09,2737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2002.12,2776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2003.03,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2003.06,2840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2003.09,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2003.12,3000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2004.03,3063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2004.06,3022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2004.09,3058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2004.12,3065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2005.03,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2005.06,3152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2005.09,3221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2005.12,3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2006.03,3386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2006.06,3423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2006.09,3431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2006.12,3521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2007.03,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2007.06,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2007.09,3618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2007.12,3692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2008.03,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2008.06,3779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2008.09,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2008.12,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2009.03,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2009.06,4145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2009.09,4227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2009.12,4107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2010.03,4087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2010.06,4137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2010.09,4187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2010.12,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2011.03,4412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2011.06,4432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2011.09,4497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2011.12,4518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2012.03,4504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2012.06,4510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2012.09,4477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2012.12,4507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2013.03,4575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2013.06,4616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2013.09,4652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2013.12,4663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2014.03,4649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2014.06,4697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2014.09,4761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2014.12,4789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2015.03,4882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2015.06,4917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2015.09,4976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2015.12,4971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2016.03,5049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2016.06,5115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2016.09,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2016.12,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2017.03,5294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2017.06,5397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2017.09,5483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2017.12,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2018.03,5580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2018.06,5653,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2018.09,5657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2018.12,5738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2019.03,5711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2019.06,5701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2019.09,5718,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2019.12,5767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2020.03,6323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2020.06,6139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2020.09,6204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2020.12,6057,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2021.03,6143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2021.06,6271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2021.09,6614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2021.12,6509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2022.03,6669,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2022.06,6588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2022.09,6792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2022.12,7059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2023.03,7157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2023.06,7296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2023.09,7332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2023.12,7365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2024.03,7406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A01E,2024.06,7565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02NSC14P30A02E,1987.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1987.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1987.12,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1988.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1988.06,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1988.09,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1988.12,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1989.03,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1989.06,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1989.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1989.12,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1990.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1990.06,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1990.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1990.12,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1991.03,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1991.06,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1991.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1991.12,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1992.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1992.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1992.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1992.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1993.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1993.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1993.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1993.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1994.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1994.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1994.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1994.12,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1995.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1995.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1995.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1995.12,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1996.03,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1996.06,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1996.09,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1996.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1997.03,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1997.06,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1997.09,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1997.12,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1998.03,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1998.06,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1998.09,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1998.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1999.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1999.06,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1999.09,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,1999.12,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2000.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2000.06,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2000.09,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2000.12,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2001.03,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2001.06,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2001.09,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2001.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2002.03,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2002.06,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2002.09,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2002.12,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2003.03,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2003.06,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2003.09,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2003.12,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2004.03,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2004.06,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2004.09,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2004.12,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2005.03,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2005.06,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2005.09,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2005.12,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2006.03,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2006.06,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2006.09,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2006.12,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2007.03,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2007.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2007.09,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2007.12,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2008.03,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2008.06,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2008.09,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2008.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2009.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2009.06,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2009.09,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2009.12,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2010.03,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2010.06,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2010.09,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2010.12,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2011.03,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2011.06,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2011.09,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2011.12,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2012.03,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2012.06,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2012.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2012.12,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2013.03,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2013.06,1567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2013.09,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2013.12,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2014.03,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2014.06,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2014.09,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2014.12,1727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2015.03,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2015.06,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2015.09,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2015.12,1849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2016.03,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2016.06,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2016.09,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2016.12,2037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2017.03,2080,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2017.06,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2017.09,2117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2017.12,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2018.03,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2018.06,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2018.09,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2018.12,2239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2019.03,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2019.06,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2019.09,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2019.12,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2020.03,2534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2020.06,2024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2020.09,2506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2020.12,2410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2021.03,2392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2021.06,2431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2021.09,2302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2021.12,2437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2022.03,2519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2022.06,2563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2022.09,2636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2022.12,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2023.03,2629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2023.06,2664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2023.09,2693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2023.12,2702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2024.03,2718,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A02E,2024.06,2745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02NSC14P30A03E,1987.06,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1987.09,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1987.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1988.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1988.06,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1988.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1988.12,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1989.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1989.06,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1989.09,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1989.12,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1990.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1990.06,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1990.09,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1990.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1991.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1991.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1991.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1991.12,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1992.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1992.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1992.09,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1992.12,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1993.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1993.06,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1993.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1993.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1994.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1994.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1994.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1994.12,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1995.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1995.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1995.09,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1995.12,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1996.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1996.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1996.09,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1996.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1997.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1997.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1997.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1997.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1998.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1998.06,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1998.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1998.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1999.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1999.06,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1999.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,1999.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2000.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2000.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2000.09,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2000.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2001.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2001.06,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2001.09,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2001.12,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2002.03,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2002.06,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2002.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2002.12,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2003.03,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2003.06,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2003.09,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2003.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2004.03,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2004.06,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2004.09,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2004.12,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2005.03,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2005.06,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2005.09,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2005.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2006.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2006.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2006.09,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2006.12,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2007.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2007.06,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2007.09,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2007.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2008.03,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2008.06,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2008.09,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2008.12,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2009.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2009.06,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2009.09,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2009.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2010.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2010.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2010.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2010.12,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2011.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2011.06,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2011.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2011.12,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2012.03,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2012.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2012.09,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2012.12,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2013.03,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2013.06,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2013.09,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2013.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2014.03,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2014.06,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2014.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2014.12,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2015.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2015.06,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2015.09,1390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2015.12,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2016.03,1429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2016.06,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2016.09,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2016.12,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2017.03,1482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2017.06,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2017.09,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2017.12,1550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2018.03,1504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2018.06,1567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2018.09,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2018.12,1642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2019.03,1633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2019.06,1673,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2019.09,1689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2019.12,1715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2020.03,1597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2020.06,1339,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2020.09,1805,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2020.12,1898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2021.03,2034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2021.06,2042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2021.09,1685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2021.12,2074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2022.03,2172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2022.06,2123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2022.09,2122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2022.12,2154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2023.03,2196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2023.06,2090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2023.09,2104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2023.12,2056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2024.03,2040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A03E,2024.06,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02NSC14P30A04E,1987.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1987.09,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1987.12,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1988.03,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1988.06,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1988.09,2370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1988.12,2441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1989.03,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1989.06,2505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1989.09,2550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1989.12,2592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1990.03,2653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1990.06,2711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1990.09,2772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1990.12,2812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1991.03,2846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1991.06,2872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1991.09,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1991.12,2885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1992.03,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1992.06,2888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1992.09,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1992.12,2905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1993.03,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1993.06,2943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1993.09,2974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1993.12,2994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1994.03,3019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1994.06,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1994.09,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1994.12,3208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1995.03,3291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1995.06,3348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1995.09,3438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1995.12,3510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1996.03,3596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1996.06,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1996.09,3712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1996.12,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1997.03,3820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1997.06,3880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1997.09,3949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1997.12,4025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1998.03,4109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1998.06,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1998.09,4178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1998.12,4167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1999.03,4153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1999.06,4192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1999.09,4239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,1999.12,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2000.03,4305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2000.06,4320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2000.09,4346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2000.12,4384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2001.03,4323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2001.06,4356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2001.09,4371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2001.12,4413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2002.03,4493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2002.06,4559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2002.09,4613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2002.12,4690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2003.03,4764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2003.06,4823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2003.09,4942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2003.12,5072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2004.03,5157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2004.06,5236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2004.09,5341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2004.12,5414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2005.03,5488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2005.06,5594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2005.09,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2005.12,5736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2006.03,5835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2006.06,5961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2006.09,6054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2006.12,6140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2007.03,6252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2007.06,6342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2007.09,6457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2007.12,6559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2008.03,6691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2008.06,6793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2008.09,6911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2008.12,6989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2009.03,7042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2009.06,7136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2009.09,7168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2009.12,7261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2010.03,7347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2010.06,7416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2010.09,7529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2010.12,7620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2011.03,7711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2011.06,7795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2011.09,7881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2011.12,7927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2012.03,8077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2012.06,8175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2012.09,8241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2012.12,8333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2013.03,8440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2013.06,8521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2013.09,8605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2013.12,8722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2014.03,8817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2014.06,8934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2014.09,9076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2014.12,9172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2015.03,9270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2015.06,9397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2015.09,9514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2015.12,9634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2016.03,9694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2016.06,9835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2016.09,10000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2016.12,10146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2017.03,10312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2017.06,10480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2017.09,10639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2017.12,10813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2018.03,10951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2018.06,11169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2018.09,11310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2018.12,11441,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2019.03,11644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2019.06,11859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2019.09,12034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2019.12,12174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2020.03,12285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2020.06,12315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2020.09,12572,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2020.12,12797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2021.03,13048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2021.06,13141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2021.09,13373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2021.12,13671,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2022.03,14064,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2022.06,14188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2022.09,14521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2022.12,14796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2023.03,15047,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2023.06,15376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2023.09,15650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2023.12,15928,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2024.03,16203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A04E,2024.06,16523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02NSC14P30A05E,1987.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1987.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1987.12,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1988.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1988.06,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1988.09,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1988.12,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1989.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1989.06,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1989.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1989.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1990.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1990.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1990.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1990.12,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1991.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1991.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1991.09,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1991.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1992.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1992.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1992.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1992.12,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1993.03,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1993.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1993.09,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1993.12,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1994.03,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1994.06,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1994.09,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1994.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1995.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1995.06,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1995.09,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1995.12,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1996.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1996.06,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1996.09,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1996.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1997.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1997.06,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1997.09,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1997.12,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1998.03,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1998.06,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1998.09,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1998.12,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1999.03,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1999.06,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1999.09,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,1999.12,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2000.03,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2000.06,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2000.09,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2000.12,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2001.03,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2001.06,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2001.09,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2001.12,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2002.03,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2002.06,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2002.09,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2002.12,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2003.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2003.06,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2003.09,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2003.12,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2004.03,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2004.06,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2004.09,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2004.12,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2005.03,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2005.06,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2005.09,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2005.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2006.03,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2006.06,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2006.09,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2006.12,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2007.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2007.06,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2007.09,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2007.12,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2008.03,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2008.06,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2008.09,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2008.12,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2009.03,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2009.06,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2009.09,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2009.12,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2010.03,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2010.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2010.09,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2010.12,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2011.03,1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2011.06,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2011.09,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2011.12,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2012.03,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2012.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2012.09,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2012.12,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2013.03,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2013.06,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2013.09,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2013.12,1781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2014.03,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2014.06,1819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2014.09,1860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2014.12,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2015.03,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2015.06,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2015.09,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2015.12,2042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2016.03,2068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2016.06,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2016.09,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2016.12,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2017.03,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2017.06,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2017.09,2225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2017.12,2258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2018.03,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2018.06,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2018.09,2376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2018.12,2411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2019.03,2433,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2019.06,2450,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2019.09,2514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2019.12,2559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2020.03,2536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2020.06,2232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2020.09,2923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2020.12,2996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2021.03,3096,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2021.06,3179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2021.09,2741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2021.12,3228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2022.03,3326,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2022.06,3180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2022.09,3195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2022.12,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2023.03,3245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2023.06,3208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2023.09,3193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2023.12,3177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2024.03,3175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A05E,2024.06,3170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02NSC14P30A06E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A06E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02NSC14P30A07E,1987.06,1506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1987.09,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1987.12,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1988.03,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1988.06,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1988.09,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1988.12,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1989.03,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1989.06,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1989.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1989.12,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1990.03,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1990.06,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1990.09,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1990.12,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1991.03,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1991.06,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1991.09,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1991.12,1561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1992.03,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1992.06,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1992.09,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1992.12,1567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1993.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1993.06,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1993.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1993.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1994.03,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1994.06,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1994.09,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1994.12,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1995.03,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1995.06,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1995.09,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1995.12,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1996.03,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1996.06,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1996.09,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1996.12,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1997.03,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1997.06,2119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1997.09,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1997.12,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1998.03,2072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1998.06,2094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1998.09,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1998.12,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1999.03,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1999.06,2197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1999.09,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,1999.12,2207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2000.03,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2000.06,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2000.09,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2000.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2001.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2001.06,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2001.09,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2001.12,2427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2002.03,2440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2002.06,2485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2002.09,2589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2002.12,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2003.03,2674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2003.06,2653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2003.09,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2003.12,2794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2004.03,2895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2004.06,2866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2004.09,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2004.12,3037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2005.03,3035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2005.06,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2005.09,3215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2005.12,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2006.03,3273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2006.06,3344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2006.09,3380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2006.12,3336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2007.03,3380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2007.06,3454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2007.09,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2007.12,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2008.03,3725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2008.06,3638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2008.09,3661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2008.12,3497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2009.03,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2009.06,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2009.09,3335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2009.12,3485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2010.03,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2010.06,3682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2010.09,3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2010.12,3746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2011.03,3823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2011.06,3952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2011.09,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2011.12,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2012.03,3994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2012.06,4052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2012.09,4008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2012.12,4083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2013.03,4161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2013.06,4191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2013.09,4303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2013.12,4409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2014.03,4491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2014.06,4498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2014.09,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2014.12,4573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2015.03,4598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2015.06,4684,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2015.09,4777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2015.12,4748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2016.03,4746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2016.06,4926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2016.09,5076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2016.12,5171,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2017.03,5533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2017.06,5419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2017.09,5496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2017.12,5674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2018.03,5811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2018.06,5966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2018.09,6132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2018.12,6172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2019.03,5981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2019.06,6020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2019.09,6009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2019.12,6023,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2020.03,5596,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2020.06,3373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2020.09,4845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2020.12,4966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2021.03,5360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2021.06,5946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2021.09,5004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2021.12,5369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2022.03,6190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2022.06,6099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2022.09,6930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2022.12,7107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2023.03,7241,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2023.06,7694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2023.09,7456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2023.12,7570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2024.03,7480,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A07E,2024.06,7378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02NSC14P30A08E,1987.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1987.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1987.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1988.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1988.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1988.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1988.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1989.03,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1989.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1989.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1989.12,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1990.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1990.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1990.09,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1990.12,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1991.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1991.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1991.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1991.12,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1992.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1992.06,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1992.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1992.12,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1993.03,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1993.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1993.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1993.12,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1994.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1994.06,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1994.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1994.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1995.03,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1995.06,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1995.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1995.12,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1996.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1996.06,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1996.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1996.12,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1997.03,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1997.06,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1997.09,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1997.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1998.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1998.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1998.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1998.12,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1999.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1999.06,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1999.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,1999.12,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2000.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2000.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2000.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2000.12,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2001.03,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2001.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2001.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2001.12,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2002.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2002.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2002.09,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2002.12,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2003.03,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2003.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2003.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2003.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2004.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2004.06,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2004.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2004.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2005.03,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2005.06,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2005.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2005.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2006.03,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2006.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2006.09,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2006.12,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2007.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2007.06,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2007.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2007.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2008.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2008.06,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2008.09,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2008.12,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2009.03,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2009.06,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2009.09,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2009.12,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2010.03,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2010.06,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2010.09,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2010.12,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2011.03,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2011.06,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2011.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2011.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2012.03,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2012.06,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2012.09,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2012.12,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2013.03,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2013.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2013.09,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2013.12,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2014.03,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2014.06,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2014.09,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2014.12,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2015.03,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2015.06,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2015.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2015.12,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2016.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2016.06,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2016.09,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2016.12,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2017.03,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2017.06,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2017.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2017.12,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2018.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2018.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2018.09,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2018.12,950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2019.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2019.06,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2019.09,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2019.12,973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2020.03,957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2020.06,965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2020.09,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2020.12,980,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2021.03,1020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2021.06,990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2021.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2021.12,1007,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2022.03,1046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2022.06,1036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2022.09,1049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2022.12,1039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2023.03,1015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2023.06,1016,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2023.09,1030,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2023.12,1026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2024.03,985,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A08E,2024.06,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02NSC14P30A09E,1987.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1987.09,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1987.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1988.03,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1988.06,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1988.09,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1988.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1989.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1989.06,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1989.09,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1989.12,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1990.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1990.06,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1990.09,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1990.12,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1991.03,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1991.06,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1991.09,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1991.12,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1992.03,1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1992.06,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1992.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1992.12,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1993.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1993.06,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1993.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1993.12,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1994.03,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1994.06,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1994.09,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1994.12,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1995.03,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1995.06,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1995.09,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1995.12,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1996.03,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1996.06,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1996.09,1506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1996.12,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1997.03,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1997.06,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1997.09,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1997.12,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1998.03,1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1998.06,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1998.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1998.12,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1999.03,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1999.06,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1999.09,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,1999.12,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2000.03,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2000.06,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2000.09,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2000.12,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2001.03,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2001.06,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2001.09,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2001.12,2038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2002.03,2000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2002.06,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2002.09,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2002.12,2168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2003.03,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2003.06,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2003.09,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2003.12,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2004.03,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2004.06,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2004.09,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2004.12,2380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2005.03,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2005.06,2464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2005.09,2442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2005.12,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2006.03,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2006.06,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2006.09,2562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2006.12,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2007.03,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2007.06,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2007.09,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2007.12,2598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2008.03,2695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2008.06,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2008.09,2679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2008.12,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2009.03,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2009.06,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2009.09,2582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2009.12,2629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2010.03,2631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2010.06,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2010.09,2594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2010.12,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2011.03,2679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2011.06,2820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2011.09,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2011.12,2817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2012.03,2874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2012.06,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2012.09,2787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2012.12,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2013.03,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2013.06,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2013.09,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2013.12,2962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2014.03,2970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2014.06,2994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2014.09,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2014.12,3040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2015.03,3138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2015.06,3192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2015.09,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2015.12,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2016.03,3272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2016.06,3384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2016.09,3420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2016.12,3494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2017.03,3590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2017.06,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2017.09,3625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2017.12,3625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2018.03,3707,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2018.06,3730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2018.09,3854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2018.12,3881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2019.03,3857,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2019.06,3958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2019.09,4052,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2019.12,4106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2020.03,4112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2020.06,3490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2020.09,4272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2020.12,4394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2021.03,4947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2021.06,4814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2021.09,4317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2021.12,4859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2022.03,5296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2022.06,5049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2022.09,4914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2022.12,5054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2023.03,5223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2023.06,5196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2023.09,5171,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2023.12,5090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2024.03,5140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A09E,2024.06,5213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02NSC14P30A10E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A10E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02NSC14P30A11E,1987.06,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1987.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1987.12,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1988.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1988.06,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1988.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1988.12,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1989.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1989.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1989.09,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1989.12,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1990.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1990.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1990.09,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1990.12,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1991.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1991.06,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1991.09,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1991.12,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1992.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1992.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1992.09,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1992.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1993.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1993.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1993.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1993.12,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1994.03,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1994.06,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1994.09,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1994.12,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1995.03,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1995.06,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1995.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1995.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1996.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1996.06,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1996.09,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1996.12,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1997.03,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1997.06,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1997.09,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1997.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1998.03,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1998.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1998.09,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1998.12,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1999.03,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1999.06,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1999.09,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,1999.12,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2000.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2000.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2000.09,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2000.12,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2001.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2001.06,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2001.09,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2001.12,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2002.03,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2002.06,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2002.09,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2002.12,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2003.03,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2003.06,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2003.09,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2003.12,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2004.03,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2004.06,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2004.09,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2004.12,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2005.03,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2005.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2005.09,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2005.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2006.03,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2006.06,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2006.09,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2006.12,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2007.03,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2007.06,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2007.09,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2007.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2008.03,1560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2008.06,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2008.09,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2008.12,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2009.03,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2009.06,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2009.09,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2009.12,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2010.03,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2010.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2010.09,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2010.12,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2011.03,1705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2011.06,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2011.09,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2011.12,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2012.03,1899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2012.06,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2012.09,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2012.12,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2013.03,1932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2013.06,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2013.09,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2013.12,2033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2014.03,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2014.06,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2014.09,2056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2014.12,1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2015.03,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2015.06,1990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2015.09,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2015.12,2145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2016.03,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2016.06,2305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2016.09,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2016.12,2412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2017.03,2546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2017.06,2597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2017.09,2575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2017.12,2634,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2018.03,2640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2018.06,2664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2018.09,2725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2018.12,2826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2019.03,2769,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2019.06,2839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2019.09,2850,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2019.12,2929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2020.03,2590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2020.06,1977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2020.09,2974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2020.12,3420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2021.03,4227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2021.06,3871,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2021.09,2883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2021.12,3292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2022.03,4058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2022.06,4041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2022.09,3866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2022.12,4012,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2023.03,4174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2023.06,4003,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2023.09,3875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2023.12,3937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2024.03,3977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A11E,2024.06,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02NSC14P30A12E,1987.06,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1987.09,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1987.12,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1988.03,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1988.06,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1988.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1988.12,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1989.03,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1989.06,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1989.09,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1989.12,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1990.03,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1990.06,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1990.09,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1990.12,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1991.03,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1991.06,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1991.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1991.12,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1992.03,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1992.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1992.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1992.12,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1993.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1993.06,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1993.09,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1993.12,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1994.03,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1994.06,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1994.09,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1994.12,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1995.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1995.06,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1995.09,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1995.12,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1996.03,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1996.06,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1996.09,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1996.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1997.03,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1997.06,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1997.09,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1997.12,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1998.03,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1998.06,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1998.09,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1998.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1999.03,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1999.06,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1999.09,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,1999.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2000.03,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2000.06,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2000.09,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2000.12,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2001.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2001.06,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2001.09,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2001.12,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2002.03,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2002.06,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2002.09,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2002.12,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2003.03,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2003.06,1706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2003.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2003.12,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2004.03,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2004.06,1826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2004.09,1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2004.12,1864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2005.03,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2005.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2005.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2005.12,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2006.03,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2006.06,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2006.09,2060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2006.12,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2007.03,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2007.06,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2007.09,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2007.12,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2008.03,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2008.06,2177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2008.09,2217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2008.12,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2009.03,2386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2009.06,2501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2009.09,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2009.12,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2010.03,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2010.06,2532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2010.09,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2010.12,2552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2011.03,2589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2011.06,2662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2011.09,2738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2011.12,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2012.03,2822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2012.06,2831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2012.09,2853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2012.12,2919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2013.03,2963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2013.06,3027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2013.09,3081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2013.12,3100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2014.03,3134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2014.06,3155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2014.09,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2014.12,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2015.03,3292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2015.06,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2015.09,3454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2015.12,3509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2016.03,3583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2016.06,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2016.09,3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2016.12,3785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2017.03,3848,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2017.06,3920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2017.09,3996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2017.12,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2018.03,4166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2018.06,4258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2018.09,4349,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2018.12,4458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2019.03,4590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2019.06,4642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2019.09,4721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2019.12,4739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2020.03,4763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2020.06,4381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2020.09,4765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2020.12,4927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2021.03,5051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2021.06,5159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2021.09,4958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2021.12,5329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2022.03,5475,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2022.06,5552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2022.09,5756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2022.12,5835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2023.03,5954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2023.06,6073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2023.09,6191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2023.12,6249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2024.03,6316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A12E,2024.06,6433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02NSC14P30A13E,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2000.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2000.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2001.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2001.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2001.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2001.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2002.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2002.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2003.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2003.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2003.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2003.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2004.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2004.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2004.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2004.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2005.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2005.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2005.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2005.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2006.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2006.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2006.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2006.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2007.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2007.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2007.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2007.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2008.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2008.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2008.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2008.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2009.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2009.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2009.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2009.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2010.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2010.06,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2010.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2010.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2011.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2011.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2011.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2011.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2012.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2012.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2012.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2012.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2013.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2013.06,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2013.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2013.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2014.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2014.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2014.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2014.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2015.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2015.06,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2015.09,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2015.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2016.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2016.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2016.09,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2016.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2017.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2017.06,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2017.09,382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2017.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2018.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2018.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2018.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2018.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2019.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2019.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2019.09,553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2019.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2020.03,556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2020.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2020.09,605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2020.12,584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2021.03,647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2021.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2021.09,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2021.12,811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2022.03,791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2022.06,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2022.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2022.12,788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2023.03,808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2023.06,911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2023.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2023.12,1049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2024.03,1227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC14P30A13E,2024.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30AE,1987.06,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1987.09,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1987.12,2887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1988.03,2905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1988.06,2922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1988.09,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1988.12,3073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1989.03,3114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1989.06,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1989.09,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1989.12,3308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1990.03,3433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1990.06,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1990.09,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1990.12,3699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1991.03,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1991.06,3590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1991.09,3612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1991.12,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1992.03,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1992.06,3649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1992.09,3649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1992.12,3732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1993.03,3734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1993.06,3734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1993.09,3769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1993.12,3756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1994.03,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1994.06,3852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1994.09,3909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1994.12,3984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1995.03,3990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1995.06,4086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1995.09,4074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1995.12,4130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1996.03,4277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1996.06,4280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1996.09,4338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1996.12,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1997.03,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1997.06,4431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1997.09,4460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1997.12,4489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1998.03,4593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1998.06,4593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1998.09,4662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1998.12,4712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1999.03,4759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1999.06,4808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1999.09,4852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,1999.12,4888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2000.03,4911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2000.06,5011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2000.09,5173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2000.12,5249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2001.03,5234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2001.06,5399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2001.09,5444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2001.12,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2002.03,5539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2002.06,5724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2002.09,5815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2002.12,5895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2003.03,5935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2003.06,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2003.09,6018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2003.12,6322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2004.03,6458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2004.06,6401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2004.09,6528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2004.12,6577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2005.03,6683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2005.06,6818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2005.09,7001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2005.12,7089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2006.03,7342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2006.06,7489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2006.09,7604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2006.12,7703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2007.03,7719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2007.06,7869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2007.09,7945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2007.12,8172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2008.03,8454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2008.06,8367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2008.09,8544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2008.12,8477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2009.03,8447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2009.06,8697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2009.09,8823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2009.12,8778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2010.03,8806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2010.06,8885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2010.09,8959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2010.12,9298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2011.03,9433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2011.06,9505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2011.09,9613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2011.12,9602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2012.03,9658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2012.06,9712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2012.09,9644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2012.12,9740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2013.03,9901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2013.06,9895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2013.09,9990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2013.12,10036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2014.03,10096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2014.06,10168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2014.09,10319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2014.12,10315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2015.03,10405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2015.06,10528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2015.09,10661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2015.12,10689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2016.03,10738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2016.06,10911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2016.09,11017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2016.12,11179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2017.03,11407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2017.06,11549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2017.09,11684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2017.12,11996,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2018.03,11964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2018.06,12185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2018.09,12344,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2018.12,12553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2019.03,12432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2019.06,12619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2019.09,12726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2019.12,12856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2020.03,13486,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2020.06,12049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2020.09,13346,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2020.12,13143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2021.03,13377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2021.06,13706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2021.09,13622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2021.12,14204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2022.03,14753,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2022.06,14589,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2022.09,14962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2022.12,15334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2023.03,15182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2023.06,15320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2023.09,15434,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2023.12,15473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2024.03,15522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30AE,2024.06,15784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1987.06,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1987.09,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1987.12,2111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1988.03,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1988.06,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1988.09,2089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1988.12,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1989.03,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1989.06,2417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1989.09,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1989.12,2152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1990.03,2200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1990.06,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1990.09,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1990.12,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1991.03,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1991.06,2006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1991.09,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1991.12,2046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1992.03,2071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1992.06,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1992.09,2066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1992.12,2076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1993.03,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1993.06,2177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1993.09,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1993.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1994.03,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1994.06,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1994.09,2627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1994.12,2610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1995.03,2692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1995.06,2668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1995.09,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1995.12,2786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1996.03,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1996.06,2927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1996.09,2975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1996.12,2959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1997.03,2859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1997.06,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1997.09,2784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1997.12,2773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1998.03,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1998.06,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1998.09,2826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1998.12,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1999.03,2980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1999.06,3009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1999.09,3091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,1999.12,3090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2000.03,3099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2000.06,3096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2000.09,3111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2000.12,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2001.03,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2001.06,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2001.09,3256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2001.12,3347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2002.03,3405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2002.06,3460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2002.09,3591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2002.12,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2003.03,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2003.06,3707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2003.09,3723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2003.12,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2004.03,3847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2004.06,3811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2004.09,3947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2004.12,3959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2005.03,4002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2005.06,4100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2005.09,4102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2005.12,4136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2006.03,4115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2006.06,4133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2006.09,4171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2006.12,4171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2007.03,4357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2007.06,4311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2007.09,4269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2007.12,4279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2008.03,4269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2008.06,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2008.09,4179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2008.12,4197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2009.03,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2009.06,4087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2009.09,4157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2009.12,4304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2010.03,4367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2010.06,4434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2010.09,4472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2010.12,4363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2011.03,4427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2011.06,4547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2011.09,4595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2011.12,4655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2012.03,4755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2012.06,4744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2012.09,4723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2012.12,4791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2013.03,4805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2013.06,4962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2013.09,4958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2013.12,5203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2014.03,5215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2014.06,5233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2014.09,5333,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2014.12,5450,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2015.03,5592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2015.06,5617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2015.09,5697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2015.12,5768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2016.03,5799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2016.06,6000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2016.09,6017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2016.12,6053,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2017.03,6368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2017.06,6317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2017.09,6478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2017.12,6520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2018.03,6592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2018.06,6685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2018.09,6740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2018.12,6879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2019.03,6787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2019.06,6860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2019.09,7036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2019.12,7114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2020.03,6757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2020.06,5760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2020.09,7798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2020.12,7830,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2021.03,8421,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2021.06,8570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2021.09,7513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2021.12,8812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2022.03,9409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2022.06,8350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2022.09,8508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2022.12,8351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2023.03,8399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2023.06,8685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2023.09,8260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2023.12,8271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2024.03,7982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30BE,2024.06,7695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02NSC15P30CE,1987.06,4010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1987.09,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1987.12,4338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1988.03,4502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1988.06,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1988.09,4866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1988.12,4913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1989.03,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1989.06,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1989.09,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1989.12,5137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1990.03,5271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1990.06,5383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1990.09,5426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1990.12,5535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1991.03,5575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1991.06,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1991.09,5510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1991.12,5537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1992.03,5553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1992.06,5593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1992.09,5560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1992.12,5670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1993.03,5615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1993.06,5708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1993.09,5756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1993.12,5818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1994.03,5853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1994.06,6059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1994.09,6146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1994.12,6318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1995.03,6466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1995.06,6483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1995.09,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1995.12,6762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1996.03,7005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1996.06,7118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1996.09,7209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1996.12,7242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1997.03,7497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1997.06,7595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1997.09,7714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1997.12,7881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1998.03,8013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1998.06,8057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1998.09,8092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1998.12,8205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1999.03,8227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1999.06,8366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1999.09,8379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,1999.12,8365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2000.03,8373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2000.06,8592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2000.09,8666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2000.12,8692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2001.03,8641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2001.06,8750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2001.09,8982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2001.12,9038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2002.03,8980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2002.06,9301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2002.09,9383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2002.12,9558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2003.03,9877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2003.06,9959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2003.09,10116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2003.12,10277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2004.03,10599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2004.06,10661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2004.09,11032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2004.12,11224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2005.03,11257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2005.06,11585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2005.09,11625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2005.12,11904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2006.03,12015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2006.06,12164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2006.09,12411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2006.12,12677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2007.03,12856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2007.06,13035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2007.09,13238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2007.12,13320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2008.03,13606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2008.06,13631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2008.09,13888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2008.12,14044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2009.03,13861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2009.06,14158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2009.09,14229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2009.12,14452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2010.03,14771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2010.06,14761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2010.09,14882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2010.12,15137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2011.03,15342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2011.06,15679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2011.09,15907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2011.12,15974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2012.03,16248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2012.06,16337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2012.09,16433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2012.12,16701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2013.03,16911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2013.06,17151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2013.09,17351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2013.12,17503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2014.03,17708,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2014.06,17889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2014.09,18075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2014.12,18167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2015.03,18407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2015.06,18718,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2015.09,19042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2015.12,19416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2016.03,19616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2016.06,20346,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2016.09,20772,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2016.12,21194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2017.03,21641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2017.06,21864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2017.09,22076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2017.12,22442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2018.03,22780,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2018.06,23213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2018.09,23792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2018.12,24082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2019.03,24316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2019.06,24676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2019.09,25003,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2019.12,25267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2020.03,24773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2020.06,22126,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2020.09,24654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2020.12,25835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2021.03,27331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2021.06,27673,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2021.09,25931,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2021.12,26979,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2022.03,28791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2022.06,29814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2022.09,30769,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2022.12,31796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2023.03,32500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2023.06,32902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2023.09,33450,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2023.12,33839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2024.03,34263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30CE,2024.06,34922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02NSC15P30DE,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2000.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2000.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2001.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2001.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2001.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2001.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2002.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2002.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2003.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2003.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2003.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2003.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2004.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2004.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2004.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2004.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2005.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2005.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2005.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2005.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2006.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2006.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2006.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2006.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2007.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2007.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2007.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2007.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2008.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2008.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2008.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2008.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2009.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2009.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2009.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2009.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2010.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2010.06,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2010.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2010.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2011.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2011.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2011.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2011.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2012.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2012.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2012.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2012.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2013.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2013.06,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2013.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2013.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2014.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2014.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2014.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2014.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2015.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2015.06,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2015.09,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2015.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2016.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2016.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2016.09,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2016.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2017.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2017.06,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2017.09,382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2017.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2018.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2018.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2018.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2018.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2019.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2019.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2019.09,553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2019.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2020.03,556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2020.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2020.09,605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2020.12,584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2021.03,647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2021.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2021.09,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2021.12,811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2022.03,791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2022.06,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2022.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2022.12,788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2023.03,808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2023.06,911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2023.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2023.12,1049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2024.03,1227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30DE,2024.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02NSC15P30VE,1987.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1987.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1987.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1988.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1988.06,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1988.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1988.12,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1989.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1989.06,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1989.09,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1989.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1990.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1990.06,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1990.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1990.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1991.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1991.06,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1991.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1991.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1992.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1992.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1992.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1992.12,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1993.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1993.06,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1993.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1993.12,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1994.03,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1994.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1994.09,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1994.12,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1995.03,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1995.06,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1995.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1995.12,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1996.03,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1996.06,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1996.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1996.12,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1997.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1997.06,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1997.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1997.12,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1998.03,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1998.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1998.09,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1998.12,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1999.03,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1999.06,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1999.09,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,1999.12,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2000.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2000.06,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2000.09,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2000.12,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2001.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2001.06,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2001.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2001.12,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2002.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2002.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2002.09,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2002.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2003.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2003.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2003.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2003.12,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2004.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2004.06,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2004.09,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2004.12,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2005.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2005.06,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2005.09,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2005.12,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2006.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2006.06,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2006.09,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2006.12,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2007.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2007.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2007.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2007.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2008.03,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2008.06,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2008.09,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2008.12,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2009.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2009.06,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2009.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2009.12,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2010.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2010.06,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2010.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2010.12,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2011.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2011.06,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2011.09,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2011.12,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2012.03,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2012.06,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2012.09,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2012.12,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2013.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2013.06,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2013.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2013.12,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2014.03,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2014.06,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2014.09,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2014.12,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2015.03,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2015.06,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2015.09,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2015.12,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2016.03,1140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2016.06,1168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2016.09,1207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2016.12,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2017.03,1315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2017.06,1311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2017.09,1326,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2017.12,1360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2018.03,1393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2018.06,1416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2018.09,1461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2018.12,1364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2019.03,1325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2019.06,1336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2019.09,1363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2019.12,1350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2020.03,1295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2020.06,242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2020.09,242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2020.12,296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2021.03,271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2021.06,377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2021.09,334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2021.12,369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2022.03,399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2022.06,765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2022.09,1049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2022.12,1182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2023.03,1281,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2023.06,1394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2023.09,1473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2023.12,1503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2024.03,1554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30VE,2024.06,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02NSC15P30WE,1987.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1987.09,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1987.12,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1988.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1988.06,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1988.09,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1988.12,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1989.03,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1989.06,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1989.09,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1989.12,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1990.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1990.06,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1990.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1990.12,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1991.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1991.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1991.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1991.12,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1992.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1992.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1992.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1992.12,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1993.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1993.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1993.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1993.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1994.03,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1994.06,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1994.09,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1994.12,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1995.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1995.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1995.09,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1995.12,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1996.03,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1996.06,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1996.09,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1996.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1997.03,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1997.06,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1997.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1997.12,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1998.03,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1998.06,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1998.09,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1998.12,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1999.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1999.06,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1999.09,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,1999.12,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2000.03,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2000.06,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2000.09,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2000.12,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2001.03,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2001.06,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2001.09,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2001.12,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2002.03,1898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2002.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2002.09,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2002.12,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2003.03,1876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2003.06,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2003.09,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2003.12,2260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2004.03,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2004.06,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2004.09,2224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2004.12,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2005.03,2121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2005.06,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2005.09,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2005.12,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2006.03,2152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2006.06,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2006.09,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2006.12,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2007.03,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2007.06,2244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2007.09,2244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2007.12,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2008.03,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2008.06,2398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2008.09,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2008.12,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2009.03,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2009.06,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2009.09,2298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2009.12,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2010.03,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2010.06,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2010.09,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2010.12,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2011.03,2081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2011.06,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2011.09,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2011.12,2279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2012.03,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2012.06,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2012.09,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2012.12,1991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2013.03,2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2013.06,2044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2013.09,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2013.12,2044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2014.03,2205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2014.06,2298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2014.09,2322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2014.12,2845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2015.03,2855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2015.06,3054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2015.09,3267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2015.12,3201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2016.03,3346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2016.06,3202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2016.09,3226,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2016.12,3359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2017.03,3341,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2017.06,3506,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2017.09,3568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2017.12,3562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2018.03,3609,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2018.06,3776,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2018.09,3530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2018.12,3683,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2019.03,3641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2019.06,3622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2019.09,3714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2019.12,3757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2020.03,3557,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2020.06,1456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2020.09,1487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2020.12,1076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2021.03,724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2021.06,1337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2021.09,1060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2021.12,734,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2022.03,495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2022.06,1068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2022.09,1885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2022.12,2114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2023.03,2550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2023.06,2979,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2023.09,3360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2023.12,3422,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2024.03,3562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30WE,2024.06,3566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02NSC15P30ZE,1987.06,8934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1987.09,9129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1987.12,9354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1988.03,9446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1988.06,9563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1988.09,10004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1988.12,10136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1989.03,10313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1989.06,10781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1989.09,10480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1989.12,10624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1990.03,10880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1990.06,11035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1990.09,11169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1990.12,11561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1991.03,11176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1991.06,11045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1991.09,11208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1991.12,11175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1992.03,11278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1992.06,11279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1992.09,11283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1992.12,11495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1993.03,11440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1993.06,11613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1993.09,11768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1993.12,11917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1994.03,12159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1994.06,12429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1994.09,12684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1994.12,12930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1995.03,13128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1995.06,13235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1995.09,13478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1995.12,13708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1996.03,14078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1996.06,14321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1996.09,14525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1996.12,14598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1997.03,14691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1997.06,14891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1997.09,14983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1997.12,15148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1998.03,15364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1998.06,15462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1998.09,15604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1998.12,15868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1999.03,15938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1999.06,16179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1999.09,16329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,1999.12,16362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2000.03,16334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2000.06,16701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2000.09,16960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2000.12,17053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2001.03,16951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2001.06,17412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2001.09,17704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2001.12,17906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2002.03,17898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2002.06,18502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2002.09,18816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2002.12,19125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2003.03,19435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2003.06,19648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2003.09,19909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2003.12,20460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2004.03,20934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2004.06,20994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2004.09,21618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2004.12,21947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2005.03,22108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2005.06,22688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2005.09,22902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2005.12,23353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2006.03,23670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2006.06,23996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2006.09,24320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2006.12,24730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2007.03,25070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2007.06,25388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2007.09,25617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2007.12,25967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2008.03,26490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2008.06,26362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2008.09,26777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2008.12,26901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2009.03,26492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2009.06,27107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2009.09,27377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2009.12,27655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2010.03,28069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2010.06,28210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2010.09,28469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2010.12,28930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2011.03,29342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2011.06,29885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2011.09,30305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2011.12,30435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2012.03,30859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2012.06,31024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2012.09,31054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2012.12,31462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2013.03,31825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2013.06,32276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2013.09,32590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2013.12,33015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2014.03,33298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2014.06,33573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2014.09,34044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2014.12,34265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2015.03,34680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2015.06,35161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2015.09,35767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2015.12,36226,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2016.03,36465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2016.06,37613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2016.09,38176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2016.12,38789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2017.03,39768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2017.06,40136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2017.09,40614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2017.12,41369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2018.03,41744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2018.06,42568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2018.09,43305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2018.12,43968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2019.03,44020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2019.06,44708,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2019.09,45286,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2019.12,45790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2020.03,45567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2020.06,40459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2020.09,46336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2020.12,47381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2021.03,49990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2021.06,50636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2021.09,47771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2021.12,50868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2022.03,53892,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2022.06,53562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2022.09,54905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2022.12,56200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2023.03,57036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2023.06,57867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2023.09,58019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2023.12,58605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2024.03,59074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC15P30ZE,2024.06,59682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02NSC17P61M,1990.06,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1990.09,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1990.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1991.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1991.06,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1991.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1991.12,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1992.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1992.06,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1992.09,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1992.12,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1993.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1993.06,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1993.09,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1993.12,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1994.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1994.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1994.09,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1994.12,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1995.03,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1995.06,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1995.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1995.12,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1996.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1996.06,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1996.09,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1996.12,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1997.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1997.06,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1997.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1997.12,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1998.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1998.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1998.09,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1998.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1999.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1999.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1999.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,1999.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2000.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2000.06,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2000.09,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2000.12,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2001.03,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2001.06,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2001.09,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2001.12,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2002.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2002.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2002.09,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2002.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2003.03,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2003.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2003.09,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2003.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2004.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2004.06,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2004.09,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2004.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2005.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2005.06,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2005.09,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2005.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2006.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2006.06,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2006.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2006.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2007.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2007.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2007.09,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2007.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2008.03,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2008.06,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2008.09,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2008.12,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2009.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2009.06,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2009.09,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2009.12,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2010.03,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2010.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2010.09,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2010.12,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2011.03,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2011.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2011.09,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2011.12,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2012.03,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2012.06,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2012.09,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2012.12,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2013.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2013.06,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2013.09,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2013.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2014.03,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2014.06,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2014.09,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2014.12,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2015.03,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2015.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2015.09,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2015.12,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2016.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2016.06,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2016.09,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2016.12,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2017.03,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2017.06,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2017.09,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2017.12,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2018.03,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2018.06,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2018.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2018.12,1640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2019.03,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2019.06,1670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2019.09,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2019.12,1523,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2020.03,1988,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2020.06,1767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2020.09,1876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2020.12,1913,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2021.03,1803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2021.06,1787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2021.09,1928,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2021.12,1884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2022.03,1735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2022.06,1767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2022.09,1721,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2022.12,1705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2023.03,1737,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2023.06,1789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2023.09,1599,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2023.12,1297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2024.03,2069,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61M,2024.06,1960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02NSC17P61N,1990.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1990.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1990.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1991.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1991.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1991.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1991.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1992.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1992.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1992.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1992.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1993.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1993.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1993.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1993.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1994.03,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1994.06,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1994.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1994.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1995.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1995.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1995.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1995.12,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1996.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1996.06,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1996.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1996.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1997.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1997.06,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1997.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1997.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1998.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1998.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1998.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1998.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1999.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1999.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1999.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,1999.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2000.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2000.06,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2000.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2000.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2001.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2001.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2001.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2001.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2002.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2002.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2002.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2002.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2003.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2003.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2003.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2003.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2004.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2004.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2004.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2004.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2005.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2005.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2005.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2005.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2006.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2006.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2006.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2006.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2007.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2007.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2007.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2007.12,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2008.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2008.06,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2008.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2008.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2009.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2009.06,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2009.09,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2009.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2010.03,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2010.06,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2010.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2010.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2011.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2011.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2011.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2011.12,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2012.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2012.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2012.09,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2012.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2013.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2013.06,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2013.09,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2013.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2014.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2014.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2014.09,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2014.12,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2015.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2015.06,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61N,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02NSC17P61O,1990.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1990.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1990.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1991.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1991.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1991.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1991.12,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1992.03,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1992.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1992.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1992.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1993.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1993.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1993.09,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1993.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1994.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1994.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1994.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1994.12,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1995.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1995.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1995.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1995.12,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1996.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1996.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1996.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1996.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1997.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1997.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1997.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1997.12,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1998.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1998.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1998.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1998.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1999.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1999.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1999.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,1999.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2000.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2000.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2000.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2000.12,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2001.03,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2001.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2001.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2001.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2002.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2002.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2002.09,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2002.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2003.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2003.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2003.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2003.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2004.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2004.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2004.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2004.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2005.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2005.06,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2005.09,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2005.12,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2006.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2006.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2006.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2006.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2007.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2007.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2007.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2007.12,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2008.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2008.06,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2008.09,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2008.12,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2009.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2009.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2009.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2009.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2010.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2010.06,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2010.09,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2010.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2011.03,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2011.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2011.09,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2011.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2012.03,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2012.06,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61O,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02NSC17P61P,1990.06,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1990.09,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1990.12,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1991.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1991.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1991.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1991.12,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1992.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1992.06,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1992.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1992.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1993.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1993.06,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1993.09,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1993.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1994.03,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1994.06,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1994.09,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1994.12,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1995.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1995.06,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1995.09,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1995.12,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1996.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1996.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1996.09,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1996.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1997.03,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1997.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1997.09,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1997.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1998.03,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1998.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1998.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1998.12,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1999.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1999.06,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1999.09,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,1999.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2000.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2000.06,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2000.09,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2000.12,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2001.03,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2001.06,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2001.09,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2001.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2002.03,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2002.06,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2002.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2002.12,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2003.03,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2003.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2003.09,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2003.12,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2004.03,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2004.06,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2004.09,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2004.12,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2005.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2005.06,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2005.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2005.12,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2006.03,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2006.06,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2006.09,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2006.12,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2007.03,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2007.06,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2007.09,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2007.12,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2008.03,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2008.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2008.09,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2008.12,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2009.03,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2009.06,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2009.09,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2009.12,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2010.03,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2010.06,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2010.09,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2010.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2011.03,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2011.06,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2011.09,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2011.12,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2012.03,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2012.06,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2012.09,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2012.12,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2013.03,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2013.06,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2013.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2013.12,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2014.03,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2014.06,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2014.09,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2014.12,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2015.03,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2015.06,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2015.09,2015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2015.12,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2016.03,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2016.06,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2016.09,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2016.12,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2017.03,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2017.06,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2017.09,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2017.12,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2018.03,1893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2018.06,2033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2018.09,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2018.12,2004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2019.03,2094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2019.06,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2019.09,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2019.12,2378,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2020.03,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2020.06,2117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2020.09,2053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2020.12,2066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2021.03,2191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2021.06,2264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2021.09,2514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2021.12,2503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2022.03,2577,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2022.06,2580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2022.09,3004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2022.12,2353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2023.03,2243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2023.06,2405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2023.09,2398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2023.12,2390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2024.03,2206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61P,2024.06,2350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02NSC17P61Q,1990.06,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1990.09,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1990.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1991.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1991.06,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1991.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1991.12,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1992.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1992.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1992.09,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1992.12,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1993.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1993.06,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1993.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1993.12,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1994.03,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1994.06,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1994.09,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1994.12,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1995.03,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1995.06,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1995.09,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1995.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1996.03,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1996.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1996.09,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1996.12,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1997.03,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1997.06,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1997.09,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1997.12,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1998.03,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1998.06,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1998.09,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1998.12,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1999.03,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1999.06,1036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1999.09,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,1999.12,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2000.03,1300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2000.06,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2000.09,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2000.12,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2001.03,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2001.06,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2001.09,2068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2001.12,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2002.03,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2002.06,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2002.09,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2002.12,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2003.03,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2003.06,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2003.09,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2003.12,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2004.03,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2004.06,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2004.09,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2004.12,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2005.03,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2005.06,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2005.09,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2005.12,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2006.03,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2006.06,1950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2006.09,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2006.12,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2007.03,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2007.06,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2007.09,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2007.12,2679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2008.03,2679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2008.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2008.09,2491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2008.12,2812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2009.03,2455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2009.06,2322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2009.09,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2009.12,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2010.03,2533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2010.06,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2010.09,2922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2010.12,2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2011.03,3051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2011.06,3367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2011.09,3083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2011.12,3246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2012.03,3065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2012.06,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2012.09,3432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2012.12,2853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2013.03,3111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2013.06,3079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2013.09,3625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2013.12,4485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2014.03,4484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2014.06,4160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2014.09,3657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2014.12,3332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2015.03,3275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2015.06,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2015.09,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2015.12,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2016.03,3023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2016.06,2880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2016.09,2931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2016.12,3230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2017.03,3363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2017.06,3861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2017.09,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2017.12,3955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2018.03,3601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2018.06,3686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2018.09,4146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2018.12,3849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2019.03,4139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2019.06,3923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2019.09,4111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2019.12,4528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2020.03,4548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2020.06,4331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2020.09,3804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2020.12,4017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2021.03,4218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2021.06,4648,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2021.09,4584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2021.12,4930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2022.03,5294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2022.06,4917,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2022.09,6885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2022.12,5808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2023.03,5358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2023.06,5591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2023.09,5393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2023.12,4974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2024.03,5391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61Q,2024.06,5044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02NSC17P61R,1990.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1990.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1990.12,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1991.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1991.06,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1991.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1991.12,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1992.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1992.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1992.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1992.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1993.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1993.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1993.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1993.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1994.03,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1994.06,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1994.09,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1994.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1995.03,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1995.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1995.09,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1995.12,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1996.03,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1996.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1996.09,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1996.12,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1997.03,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1997.06,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1997.09,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1997.12,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1998.03,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1998.06,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1998.09,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1998.12,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1999.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1999.06,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1999.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,1999.12,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2000.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2000.06,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2000.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2000.12,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2001.03,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2001.06,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2001.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2001.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2002.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2002.06,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2002.09,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2002.12,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2003.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2003.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2003.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2003.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2004.03,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2004.06,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2004.09,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2004.12,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2005.03,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2005.06,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2005.09,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2005.12,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2006.03,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2006.06,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2006.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2006.12,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2007.03,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2007.06,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2007.09,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2007.12,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2008.03,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2008.06,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2008.09,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2008.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2009.03,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2009.06,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2009.09,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2009.12,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2010.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2010.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2010.09,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2010.12,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2011.03,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2011.06,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61R,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02NSC17P61T,1990.06,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1990.09,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1990.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1991.03,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1991.06,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1991.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1991.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1992.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1992.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1992.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1992.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1993.03,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1993.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1993.09,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1993.12,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1994.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1994.06,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1994.09,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1994.12,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1995.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1995.06,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1995.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1995.12,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1996.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1996.06,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1996.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1996.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1997.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1997.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1997.09,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1997.12,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1998.03,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1998.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1998.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1998.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1999.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1999.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1999.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,1999.12,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2000.03,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2000.06,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2000.09,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2000.12,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2001.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2001.06,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2001.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2001.12,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2002.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2002.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2002.09,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2002.12,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2003.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2003.06,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2003.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2003.12,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2004.03,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2004.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2004.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2004.12,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2005.03,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2005.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2005.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2005.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2006.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2006.06,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2006.09,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2006.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2007.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2007.06,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2007.09,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2007.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2008.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2008.06,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2008.09,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2008.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2009.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2009.06,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2009.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2009.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2010.03,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2010.06,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2010.09,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2010.12,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2011.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2011.06,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2011.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2011.12,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2012.03,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2012.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2012.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2012.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2013.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2013.06,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2013.09,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2013.12,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2014.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2014.06,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2014.09,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2014.12,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2015.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2015.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2015.09,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2015.12,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2016.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2016.06,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2016.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2016.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2017.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2017.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2017.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2017.12,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2018.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2018.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2018.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2018.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2019.03,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2019.06,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2019.09,257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2019.12,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2020.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2020.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2020.09,208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2020.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2021.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2021.06,237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2021.09,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2021.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2022.03,236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2022.06,244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2022.09,267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2022.12,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2023.03,242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2023.06,228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2023.09,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2023.12,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2024.03,238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61T,2024.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02NSC17P61U,1990.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1990.09,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1990.12,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1991.03,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1991.06,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1991.09,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1991.12,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1992.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1992.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1992.09,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1992.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1993.03,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1993.06,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1993.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1993.12,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1994.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1994.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1994.09,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1994.12,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1995.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1995.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1995.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1995.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1996.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1996.06,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1996.09,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1996.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1997.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1997.06,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1997.09,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1997.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1998.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1998.06,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1998.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1998.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1999.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1999.06,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1999.09,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,1999.12,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2000.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2000.06,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2000.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2000.12,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2001.03,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2001.06,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2001.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2001.12,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2002.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2002.06,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2002.09,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2002.12,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2003.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2003.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2003.09,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2003.12,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2004.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2004.06,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2004.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2004.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2005.03,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2005.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2005.09,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2005.12,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2006.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2006.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2006.09,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2006.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2007.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2007.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2007.09,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2007.12,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2008.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2008.06,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61U,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02NSC17P61V,1990.06,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1990.09,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1990.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1991.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1991.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1991.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1991.12,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1992.03,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1992.06,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1992.09,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1992.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1993.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1993.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1993.09,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1993.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1994.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1994.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1994.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1994.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1995.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1995.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1995.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1995.12,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1996.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1996.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1996.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1996.12,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1997.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1997.06,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1997.09,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1997.12,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1998.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1998.06,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1998.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1998.12,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1999.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1999.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1999.09,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,1999.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2000.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2000.06,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2000.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2000.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2001.03,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2001.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2001.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2001.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2002.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2002.06,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2002.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2002.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2003.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2003.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2003.09,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2003.12,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2004.03,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2004.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2004.09,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2004.12,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2005.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2005.06,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2005.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2005.12,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2006.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2006.06,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2006.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2006.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2007.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2007.06,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2007.09,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2007.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2008.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2008.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2008.09,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2008.12,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2009.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2009.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2009.09,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2009.12,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61V,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02NSC17P61W,1990.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1990.09,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1990.12,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1991.03,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1991.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1991.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1991.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1992.03,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1992.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1992.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1992.12,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1993.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1993.06,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1993.09,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1993.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1994.03,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1994.06,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1994.09,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1994.12,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1995.03,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1995.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1995.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1995.12,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1996.03,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1996.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1996.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1996.12,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1997.03,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1997.06,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1997.09,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1997.12,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1998.03,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1998.06,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1998.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1998.12,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1999.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1999.06,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1999.09,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,1999.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2000.03,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2000.06,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2000.09,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2000.12,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2001.03,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2001.06,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2001.09,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2001.12,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2002.03,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2002.06,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2002.09,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2002.12,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2003.03,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2003.06,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2003.09,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2003.12,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2004.03,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2004.06,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2004.09,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2004.12,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2005.03,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2005.06,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2005.09,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2005.12,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2006.03,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2006.06,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2006.09,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2006.12,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2007.03,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2007.06,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2007.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2007.12,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2008.03,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2008.06,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2008.09,1849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2008.12,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2009.03,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2009.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2009.09,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2009.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2010.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2010.06,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2010.09,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2010.12,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC17P61W,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02NSC18P71APA,1990.06,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1990.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1990.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1991.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1991.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1991.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1991.12,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1992.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1992.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1992.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1992.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1993.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1993.06,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1993.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1993.12,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1994.03,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1994.06,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1994.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1994.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1995.03,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1995.06,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1995.09,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1995.12,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1996.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1996.06,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1996.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1996.12,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1997.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1997.06,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1997.09,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1997.12,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1998.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1998.06,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1998.09,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1998.12,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1999.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1999.06,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1999.09,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,1999.12,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2000.03,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2000.06,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2000.09,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2000.12,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2001.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2001.06,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2001.09,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2001.12,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2002.03,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2002.06,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2002.09,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2002.12,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2003.03,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2003.06,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2003.09,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2003.12,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2004.03,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2004.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2004.09,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2004.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2005.03,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2005.06,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2005.09,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2005.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2006.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2006.06,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2006.09,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2006.12,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2007.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2007.06,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2007.09,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2007.12,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2008.03,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2008.06,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2008.09,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2008.12,1743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2009.03,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2009.06,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2009.09,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2009.12,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2010.03,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2010.06,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2010.09,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2010.12,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2011.03,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2011.06,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2011.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2011.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2012.03,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2012.06,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2012.09,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2012.12,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2013.03,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2013.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2013.09,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2013.12,1753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2014.03,1808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2014.06,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2014.09,1799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2014.12,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2015.03,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2015.06,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2015.09,2130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2015.12,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2016.03,1941,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2016.06,1995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2016.09,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2016.12,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2017.03,2082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2017.06,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2017.09,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2017.12,2403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2018.03,2404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2018.06,2387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2018.09,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2018.12,2391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2019.03,2408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2019.06,2424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2019.09,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2019.12,2397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2020.03,2296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2020.06,1999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2020.09,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2020.12,2332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2021.03,2574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2021.06,2460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2021.09,2886,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2021.12,2740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2022.03,3073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2022.06,3027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2022.09,3263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2022.12,3265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2023.03,3280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2023.06,3124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2023.09,3024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2023.12,2910,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2024.03,2864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APA,2024.06,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02NSC18P71APB,1990.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1990.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1990.12,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1991.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1991.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1991.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1991.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1992.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1992.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1992.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1992.12,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1993.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1993.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1993.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1993.12,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1994.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1994.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1994.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1994.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1995.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1995.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1995.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1995.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1996.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1996.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1996.09,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1996.12,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1997.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1997.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1997.09,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1997.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1998.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1998.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1998.09,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1998.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1999.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1999.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1999.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,1999.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2000.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2000.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2000.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2000.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2001.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2001.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2001.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2001.12,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2002.03,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2002.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2002.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2002.12,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2003.03,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2003.06,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2003.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2003.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2004.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2004.06,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2004.09,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2004.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2005.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2005.06,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2005.09,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2005.12,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2006.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2006.06,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2006.09,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2006.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2007.03,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2007.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2007.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2007.12,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2008.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2008.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2008.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2008.12,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2009.03,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2009.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2009.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2009.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2010.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2010.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2010.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2010.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2011.03,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2011.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2011.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2011.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2012.03,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2012.06,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2012.09,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2012.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2013.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2013.06,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2013.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2013.12,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2014.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2014.06,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2014.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2014.12,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2015.03,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2015.06,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2015.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2015.12,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2016.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2016.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2016.09,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2016.12,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2017.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2017.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2017.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2017.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2018.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2018.06,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2018.09,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2018.12,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2019.03,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2019.06,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2019.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2019.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2020.03,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2020.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2020.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2020.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2021.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2021.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2021.09,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2021.12,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2022.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2022.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2022.09,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2022.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2023.03,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2023.06,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2023.09,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2023.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2024.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APB,2024.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02NSC18P71APC,1990.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1990.09,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1990.12,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1991.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1991.06,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1991.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1991.12,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1992.03,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1992.06,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1992.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1992.12,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1993.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1993.06,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1993.09,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1993.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1994.03,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1994.06,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1994.09,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1994.12,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1995.03,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1995.06,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1995.09,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1995.12,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1996.03,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1996.06,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1996.09,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1996.12,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1997.03,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1997.06,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1997.09,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1997.12,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1998.03,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1998.06,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1998.09,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1998.12,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1999.03,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1999.06,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1999.09,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,1999.12,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2000.03,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2000.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2000.09,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2000.12,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2001.03,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2001.06,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2001.09,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2001.12,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2002.03,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2002.06,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2002.09,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2002.12,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2003.03,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2003.06,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2003.09,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2003.12,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2004.03,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2004.06,1705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2004.09,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2004.12,1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2005.03,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2005.06,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2005.09,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2005.12,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2006.03,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2006.06,1707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2006.09,1948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2006.12,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2007.03,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2007.06,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2007.09,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2007.12,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2008.03,1928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2008.06,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2008.09,1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2008.12,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2009.03,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2009.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2009.09,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2009.12,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2010.03,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2010.06,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2010.09,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2010.12,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2011.03,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2011.06,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2011.09,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2011.12,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2012.03,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2012.06,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2012.09,1970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2012.12,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2013.03,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2013.06,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2013.09,2353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2013.12,2183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2014.03,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2014.06,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2014.09,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2014.12,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2015.03,2785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2015.06,2671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2015.09,2994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2015.12,2761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2016.03,2519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2016.06,2666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2016.09,2755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2016.12,2682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2017.03,2738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2017.06,2860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2017.09,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2017.12,3293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2018.03,3298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2018.06,3306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2018.09,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2018.12,3165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2019.03,3240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2019.06,3299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2019.09,3283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2019.12,3146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2020.03,2925,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2020.06,2356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2020.09,2674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2020.12,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2021.03,3299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2021.06,3352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2021.09,3630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2021.12,3890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2022.03,3962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2022.06,3809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2022.09,4054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2022.12,4303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2023.03,4528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2023.06,4164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2023.09,4038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2023.12,3806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2024.03,3604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71APC,2024.06,4027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02NSC18P71BPD,1990.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1990.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1990.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1991.03,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1991.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1991.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1991.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1992.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1992.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1992.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1992.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1993.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1993.06,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1993.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1993.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1994.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1994.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1994.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1994.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1995.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1995.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1995.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1995.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1996.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1996.06,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1996.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1996.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1997.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1997.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1997.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1997.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1998.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1998.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1998.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1998.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1999.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1999.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1999.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,1999.12,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2000.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2000.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2000.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2000.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2001.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2001.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2001.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2001.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2002.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2002.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2002.09,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2002.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2003.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2003.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2003.09,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2003.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2004.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2004.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2004.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2004.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2005.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2005.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2005.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2005.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2006.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2006.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2006.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2006.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2007.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2007.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2007.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2007.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2008.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2008.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2008.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2008.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2009.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2009.06,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2009.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2009.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2010.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2010.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2010.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2010.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2011.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2011.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2011.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2011.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2012.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2012.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2012.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2012.12,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2013.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2013.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2013.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2013.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2014.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2014.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2014.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2014.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2015.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2015.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2015.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2015.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2016.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2016.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2016.09,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2016.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2017.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2017.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2017.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2017.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2018.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2018.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2018.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2018.12,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2019.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2019.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2019.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2019.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2020.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2020.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2020.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2020.12,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2021.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2021.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2021.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2021.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2022.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2022.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2022.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2022.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2023.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2023.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2023.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2023.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2024.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPD,2024.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02NSC18P71BPE,1990.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1990.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1990.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1991.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1991.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1991.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1991.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1992.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1992.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1992.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1992.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1993.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1993.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1993.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1993.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1994.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1994.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1994.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1994.12,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1995.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1995.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1995.09,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1995.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1996.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1996.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1996.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1996.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1997.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1997.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1997.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1997.12,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1998.03,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1998.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1998.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1998.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1999.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1999.06,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1999.09,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,1999.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2000.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2000.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2000.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2000.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2001.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2001.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2001.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2001.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2002.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2002.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2002.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2002.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2003.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2003.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2003.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2003.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2004.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2004.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2004.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2004.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2005.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2005.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2005.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2005.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2006.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2006.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2006.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2006.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2007.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2007.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2007.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2007.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2008.03,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2008.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2008.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2008.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2009.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2009.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2009.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2009.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2010.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2010.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2010.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2010.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2011.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2011.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2011.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2011.12,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2012.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2012.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2012.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2012.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2013.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2013.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2013.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2013.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2014.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2014.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2014.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2014.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2015.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2015.06,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2015.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2015.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2016.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2016.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2016.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2016.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2017.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2017.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2017.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2017.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2018.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2018.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2018.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2018.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2019.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2019.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2019.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2019.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2020.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2020.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2020.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2020.12,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2021.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2021.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2021.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2021.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2022.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2022.06,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2022.09,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2022.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2023.03,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2023.06,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2023.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2023.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2024.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPE,2024.06,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02NSC18P71BPG,1990.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1990.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1990.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1991.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1991.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1991.09,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1991.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1992.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1992.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1992.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1992.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1993.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1993.06,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1993.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1993.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1994.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1994.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1994.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1994.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1995.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1995.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1995.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1995.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1996.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1996.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1996.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1996.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1997.03,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1997.06,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1997.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1997.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1998.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1998.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1998.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1998.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1999.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1999.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1999.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,1999.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2000.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2000.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2000.09,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2000.12,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2001.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2001.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2001.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2001.12,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2002.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2002.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2002.09,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2002.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2003.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2003.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2003.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2003.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2004.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2004.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2004.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2004.12,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2005.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2005.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2005.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2005.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2006.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2006.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2006.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2006.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2007.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2007.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2007.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2007.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2008.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2008.06,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2008.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2008.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2009.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2009.06,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2009.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2009.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2010.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2010.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2010.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2010.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2011.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2011.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2011.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2011.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2012.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2012.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2012.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2012.12,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2013.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2013.06,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2013.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2013.12,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2014.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2014.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2014.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2014.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2015.03,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2015.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2015.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2015.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2016.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2016.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2016.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2016.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2017.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2017.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2017.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2017.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2018.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2018.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2018.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2018.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2019.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2019.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2019.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2019.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2020.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2020.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2020.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2020.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2021.03,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2021.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2021.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2021.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2022.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2022.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2022.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2022.12,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2023.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2023.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2023.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2023.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2024.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPG,2024.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02NSC18P71BPH,1990.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1990.09,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1990.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1991.03,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1991.06,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1991.09,929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1991.12,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1992.03,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1992.06,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1992.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1992.12,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1993.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1993.06,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1993.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1993.12,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1994.03,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1994.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1994.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1994.12,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1995.03,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1995.06,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1995.09,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1995.12,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1996.03,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1996.06,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1996.09,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1996.12,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1997.03,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1997.06,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1997.09,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1997.12,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1998.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1998.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1998.09,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1998.12,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1999.03,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1999.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1999.09,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,1999.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2000.03,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2000.06,1642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2000.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2000.12,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2001.03,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2001.06,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2001.09,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2001.12,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2002.03,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2002.06,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2002.09,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2002.12,1775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2003.03,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2003.06,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2003.09,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2003.12,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2004.03,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2004.06,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2004.09,1838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2004.12,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2005.03,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2005.06,1919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2005.09,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2005.12,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2006.03,1904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2006.06,2092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2006.09,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2006.12,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2007.03,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2007.06,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2007.09,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2007.12,2188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2008.03,2240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2008.06,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2008.09,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2008.12,2800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2009.03,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2009.06,1972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2009.09,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2009.12,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2010.03,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2010.06,2156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2010.09,2217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2010.12,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2011.03,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2011.06,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2011.09,2240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2011.12,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2012.03,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2012.06,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2012.09,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2012.12,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2013.03,2158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2013.06,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2013.09,2374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2013.12,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2014.03,2346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2014.06,2339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2014.09,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2014.12,2539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2015.03,2483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2015.06,2499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2015.09,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2015.12,2666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2016.03,2649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2016.06,2555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2016.09,2555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2016.12,2467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2017.03,2697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2017.06,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2017.09,2723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2017.12,2862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2018.03,2994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2018.06,2990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2018.09,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2018.12,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2019.03,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2019.06,3224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2019.09,3143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2019.12,3071,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2020.03,2894,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2020.06,3124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2020.09,2910,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2020.12,3029,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2021.03,3280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2021.06,3557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2021.09,4072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2021.12,4342,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2022.03,4806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2022.06,4840,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2022.09,4778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2022.12,4440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2023.03,3792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2023.06,3654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2023.09,3485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2023.12,3402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2024.03,3649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPH,2024.06,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02NSC18P71BPJ,1990.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1990.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1990.12,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1991.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1991.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1991.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1991.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1992.03,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1992.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1992.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1992.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1993.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1993.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1993.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1993.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1994.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1994.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1994.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1994.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1995.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1995.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1995.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1995.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1996.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1996.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1996.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1996.12,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1997.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1997.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1997.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1997.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1998.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1998.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1998.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1998.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1999.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1999.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1999.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,1999.12,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2000.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2000.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2000.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2000.12,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2001.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2001.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2001.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2001.12,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2002.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2002.06,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2002.09,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2002.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2003.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2003.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2003.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2003.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2004.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2004.06,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2004.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2004.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2005.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2005.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2005.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2005.12,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2006.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2006.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2006.09,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2006.12,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2007.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2007.06,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2007.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2007.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2008.03,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2008.06,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2008.09,1569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2008.12,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2009.03,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2009.06,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2009.09,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2009.12,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2010.03,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2010.06,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2010.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2010.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2011.03,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2011.06,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2011.09,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2011.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2012.03,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2012.06,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2012.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2012.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2013.03,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2013.06,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2013.09,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2013.12,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2014.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2014.06,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2014.09,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2014.12,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2015.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2015.06,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2015.09,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2015.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2016.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2016.06,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2016.09,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2016.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2017.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2017.06,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2017.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2017.12,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2018.03,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2018.06,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2018.09,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2018.12,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2019.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2019.06,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2019.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2019.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2020.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2020.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2020.09,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2020.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2021.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2021.06,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2021.09,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2021.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2022.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2022.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2022.09,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2022.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2023.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2023.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2023.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2023.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2024.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPJ,2024.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02NSC18P71BPK,1990.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1990.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1990.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1991.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1991.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1991.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1991.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1992.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1992.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1992.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1992.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1993.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1993.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1993.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1993.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1994.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1994.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1994.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1994.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1995.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1995.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1995.09,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1995.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1996.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1996.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1996.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1996.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1997.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1997.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1997.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1997.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1998.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1998.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1998.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1998.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1999.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1999.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1999.09,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,1999.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2000.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2000.06,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2000.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2000.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2001.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2001.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2001.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2001.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2002.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2002.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2002.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2002.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2003.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2003.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2003.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2003.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2004.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2004.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2004.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2004.12,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2005.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2005.06,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2005.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2005.12,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2006.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2006.06,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2006.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2006.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2007.03,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2007.06,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2007.09,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2007.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2008.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2008.06,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2008.09,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2008.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2009.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2009.06,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2009.09,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2009.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2010.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2010.06,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2010.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2010.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2011.03,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2011.06,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2011.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2011.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2012.03,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2012.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2012.09,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2012.12,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2013.03,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2013.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2013.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2013.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2014.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2014.06,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2014.09,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2014.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2015.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2015.06,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2015.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2015.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2016.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2016.06,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2016.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2016.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2017.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2017.06,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2017.09,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2017.12,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2018.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2018.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2018.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2018.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2019.03,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2019.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2019.09,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2019.12,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2020.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2020.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2020.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2020.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2021.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2021.06,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2021.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2021.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2022.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2022.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2022.09,2241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2022.12,2133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2023.03,2000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2023.06,1622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2023.09,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2023.12,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2024.03,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPK,2024.06,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02NSC18P71BPO,1990.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1990.09,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1990.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1991.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1991.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1991.09,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1991.12,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1992.03,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1992.06,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1992.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1992.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1993.03,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1993.06,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1993.09,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1993.12,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1994.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1994.06,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1994.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1994.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1995.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1995.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1995.09,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1995.12,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1996.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1996.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1996.09,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1996.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1997.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1997.06,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1997.09,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1997.12,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1998.03,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1998.06,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1998.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1998.12,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1999.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1999.06,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1999.09,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,1999.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2000.03,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2000.06,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2000.09,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2000.12,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2001.03,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2001.06,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2001.09,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2001.12,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2002.03,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2002.06,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2002.09,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2002.12,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2003.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2003.06,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2003.09,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2003.12,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2004.03,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2004.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2004.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2004.12,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2005.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2005.06,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2005.09,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2005.12,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2006.03,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2006.06,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2006.09,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2006.12,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2007.03,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2007.06,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2007.09,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2007.12,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2008.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2008.06,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2008.09,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2008.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2009.03,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2009.06,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2009.09,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2009.12,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2010.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2010.06,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2010.09,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2010.12,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2011.03,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2011.06,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2011.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2011.12,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2012.03,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2012.06,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2012.09,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2012.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2013.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2013.06,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2013.09,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2013.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2014.03,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2014.06,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2014.09,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2014.12,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2015.03,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2015.06,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2015.09,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2015.12,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2016.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2016.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2016.09,1165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2016.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2017.03,1283,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2017.06,1290,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2017.09,1380,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2017.12,1457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2018.03,1407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2018.06,1424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2018.09,1468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2018.12,1495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2019.03,1521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2019.06,1501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2019.09,1656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2019.12,1716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2020.03,1771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2020.06,1200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2020.09,1389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2020.12,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2021.03,1463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2021.06,1618,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2021.09,1585,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2021.12,1714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2022.03,1854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2022.06,1765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2022.09,1902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2022.12,2047,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2023.03,2088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2023.06,2167,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2023.09,2042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2023.12,1930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2024.03,1987,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPO,2024.06,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02NSC18P71BPP,1990.06,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1990.09,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1990.12,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1991.03,1730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1991.06,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1991.09,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1991.12,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1992.03,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1992.06,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1992.09,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1992.12,1923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1993.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1993.06,1981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1993.09,1986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1993.12,1929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1994.03,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1994.06,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1994.09,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1994.12,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1995.03,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1995.06,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1995.09,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1995.12,2186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1996.03,2314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1996.06,2249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1996.09,2232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1996.12,2256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1997.03,2111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1997.06,2223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1997.09,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1997.12,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1998.03,2432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1998.06,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1998.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1998.12,2399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1999.03,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1999.06,2574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1999.09,2707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,1999.12,2991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2000.03,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2000.06,3318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2000.09,3392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2000.12,3735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2001.03,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2001.06,3459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2001.09,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2001.12,3402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2002.03,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2002.06,3309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2002.09,3411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2002.12,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2003.03,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2003.06,3233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2003.09,3051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2003.12,3096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2004.03,3229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2004.06,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2004.09,3478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2004.12,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2005.03,3699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2005.06,3822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2005.09,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2005.12,3846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2006.03,4110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2006.06,4368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2006.09,4512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2006.12,4318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2007.03,4415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2007.06,4369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2007.09,4366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2007.12,4734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2008.03,5255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2008.06,5636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2008.09,6311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2008.12,6012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2009.03,4924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2009.06,4368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2009.09,4292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2009.12,4280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2010.03,4574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2010.06,4679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2010.09,4616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2010.12,5111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2011.03,5191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2011.06,5987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2011.09,5410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2011.12,5343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2012.03,5774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2012.06,5172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2012.09,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2012.12,5413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2013.03,5417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2013.06,5232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2013.09,5563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2013.12,5212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2014.03,5305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2014.06,5480,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2014.09,5233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2014.12,5557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2015.03,5123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2015.06,5168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2015.09,5321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2015.12,5174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2016.03,5085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2016.06,5015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2016.09,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2016.12,5067,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2017.03,5439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2017.06,5661,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2017.09,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2017.12,6050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2018.03,6369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2018.06,6371,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2018.09,7134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2018.12,6857,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2019.03,6740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2019.06,6919,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2019.09,6697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2019.12,6977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2020.03,6963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2020.06,5071,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2020.09,5614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2020.12,5741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2021.03,5990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2021.06,6774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2021.09,7404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2021.12,7958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2022.03,8555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2022.06,9069,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2022.09,9567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2022.12,9379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2023.03,8724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2023.06,8117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2023.09,7854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2023.12,7858,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2024.03,8270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71BPP,2024.06,8238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02NSC18P71CPL,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2000.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2000.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2001.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2001.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2001.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2001.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2002.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2002.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2003.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2003.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2003.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2003.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2004.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2004.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2004.09,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2004.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2005.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2005.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2005.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2005.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2006.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2006.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2006.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2006.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2007.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2007.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2007.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2007.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2008.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2008.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2008.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2008.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2009.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2009.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2009.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2009.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2010.03,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2010.06,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2010.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2010.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2011.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2011.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2011.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2011.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2012.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2012.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2012.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2012.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2013.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2013.06,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2013.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2013.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2014.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2014.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2014.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2014.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2015.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2015.06,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2015.09,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2015.12,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2016.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2016.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2016.09,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2016.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2017.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2017.06,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2017.09,382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2017.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2018.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2018.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2018.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2018.12,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2019.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2019.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2019.09,553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2019.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2020.03,556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2020.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2020.09,605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2020.12,584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2021.03,647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2021.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2021.09,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2021.12,811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2022.03,791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2022.06,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2022.09,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2022.12,788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2023.03,808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2023.06,911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2023.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2023.12,1049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2024.03,1227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPL,2024.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02NSC18P71CPQ,1990.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1990.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1990.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1991.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1991.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1991.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1991.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1992.03,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1992.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1992.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1992.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1993.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1993.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1993.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1993.12,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1994.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1994.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1994.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1994.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1995.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1995.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1995.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1995.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1996.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1996.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1996.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1996.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1997.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1997.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1997.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1997.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1998.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1998.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1998.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1998.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1999.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1999.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1999.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,1999.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2000.03,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2000.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2000.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2000.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2001.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2001.06,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2001.09,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2001.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2002.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2002.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2002.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2002.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2003.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2003.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2003.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2003.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2004.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2004.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2004.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2004.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2005.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2005.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2005.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2005.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2006.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2006.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2006.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2006.12,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2007.03,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2007.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2007.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2007.12,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2008.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2008.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2008.09,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2008.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2009.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2009.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2009.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2009.12,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2010.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2010.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2010.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2010.12,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2011.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2011.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2011.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2011.12,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2012.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2012.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2012.09,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2012.12,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2013.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2013.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2013.09,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2013.12,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2014.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2014.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2014.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2014.12,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2015.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2015.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2015.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2015.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2016.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2016.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2016.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2016.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2017.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2017.06,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2017.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2017.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2018.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2018.06,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2018.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2018.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2019.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2019.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2019.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2019.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2020.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2020.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2020.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2020.12,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2021.03,137,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2021.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2021.09,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2021.12,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2022.03,146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2022.06,161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2022.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2022.12,158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2023.03,175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2023.06,182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2023.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2023.12,187,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2024.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPQ,2024.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02NSC18P71CPR,1990.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1990.09,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1990.12,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1991.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1991.06,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1991.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1991.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1992.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1992.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1992.09,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1992.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1993.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1993.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1993.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1993.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1994.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1994.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1994.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1994.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1995.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1995.06,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1995.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1995.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1996.03,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1996.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1996.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1996.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1997.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1997.06,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1997.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1997.12,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1998.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1998.06,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1998.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1998.12,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1999.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1999.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1999.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,1999.12,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2000.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2000.06,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2000.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2000.12,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2001.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2001.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2001.09,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2001.12,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2002.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2002.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2002.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2002.12,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2003.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2003.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2003.09,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2003.12,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2004.03,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2004.06,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2004.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2004.12,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2005.03,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2005.06,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2005.09,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2005.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2006.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2006.06,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2006.09,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2006.12,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2007.03,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2007.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2007.09,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2007.12,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2008.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2008.06,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2008.09,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2008.12,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2009.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2009.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2009.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2009.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2010.03,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2010.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2010.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2010.12,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2011.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2011.06,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2011.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2011.12,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2012.03,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2012.06,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2012.09,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2012.12,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2013.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2013.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2013.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2013.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2014.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2014.06,677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2014.09,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2014.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2015.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2015.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2015.09,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2015.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2016.03,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2016.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2016.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2016.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2017.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2017.06,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2017.09,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2017.12,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2018.03,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2018.06,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2018.09,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2018.12,934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2019.03,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2019.06,943,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2019.09,944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2019.12,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2020.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2020.06,1037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2020.09,941,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2020.12,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2021.03,956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2021.06,957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2021.09,1058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2021.12,1020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2022.03,1048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2022.06,1059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2022.09,1113,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2022.12,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2023.03,1181,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2023.06,1238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2023.09,1197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2023.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2024.03,1223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPR,2024.06,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02NSC18P71CPT,1990.06,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1990.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1990.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1991.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1991.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1991.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1991.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1992.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1992.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1992.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1992.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1993.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1993.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1993.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1993.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1994.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1994.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1994.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1994.12,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1995.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1995.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1995.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1995.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1996.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1996.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1996.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1996.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1997.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1997.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1997.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1997.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1998.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1998.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1998.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1998.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1999.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1999.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1999.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,1999.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2000.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2000.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2000.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2000.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2001.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2001.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2001.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2001.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2002.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2002.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2002.09,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2002.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2003.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2003.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2003.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2003.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2004.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2004.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2004.09,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2004.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2005.03,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2005.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2005.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2005.12,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2006.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2006.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2006.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2006.12,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2007.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2007.06,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2007.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2007.12,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2008.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2008.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2008.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2008.12,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2009.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2009.06,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2009.09,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2009.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2010.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2010.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2010.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2010.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2011.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2011.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2011.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2011.12,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2012.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2012.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2012.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2012.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2013.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2013.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2013.09,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2013.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2014.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2014.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2014.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2014.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2015.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2015.06,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2015.09,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2015.12,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2016.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2016.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2016.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2016.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2017.03,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2017.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2017.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2017.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2018.03,145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2018.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2018.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2018.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2019.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2019.06,160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2019.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2019.12,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2020.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2020.06,186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2020.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2020.12,160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2021.03,174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2021.06,205,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2021.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2021.12,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2022.03,236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2022.06,257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2022.09,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2022.12,255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2023.03,266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2023.06,244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2023.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2023.12,175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2024.03,158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPT,2024.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02NSC18P71CPU,1990.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1990.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1990.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1991.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1991.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1991.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1991.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1992.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1992.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1992.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1992.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1993.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1993.06,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1993.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1993.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1994.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1994.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1994.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1994.12,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1995.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1995.06,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1995.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1995.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1996.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1996.06,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1996.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1996.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1997.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1997.06,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1997.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1997.12,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1998.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1998.06,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1998.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1998.12,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1999.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1999.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1999.09,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,1999.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2000.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2000.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2000.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2000.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2001.03,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2001.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2001.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2001.12,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2002.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2002.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2002.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2002.12,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2003.03,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2003.06,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2003.09,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2003.12,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2004.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2004.06,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2004.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2004.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2005.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2005.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2005.09,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2005.12,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2006.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2006.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2006.09,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2006.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2007.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2007.06,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2007.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2007.12,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2008.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2008.06,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2008.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2008.12,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2009.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2009.06,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2009.09,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2009.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2010.03,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2010.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2010.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2010.12,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2011.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2011.06,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2011.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2011.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2012.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2012.06,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2012.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2012.12,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2013.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2013.06,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2013.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2013.12,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2014.03,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2014.06,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2014.09,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2014.12,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2015.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2015.06,528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2015.09,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2015.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2016.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2016.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2016.09,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2016.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2017.03,606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2017.06,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2017.09,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2017.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2018.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2018.06,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2018.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2018.12,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2019.03,661,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2019.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2019.09,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2019.12,733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2020.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2020.06,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2020.09,698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2020.12,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2021.03,826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2021.06,809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2021.09,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2021.12,822,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2022.03,844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2022.06,881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2022.09,861,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2022.12,896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2023.03,984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2023.06,752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2023.09,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2023.12,788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2024.03,765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPU,2024.06,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02NSC18P71CPV,1990.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1990.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1990.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1991.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1991.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1991.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1991.12,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1992.03,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1992.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1992.09,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1992.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1993.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1993.06,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1993.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1993.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1994.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1994.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1994.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1994.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1995.03,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1995.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1995.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1995.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1996.03,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1996.06,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1996.09,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1996.12,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1997.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1997.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1997.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1997.12,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1998.03,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1998.06,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1998.09,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1998.12,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1999.03,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1999.06,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1999.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,1999.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2000.03,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2000.06,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2000.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2000.12,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2001.03,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2001.06,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2001.09,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2001.12,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2002.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2002.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2002.09,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2002.12,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2003.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2003.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2003.09,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2003.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2004.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2004.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2004.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2004.12,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2005.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2005.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2005.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2005.12,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2006.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2006.06,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2006.09,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2006.12,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2007.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2007.06,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2007.09,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2007.12,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2008.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2008.06,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2008.09,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2008.12,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2009.03,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2009.06,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2009.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2009.12,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2010.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2010.06,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2010.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2010.12,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2011.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2011.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2011.09,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2011.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2012.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2012.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2012.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2012.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2013.03,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2013.06,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2013.09,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2013.12,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2014.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2014.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2014.09,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2014.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2015.03,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2015.06,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2015.09,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2015.12,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2016.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2016.06,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2016.09,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2016.12,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2017.03,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2017.06,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2017.09,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2017.12,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2018.03,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2018.06,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2018.09,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2018.12,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2019.03,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2019.06,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2019.09,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2019.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2020.03,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2020.06,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2020.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2020.12,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2021.03,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2021.06,1119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2021.09,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2021.12,1149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2022.03,1217,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2022.06,1235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2022.09,1311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2022.12,1342,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2023.03,1232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2023.06,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2023.09,1180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2023.12,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2024.03,1206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPV,2024.06,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02NSC18P71CPW,1990.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1990.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1990.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1991.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1991.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1991.09,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1991.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1992.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1992.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1992.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1992.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1993.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1993.06,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1993.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1993.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1994.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1994.06,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1994.09,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1994.12,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1995.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1995.06,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1995.09,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1995.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1996.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1996.06,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1996.09,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1996.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1997.03,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1997.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1997.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1997.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1998.03,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1998.06,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1998.09,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1998.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1999.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1999.06,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1999.09,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,1999.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2000.03,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2000.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2000.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2000.12,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2001.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2001.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2001.09,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2001.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2002.03,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2002.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2002.09,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2002.12,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2003.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2003.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2003.09,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2003.12,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2004.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2004.06,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2004.09,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2004.12,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2005.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2005.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2005.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2005.12,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2006.03,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2006.06,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2006.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2006.12,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2007.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2007.06,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2007.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2007.12,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2008.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2008.06,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2008.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2008.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2009.03,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2009.06,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2009.09,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2009.12,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2010.03,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2010.06,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2010.09,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2010.12,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2011.03,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2011.06,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2011.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2011.12,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2012.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2012.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2012.09,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2012.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2013.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2013.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2013.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2013.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2014.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2014.06,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2014.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2014.12,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2015.03,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2015.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2015.09,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2015.12,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2016.03,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2016.06,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2016.09,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2016.12,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2017.03,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2017.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2017.09,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2017.12,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2018.03,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2018.06,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2018.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2018.12,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2019.03,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2019.06,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2019.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2019.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2020.03,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2020.06,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2020.09,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2020.12,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2021.03,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2021.06,1046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2021.09,1080,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2021.12,1054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2022.03,1083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2022.06,1195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2022.09,1276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2022.12,1300,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2023.03,1309,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2023.06,1259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2023.09,1168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2023.12,1200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2024.03,1310,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPW,2024.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02NSC18P71CPY,1990.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1990.09,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1990.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1991.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1991.06,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1991.09,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1991.12,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1992.03,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1992.06,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1992.09,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1992.12,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1993.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1993.06,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1993.09,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1993.12,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1994.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1994.06,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1994.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1994.12,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1995.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1995.06,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1995.09,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1995.12,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1996.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1996.06,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1996.09,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1996.12,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1997.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1997.06,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1997.09,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1997.12,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1998.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1998.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1998.09,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1998.12,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1999.03,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1999.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1999.09,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,1999.12,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2000.03,1654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2000.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2000.09,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2000.12,1862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2001.03,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2001.06,1862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2001.09,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2001.12,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2002.03,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2002.06,1919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2002.09,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2002.12,1914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2003.03,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2003.06,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2003.09,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2003.12,2006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2004.03,2002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2004.06,2150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2004.09,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2004.12,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2005.03,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2005.06,2343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2005.09,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2005.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2006.03,2457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2006.06,2507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2006.09,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2006.12,2545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2007.03,2599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2007.06,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2007.09,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2007.12,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2008.03,2677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2008.06,2796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2008.09,2852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2008.12,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2009.03,2935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2009.06,2840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2009.09,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2009.12,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2010.03,2702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2010.06,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2010.09,2772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2010.12,2799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2011.03,2817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2011.06,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2011.09,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2011.12,2862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2012.03,2896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2012.06,2988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2012.09,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2012.12,2920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2013.03,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2013.06,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2013.09,3076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2013.12,3047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2014.03,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2014.06,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2014.09,3111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2014.12,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2015.03,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2015.06,3362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2015.09,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2015.12,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2016.03,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2016.06,3788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2016.09,3649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2016.12,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2017.03,3763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2017.06,3839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2017.09,3822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2017.12,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2018.03,4074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2018.06,4109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2018.09,4227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2018.12,4373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2019.03,4368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2019.06,4383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2019.09,4537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2019.12,4624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2020.03,4326,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2020.06,4356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2020.09,4404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2020.12,4542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2021.03,4848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2021.06,4934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2021.09,5221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2021.12,5236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2022.03,5366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2022.06,5587,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2022.09,5731,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2022.12,5948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2023.03,5954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2023.06,5809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2023.09,5668,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2023.12,5641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2024.03,6077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71CPY,2024.06,6092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02NSC18P71DPZ,1990.06,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1990.09,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1990.12,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1991.03,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1991.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1991.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1991.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1992.03,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1992.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1992.09,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1992.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1993.03,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1993.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1993.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1993.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1994.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1994.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1994.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1994.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1995.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1995.06,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1995.09,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1995.12,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1996.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1996.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1996.09,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1996.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1997.03,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1997.06,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1997.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1997.12,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1998.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1998.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1998.09,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1998.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1999.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1999.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1999.09,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,1999.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2000.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2000.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2000.09,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2000.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2001.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2001.06,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2001.09,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2001.12,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2002.03,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2002.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2002.09,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2002.12,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2003.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2003.06,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2003.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2003.12,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2004.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2004.06,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2004.09,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2004.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2005.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2005.06,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2005.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2005.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2006.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2006.06,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2006.09,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2006.12,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2007.03,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2007.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2007.09,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2007.12,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2008.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2008.06,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2008.09,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2008.12,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2009.03,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2009.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2009.09,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2009.12,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2010.03,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2010.06,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2010.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2010.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2011.03,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2011.06,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2011.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2011.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2012.03,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2012.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2012.09,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2012.12,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2013.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2013.06,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2013.09,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2013.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2014.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2014.06,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2014.09,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2014.12,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2015.03,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2015.06,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2015.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2015.12,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2016.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2016.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2016.09,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2016.12,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2017.03,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2017.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2017.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2017.12,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2018.03,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2018.06,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2018.09,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2018.12,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2019.03,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2019.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2019.09,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2019.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2020.03,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2020.06,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2020.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2020.12,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2021.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2021.06,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2021.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2021.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2022.03,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2022.06,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2022.09,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2022.12,1917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2023.03,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2023.06,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2023.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2023.12,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2024.03,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71DPZ,2024.06,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02NSC18P71EQA,1990.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1990.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1990.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1991.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1991.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1991.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1991.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1992.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1992.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1992.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1992.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1993.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1993.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1993.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1993.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1994.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1994.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1994.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1994.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1995.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1995.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1995.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1995.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1996.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1996.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1996.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1996.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1997.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1997.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1997.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1997.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1998.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1998.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1998.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1998.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1999.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1999.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1999.09,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,1999.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2000.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2000.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2000.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2000.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2001.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2001.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2001.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2001.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2002.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2002.06,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2002.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2002.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2003.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2003.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2003.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2003.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2004.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2004.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2004.09,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2004.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2005.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2005.06,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2005.09,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2005.12,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2006.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2006.06,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2006.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2006.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2007.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2007.06,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2007.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2007.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2008.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2008.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2008.09,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2008.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2009.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2009.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2009.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2009.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2010.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2010.06,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2010.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2010.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2011.03,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2011.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2011.09,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2011.12,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2012.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2012.06,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2012.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2012.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2013.03,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2013.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2013.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2013.12,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2014.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2014.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2014.09,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2014.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2015.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2015.06,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2015.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2015.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2016.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2016.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2016.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2016.12,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2017.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2017.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2017.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2017.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2018.03,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2018.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2018.09,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2018.12,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2019.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2019.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2019.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2019.12,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2020.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2020.06,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2020.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2020.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2021.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2021.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2021.09,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2021.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2022.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2022.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2022.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2022.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2023.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2023.06,800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2023.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2023.12,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2024.03,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71EQA,2024.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02NSC18P71FQB,1990.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1990.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1990.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1991.03,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1991.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1991.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1991.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1992.03,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1992.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1992.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1992.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1993.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1993.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1993.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1993.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1994.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1994.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1994.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1994.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1995.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1995.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1995.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1995.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1996.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1996.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1996.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1996.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1997.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1997.06,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1997.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1997.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1998.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1998.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1998.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1998.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1999.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1999.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1999.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,1999.12,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2000.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2000.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2000.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2000.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2001.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2001.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2001.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2002.03,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2002.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2002.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2002.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2003.03,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2003.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2003.09,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2003.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2004.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2004.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2004.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2004.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2005.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2005.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2005.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2005.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2006.03,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2006.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2006.09,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2006.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2007.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2007.06,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2007.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2007.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2008.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2008.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2008.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2008.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2009.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2009.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2009.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2009.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2010.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2010.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2010.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2010.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2011.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2011.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2011.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2011.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2012.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2012.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2012.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2012.12,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2013.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2013.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2013.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2013.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2014.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2014.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2014.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2014.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2015.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2015.06,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2015.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2015.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2016.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2016.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2016.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2016.12,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2017.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2017.06,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2017.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2017.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2018.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2018.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2018.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2018.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2019.03,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2019.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2019.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2019.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2020.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2020.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2020.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2020.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2021.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2021.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2021.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2021.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2022.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2022.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2022.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2022.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2023.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2023.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2023.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2023.12,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2024.03,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC18P71FQB,2024.06,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02NSC30P30C,1987.06,2686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1987.09,2851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1987.12,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1988.03,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1988.06,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1988.09,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1988.12,3117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1989.03,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1989.06,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1989.09,3199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1989.12,3365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1990.03,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1990.06,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1990.09,3562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1990.12,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1991.03,3481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1991.06,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1991.09,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1991.12,3531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1992.03,3626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1992.06,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1992.09,3649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1992.12,3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1993.03,3704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1993.06,3732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1993.09,3741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1993.12,3740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1994.03,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1994.06,3639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1994.09,3829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1994.12,3873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1995.03,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1995.06,3982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1995.09,4051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1995.12,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1996.03,4089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1996.06,4197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1996.09,4133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1996.12,4252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1997.03,4229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1997.06,4286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1997.09,4429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1997.12,4418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1998.03,4510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1998.06,4562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1998.09,4628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1998.12,4655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1999.03,4898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1999.06,4829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1999.09,4811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,1999.12,4954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2000.03,4965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2000.06,4956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2000.09,5076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2000.12,5160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2001.03,5305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2001.06,5388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2001.09,5421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2001.12,5441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2002.03,5510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2002.06,5599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2002.09,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2002.12,5691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2003.03,5725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2003.06,5844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2003.09,6024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2003.12,6165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2004.03,6274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2004.06,6382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2004.09,6474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2004.12,6666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2005.03,6881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2005.06,7139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2005.09,7228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2005.12,7361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2006.03,7525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2006.06,7651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2006.09,7850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2006.12,7985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2007.03,8107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2007.06,8367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2007.09,8522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2007.12,8639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2008.03,8876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2008.06,9080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2008.09,9272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2008.12,9543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2009.03,9585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2009.06,9469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2009.09,9639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2009.12,9658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2010.03,9662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2010.06,9789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2010.09,9957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2010.12,10033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2011.03,10288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2011.06,10382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2011.09,10358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2011.12,10511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2012.03,10460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2012.06,10497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2012.09,10465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2012.12,10549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2013.03,10641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2013.06,10645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2013.09,10860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2013.12,11011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2014.03,11140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2014.06,11207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2014.09,11355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2014.12,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2015.03,11550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2015.06,11783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2015.09,11735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2015.12,11773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2016.03,11947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2016.06,12027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2016.09,12243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2016.12,12404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2017.03,12583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2017.06,12668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2017.09,13015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2017.12,13130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2018.03,13323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2018.06,13573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2018.09,13845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2018.12,14082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2019.03,14363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2019.06,14849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2019.09,15006,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2019.12,15396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2020.03,15722,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2020.06,16151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2020.09,16501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2020.12,16934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2021.03,17584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2021.06,17846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2021.09,18421,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2021.12,19538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2022.03,19940,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2022.06,20307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2022.09,20684,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2022.12,20404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2023.03,20860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2023.06,21368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2023.09,21772,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2023.12,22101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2024.03,22214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30C,2024.06,22802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02NSC30P30D,1987.06,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1987.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1987.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1988.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1988.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1988.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1988.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1989.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1989.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1989.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1989.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1990.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1990.06,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1990.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1990.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1991.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1991.06,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1991.09,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1991.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1992.03,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1992.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1992.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1992.12,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1993.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1993.06,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1993.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1993.12,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1994.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1994.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1994.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1994.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1995.03,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1995.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1995.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1995.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1996.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1996.06,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1996.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1996.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1997.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1997.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1997.09,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1997.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1998.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1998.06,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1998.09,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1998.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1999.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1999.06,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1999.09,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,1999.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2000.03,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2000.06,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2000.09,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2000.12,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2001.03,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2001.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2001.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2001.12,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2002.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2002.06,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2002.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2002.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2003.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2003.06,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2003.09,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2003.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2004.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2004.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2004.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2004.12,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2005.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2005.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2005.09,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2005.12,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2006.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2006.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2006.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2006.12,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2007.03,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2007.06,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2007.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2007.12,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2008.03,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2008.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2008.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2008.12,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2009.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2009.06,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2009.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2009.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2010.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2010.06,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2010.09,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2010.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2011.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2011.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2011.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2011.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2012.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2012.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2012.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2012.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2013.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2013.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2013.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2013.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2014.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2014.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2014.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2014.12,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2015.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2015.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2015.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2015.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2016.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2016.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2016.09,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2016.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2017.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2017.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2017.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2017.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2018.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2018.06,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2018.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2018.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2019.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2019.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2019.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2019.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2020.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2020.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2020.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2020.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2021.03,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2021.06,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2021.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2021.12,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2022.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2022.06,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2022.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2022.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2023.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2023.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2023.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2023.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2024.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30D,2024.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02NSC30P30E,1987.06,8934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1987.09,9129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1987.12,9354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1988.03,9446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1988.06,9563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1988.09,10004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1988.12,10136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1989.03,10313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1989.06,10781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1989.09,10480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1989.12,10624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1990.03,10880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1990.06,11035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1990.09,11169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1990.12,11561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1991.03,11176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1991.06,11045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1991.09,11208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1991.12,11175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1992.03,11278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1992.06,11279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1992.09,11283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1992.12,11495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1993.03,11440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1993.06,11613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1993.09,11768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1993.12,11917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1994.03,12159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1994.06,12429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1994.09,12684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1994.12,12930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1995.03,13128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1995.06,13235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1995.09,13478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1995.12,13708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1996.03,14078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1996.06,14321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1996.09,14525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1996.12,14598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1997.03,14691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1997.06,14891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1997.09,14983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1997.12,15148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1998.03,15364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1998.06,15462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1998.09,15604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1998.12,15868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1999.03,15938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1999.06,16179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1999.09,16329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,1999.12,16362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2000.03,16334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2000.06,16701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2000.09,16960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2000.12,17053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2001.03,16951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2001.06,17412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2001.09,17704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2001.12,17906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2002.03,17898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2002.06,18502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2002.09,18816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2002.12,19125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2003.03,19435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2003.06,19648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2003.09,19909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2003.12,20460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2004.03,20934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2004.06,20994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2004.09,21618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2004.12,21947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2005.03,22108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2005.06,22688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2005.09,22902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2005.12,23353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2006.03,23670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2006.06,23996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2006.09,24320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2006.12,24730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2007.03,25070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2007.06,25388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2007.09,25617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2007.12,25967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2008.03,26490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2008.06,26362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2008.09,26777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2008.12,26901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2009.03,26492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2009.06,27107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2009.09,27377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2009.12,27655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2010.03,28069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2010.06,28210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2010.09,28469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2010.12,28930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2011.03,29342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2011.06,29885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2011.09,30305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2011.12,30435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2012.03,30859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2012.06,31024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2012.09,31054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2012.12,31462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2013.03,31825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2013.06,32276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2013.09,32590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2013.12,33015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2014.03,33298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2014.06,33573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2014.09,34044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2014.12,34265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2015.03,34680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2015.06,35161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2015.09,35767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2015.12,36226,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2016.03,36465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2016.06,37613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2016.09,38176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2016.12,38789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2017.03,39768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2017.06,40136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2017.09,40614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2017.12,41369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2018.03,41744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2018.06,42568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2018.09,43305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2018.12,43968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2019.03,44020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2019.06,44708,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2019.09,45286,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2019.12,45790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2020.03,45567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2020.06,40459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2020.09,46336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2020.12,47381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2021.03,49990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2021.06,50636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2021.09,47771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2021.12,50868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2022.03,53892,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2022.06,53562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2022.09,54905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2022.12,56200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2023.03,57036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2023.06,57867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2023.09,58019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2023.12,58605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2024.03,59074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30E,2024.06,59682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02NSC30P30G,1987.06,9084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1987.09,9285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1987.12,9515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1988.03,9611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1988.06,9730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1988.09,10173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1988.12,10309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1989.03,10491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1989.06,10966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1989.09,10671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1989.12,10821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1990.03,11084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1990.06,11245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1990.09,11385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1990.12,11784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1991.03,11405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1991.06,11278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1991.09,11445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1991.12,11414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1992.03,11516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1992.06,11515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1992.09,11518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1992.12,11730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1993.03,11677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1993.06,11854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1993.09,12011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1993.12,12164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1994.03,12410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1994.06,12684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1994.09,12940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1994.12,13186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1995.03,13383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1995.06,13486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1995.09,13730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1995.12,13964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1996.03,14342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1996.06,14599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1996.09,14814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1996.12,14897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1997.03,14999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1997.06,15206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1997.09,15308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1997.12,15488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1998.03,15722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1998.06,15842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1998.09,15998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1998.12,16269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1999.03,16337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1999.06,16570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1999.09,16716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,1999.12,16751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2000.03,16730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2000.06,17111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2000.09,17380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2000.12,17483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2001.03,17387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2001.06,17852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2001.09,18147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2001.12,18351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2002.03,18343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2002.06,18945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2002.09,19259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2002.12,19568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2003.03,19879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2003.06,20093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2003.09,20358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2003.12,20916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2004.03,21399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2004.06,21471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2004.09,22105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2004.12,22440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2005.03,22603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2005.06,23183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2005.09,23399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2005.12,23853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2006.03,24174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2006.06,24506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2006.09,24837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2006.12,25258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2007.03,25609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2007.06,25941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2007.09,26189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2007.12,26562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2008.03,27115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2008.06,27021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2008.09,27462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2008.12,27605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2009.03,27207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2009.06,27827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2009.09,28094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2009.12,28363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2010.03,28762,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2010.06,28880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2010.09,29127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2010.12,29587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2011.03,30008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2011.06,30572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2011.09,31000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2011.12,31125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2012.03,31533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2012.06,31670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2012.09,31684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2012.12,32089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2013.03,32460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2013.06,32933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2013.09,33263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2013.12,33701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2014.03,33993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2014.06,34271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2014.09,34745,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2014.12,34968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2015.03,35383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2015.06,35863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2015.09,36470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2015.12,36932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2016.03,37176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2016.06,38332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2016.09,38905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2016.12,39530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2017.03,40524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2017.06,40909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2017.09,41400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2017.12,42164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2018.03,42545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2018.06,43372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2018.09,44113,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2018.12,44782,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2019.03,44842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2019.06,45539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2019.09,46128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2019.12,46642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2020.03,46409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2020.06,41131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2020.09,47156,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2020.12,48264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2021.03,50874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2021.06,51517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2021.09,48617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2021.12,51775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2022.03,54874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2022.06,54614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2022.09,56010,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2022.12,57341,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2023.03,58193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2023.06,59024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2023.09,59181,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2023.12,59778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2024.03,60262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30G,2024.06,60892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02NSC30P30H,1987.06,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1987.09,2491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1987.12,2534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1988.03,2622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1988.06,2466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1988.09,2788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1988.12,2700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1989.03,2758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1989.06,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1989.09,2768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1989.12,2923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1990.03,3010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1990.06,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1990.09,3073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1990.12,3018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1991.03,2978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1991.06,3100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1991.09,2972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1991.12,3033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1992.03,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1992.06,3226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1992.09,3124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1992.12,3164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1993.03,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1993.06,3171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1993.09,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1993.12,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1994.03,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1994.06,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1994.09,3296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1994.12,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1995.03,3342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1995.06,3421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1995.09,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1995.12,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1996.03,3509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1996.06,3615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1996.09,3561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1996.12,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1997.03,3643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1997.06,3709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1997.09,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1997.12,3836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1998.03,3931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1998.06,3989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1998.09,4064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1998.12,4099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1999.03,4335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1999.06,4268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1999.09,4258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,1999.12,4369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2000.03,4390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2000.06,4373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2000.09,4501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2000.12,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2001.03,4699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2001.06,4772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2001.09,4799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2001.12,4816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2002.03,4877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2002.06,4955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2002.09,5003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2002.12,5041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2003.03,5066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2003.06,5171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2003.09,5329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2003.12,5449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2004.03,5552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2004.06,5632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2004.09,5711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2004.12,5898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2005.03,6087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2005.06,6347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2005.09,6391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2005.12,6538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2006.03,6688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2006.06,6786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2006.09,6977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2006.12,7080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2007.03,7189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2007.06,7431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2007.09,7539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2007.12,7633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2008.03,7847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2008.06,8042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2008.09,8194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2008.12,8464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2009.03,8501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2009.06,8364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2009.09,8576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2009.12,8575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2010.03,8558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2010.06,8674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2010.09,8815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2010.12,8833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2011.03,9034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2011.06,9164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2011.09,9054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2011.12,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2012.03,9218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2012.06,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2012.09,9270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2012.12,9350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2013.03,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2013.06,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2013.09,9627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2013.12,9766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2014.03,9851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2014.06,9964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2014.09,10035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2014.12,10153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2015.03,10244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2015.06,10428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2015.09,10378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2015.12,10394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2016.03,10551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2016.06,10619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2016.09,10833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2016.12,10966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2017.03,11129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2017.06,11193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2017.09,11504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2017.12,11601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2018.03,11765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2018.06,11954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2018.09,12255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2018.12,12483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2019.03,12710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2019.06,13139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2019.09,13262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2019.12,13616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2020.03,13936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2020.06,14376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2020.09,14700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2020.12,15114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2021.03,15732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2021.06,15990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2021.09,16509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2021.12,17543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2022.03,17876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2022.06,18108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2022.09,18379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2022.12,18025,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2023.03,18389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2023.06,18835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2023.09,19215,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2023.12,19479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2024.03,19563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30H,2024.06,20161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02NSC30P30I,1987.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1987.09,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1987.12,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1988.03,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1988.06,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1988.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1988.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1989.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1989.06,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1989.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1989.12,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1990.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1990.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1990.09,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1990.12,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1991.03,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1991.06,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1991.09,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1991.12,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1992.03,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1992.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1992.09,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1992.12,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1993.03,525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1993.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1993.09,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1993.12,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1994.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1994.06,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1994.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1994.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1995.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1995.06,562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1995.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1995.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1996.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1996.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1996.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1996.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1997.03,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1997.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1997.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1997.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1998.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1998.06,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1998.09,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1998.12,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1999.03,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1999.06,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1999.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,1999.12,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2000.03,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2000.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2000.09,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2000.12,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2001.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2001.06,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2001.09,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2001.12,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2002.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2002.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2002.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2002.12,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2003.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2003.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2003.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2003.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2004.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2004.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2004.09,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2004.12,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2005.03,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2005.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2005.09,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2005.12,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2006.03,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2006.06,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2006.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2006.12,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2007.03,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2007.06,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2007.09,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2007.12,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2008.03,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2008.06,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2008.09,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2008.12,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2009.03,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2009.06,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2009.09,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2009.12,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2010.03,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2010.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2010.09,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2010.12,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2011.03,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2011.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2011.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2011.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2012.03,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2012.06,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2012.09,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2012.12,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2013.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2013.06,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2013.09,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2013.12,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2014.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2014.06,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2014.09,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2014.12,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2015.03,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2015.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2015.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2015.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2016.03,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2016.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2016.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2016.12,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2017.03,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2017.06,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2017.09,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2017.12,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2018.03,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2018.06,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2018.09,1590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2018.12,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2019.03,1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2019.06,1710,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2019.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2019.12,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2020.03,1786,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2020.06,1774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2020.09,1801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2020.12,1820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2021.03,1853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2021.06,1856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2021.09,1912,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2021.12,1994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2022.03,2064,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2022.06,2198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2022.09,2305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2022.12,2379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2023.03,2470,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2023.06,2533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2023.09,2557,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2023.12,2622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2024.03,2651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02NSC30P30I,2024.06,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Nominal, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC00B15,1987.06,26073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1987.09,26431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1987.12,27738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1988.03,26792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1988.06,26383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1988.09,26903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1988.12,28408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1989.03,27614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1989.06,27447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1989.09,26002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1989.12,28613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1990.03,27740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1990.06,27209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1990.09,26594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1990.12,29527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1991.03,27205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1991.06,26665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1991.09,26058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1991.12,28570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1992.03,27481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1992.06,27552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1992.09,25724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1992.12,28788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1993.03,28138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1993.06,28250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1993.09,27434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1993.12,31063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1994.03,30578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1994.06,30809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1994.09,29053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1994.12,32715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1995.03,31557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1995.06,32118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1995.09,30234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1995.12,34096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1996.03,32593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1996.06,33053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1996.09,31643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1996.12,35374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1997.03,33378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1997.06,34185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1997.09,33067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1997.12,36169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1998.03,34242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1998.06,34066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1998.09,32631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1998.12,37140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1999.03,35540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1999.06,35638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1999.09,34587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,1999.12,38725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2000.03,37656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2000.06,37025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2000.09,35715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2000.12,39692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2001.03,37503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2001.06,38201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2001.09,36835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2001.12,41073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2002.03,39643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2002.06,39406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2002.09,38916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2002.12,43495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2003.03,41802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2003.06,41308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2003.09,40648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2003.12,45068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2004.03,44238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2004.06,43585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2004.09,42402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2004.12,46360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2005.03,44467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2005.06,44913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2005.09,43761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2005.12,47735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2006.03,46035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2006.06,45282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2006.09,44767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2006.12,49205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2007.03,47360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2007.06,47513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2007.09,46532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2007.12,51036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2008.03,48454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2008.06,47316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2008.09,45758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2008.12,49962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2009.03,47387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2009.06,47544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2009.09,46176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2009.12,51096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2010.03,49491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2010.06,49263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2010.09,46822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2010.12,50613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2011.03,49393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2011.06,49235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2011.09,48039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2011.12,52958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2012.03,50974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2012.06,50506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2012.09,49129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2012.12,54290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2013.03,52489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2013.06,51376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2013.09,50309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2013.12,55212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2014.03,53679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2014.06,52930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2014.09,52108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2014.12,57492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2015.03,55704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2015.06,55202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2015.09,54471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2015.12,59811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2016.03,58021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2016.06,57787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2016.09,56714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2016.12,61697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2017.03,60033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2017.06,59951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2017.09,58983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2017.12,64765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2018.03,62729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2018.06,62750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2018.09,61081,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2018.12,67121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2019.03,64997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2019.06,64678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2019.09,63439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2019.12,68867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2020.03,65231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2020.06,58579,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2020.09,64975,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2020.12,70257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2021.03,68505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2021.06,69259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2021.09,64665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2021.12,71970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2022.03,68660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2022.06,69332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2022.09,68946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2022.12,73540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2023.03,69989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2023.06,70746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2023.09,68527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2023.12,73752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2024.03,70848,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B15,2024.06,70810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RAC00B21,1987.06,24684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1987.09,25422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1987.12,26926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1988.03,24714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1988.06,24677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1988.09,26031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1988.12,27089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1989.03,25629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1989.06,26148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1989.09,26624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1989.12,29019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1990.03,26439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1990.06,26197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1990.09,26680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1990.12,28784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1991.03,25020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1991.06,24444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1991.09,24776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1991.12,26720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1992.03,25355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1992.06,25017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1992.09,24977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1992.12,27668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1993.03,25602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1993.06,26040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1993.09,26708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1993.12,29599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1994.03,27555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1994.06,28416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1994.09,28625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1994.12,31706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1995.03,29213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1995.06,30003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1995.09,30075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1995.12,32999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1996.03,30408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1996.06,31348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1996.09,31922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1996.12,34029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1997.03,31133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1997.06,33119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1997.09,32523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1997.12,34875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1998.03,31895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1998.06,32679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1998.09,32046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1998.12,35641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1999.03,32737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1999.06,34341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1999.09,34510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,1999.12,38126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2000.03,34123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2000.06,34720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2000.09,35222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2000.12,37635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2001.03,33776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2001.06,35340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2001.09,35954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2001.12,39552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2002.03,36492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2002.06,36190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2002.09,38398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2002.12,41952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2003.03,38011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2003.06,39363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2003.09,40815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2003.12,44710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2004.03,41956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2004.06,42312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2004.09,44316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2004.12,47338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2005.03,43146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2005.06,45173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2005.09,46511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2005.12,48931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2006.03,44916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2006.06,44776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2006.09,46384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2006.12,49946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2007.03,45904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2007.06,47659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2007.09,49361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2007.12,52714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2008.03,48103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2008.06,48854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2008.09,49273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2008.12,51088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2009.03,44977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2009.06,45301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2009.09,46631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2009.12,50898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2010.03,46964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2010.06,47617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2010.09,48413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2010.12,52013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2011.03,47859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2011.06,48726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2011.09,50919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2011.12,53623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2012.03,50160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2012.06,50001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2012.09,51598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2012.12,55102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2013.03,50964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2013.06,51673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2013.09,54625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2013.12,57240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2014.03,53048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2014.06,54436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2014.09,57101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2014.12,59711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2015.03,54909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2015.06,56412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2015.09,58453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2015.12,61546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2016.03,57097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2016.06,58430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2016.09,61150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2016.12,64677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2017.03,60338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2017.06,61257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2017.09,64003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2017.12,68535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2018.03,63890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2018.06,65116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2018.09,67146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2018.12,70955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2019.03,65406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2019.06,66749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2019.09,69965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2019.12,73516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2020.03,65998,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2020.06,59232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2020.09,70406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2020.12,75304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2021.03,73114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2021.06,72160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2021.09,73161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2021.12,79656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2022.03,75125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2022.06,74842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2022.09,77446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2022.12,81133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2023.03,74038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2023.06,73834,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2023.09,76574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2023.12,78641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2024.03,73330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00B21,2024.06,73717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross National Expenditure,,,, +SNEQ.SG02RAC00P50,1987.06,4415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1987.09,4697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1987.12,5306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1988.03,4920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1988.06,4217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1988.09,4729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1988.12,5130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1989.03,5174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1989.06,4236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1989.09,5423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1989.12,6789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1990.03,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1990.06,4568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1990.09,4984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1990.12,6027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1991.03,4546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1991.06,3185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1991.09,3882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1991.12,4806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1992.03,4920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1992.06,3664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1992.09,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1992.12,5391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1993.03,5078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1993.06,4330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1993.09,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1993.12,6571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1994.03,5986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1994.06,5549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1994.09,5594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1994.12,7156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1995.03,6475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1995.06,6073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1995.09,6117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1995.12,7739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1996.03,6868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1996.06,6194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1996.09,6794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1996.12,7704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1997.03,6934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1997.06,7235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1997.09,6712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1997.12,7942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1998.03,6855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1998.06,6195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1998.09,5694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1998.12,7822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1999.03,6927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1999.06,6873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1999.09,7064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,1999.12,9531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2000.03,8079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2000.06,6928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2000.09,7305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2000.12,8811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2001.03,7312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2001.06,6888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2001.09,7236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2001.12,9645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2002.03,9181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2002.06,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2002.09,8599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2002.12,10720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2003.03,9093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2003.06,8570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2003.09,9444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2003.12,11488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2004.03,10858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2004.06,9850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2004.09,11009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2004.12,12407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2005.03,10756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2005.06,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2005.09,11794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2005.12,12438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2006.03,10966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2006.06,9481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2006.09,10709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2006.12,12385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2007.03,10791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2007.06,10741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2007.09,12146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2007.12,13864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2008.03,11608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2008.06,11441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2008.09,11762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2008.12,11880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2009.03,9165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2009.06,7853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2009.09,9000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2009.12,11447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2010.03,10048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2010.06,9119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2010.09,9908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2010.12,11963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2011.03,10215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2011.06,9353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2011.09,11427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2011.12,12286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2012.03,11443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2012.06,9860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2012.09,11703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2012.12,13105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2013.03,11491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2013.06,10469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2013.09,13296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2013.12,13731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2014.03,12273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2014.06,12032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2014.09,14225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2014.12,14956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2015.03,12791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2015.06,12333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2015.09,14150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2015.12,15004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2016.03,13497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2016.06,12432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2016.09,14412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2016.12,15600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2017.03,14144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2017.06,13112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2017.09,15015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2017.12,17104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2018.03,15846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2018.06,14703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2018.09,16163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2018.12,17311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2019.03,15452,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2019.06,14620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2019.09,17140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2019.12,18082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2020.03,14787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2020.06,10460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2020.09,16497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2020.12,17995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2021.03,17812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2021.06,14764,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2021.09,18501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2021.12,19909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2022.03,17627,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2022.06,16343,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2022.09,18628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2022.12,20091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2023.03,17254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2023.06,14759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2023.09,18015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2023.12,17643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2024.03,16248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P50,2024.06,14581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG02RAC00P52,1987.06,-534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1987.09,-330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1987.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1988.03,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1988.06,-545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1988.09,-263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1988.12,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1989.03,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1989.06,-848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1989.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1989.12,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1990.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1990.06,-378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1990.09,-191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1990.12,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1991.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1991.06,-797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1991.09,-414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1991.12,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1992.03,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1992.06,-486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1992.09,-208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1992.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1993.03,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1993.06,-283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1993.09,-240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1993.12,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1994.03,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1994.06,-29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1994.09,-202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1994.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1995.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1995.06,-197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1995.09,-199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1995.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1996.03,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1996.06,-424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1996.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1996.12,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1997.03,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1997.06,-455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1997.09,-357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1997.12,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1998.03,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1998.06,-420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1998.09,-480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1998.12,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1999.03,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1999.06,-27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1999.09,-134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,1999.12,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2000.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2000.06,-307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2000.09,-291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2000.12,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2001.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2001.06,-496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2001.09,-290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2001.12,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2002.03,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2002.06,-847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2002.09,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2002.12,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2003.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2003.06,-458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2003.09,-72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2003.12,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2004.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2004.06,-640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2004.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2004.12,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2005.03,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2005.06,-486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2005.09,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2005.12,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2006.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2006.06,-841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2006.09,-424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2006.12,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2007.03,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2007.06,-670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2007.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2007.12,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2008.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2008.06,-310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2008.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2008.12,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2009.03,-416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2009.06,-2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2009.09,-733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2009.12,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2010.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2010.06,-717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2010.09,-50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2010.12,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2011.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2011.06,-793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2011.09,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2011.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2012.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2012.06,-1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2012.09,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2012.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2013.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2013.06,-1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2013.09,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2013.12,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2014.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2014.06,-593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2014.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2014.12,1014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2015.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2015.06,-894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2015.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2015.12,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2016.03,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2016.06,-1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2016.09,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2016.12,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2017.03,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2017.06,-871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2017.09,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2017.12,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2018.03,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2018.06,-643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2018.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2018.12,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2019.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2019.06,-1206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2019.09,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2019.12,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2020.03,-264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2020.06,-2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2020.09,-109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2020.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2021.03,1120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2021.06,-2000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2021.09,1694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2021.12,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2022.03,229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2022.06,-796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2022.09,196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2022.12,1622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2023.03,58,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2023.06,-2826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2023.09,456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2023.12,-180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2024.03,-240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC00P52,2024.06,-2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Total",Changes in Inventories,,,, +SNEQ.SG02RAC01P51C,1987.06,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1987.09,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1987.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1988.03,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1988.06,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1988.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1988.12,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1989.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1989.06,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1989.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1989.12,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1990.03,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1990.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1990.09,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1990.12,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1991.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1991.06,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1991.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1991.12,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1992.03,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1992.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1992.09,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1992.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1993.03,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1993.06,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1993.09,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1993.12,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1994.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1994.06,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1994.09,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1994.12,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1995.03,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1995.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1995.09,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1995.12,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1996.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1996.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1996.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1996.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1997.03,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1997.06,2236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1997.09,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1997.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1998.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1998.06,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1998.09,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1998.12,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1999.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1999.06,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1999.09,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,1999.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2000.03,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2000.06,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2000.09,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2000.12,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2001.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2001.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2001.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2001.12,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2002.03,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2002.06,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2002.09,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2002.12,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2003.03,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2003.06,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2003.09,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2003.12,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2004.03,2913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2004.06,2448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2004.09,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2004.12,2628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2005.03,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2005.06,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2005.09,2728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2005.12,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2006.03,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2006.06,2534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2006.09,2511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2006.12,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2007.03,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2007.06,2862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2007.09,2335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2007.12,2730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2008.03,2593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2008.06,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2008.09,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2008.12,3106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2009.03,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2009.06,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2009.09,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2009.12,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2010.03,2914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2010.06,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2010.09,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2010.12,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2011.03,3182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2011.06,3329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2011.09,2756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2011.12,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2012.03,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2012.06,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2012.09,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2012.12,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2013.03,2747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2013.06,3225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2013.09,3082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2013.12,2944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2014.03,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2014.06,3237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2014.09,3226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2014.12,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2015.03,3160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2015.06,3405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2015.09,3435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2015.12,3216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2016.03,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2016.06,3306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2016.09,3408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2016.12,3255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2017.03,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2017.06,3528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2017.09,3481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2017.12,3831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2018.03,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2018.06,3609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2018.09,3556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2018.12,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2019.03,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2019.06,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2019.09,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2019.12,3846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2020.03,3714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2020.06,3256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2020.09,4005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2020.12,4181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2021.03,3852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2021.06,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2021.09,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2021.12,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2022.03,3825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2022.06,3941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2022.09,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2022.12,3966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2023.03,3923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2023.06,4017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2023.09,4042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2023.12,4184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2024.03,3926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51C,2024.06,4312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,General Government,,, +SNEQ.SG02RAC01P51G,1987.06,3597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1987.09,3708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1987.12,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1988.03,3354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1988.06,3555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1988.09,3606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1988.12,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1989.03,3441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1989.06,3694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1989.09,3774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1989.12,4206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1990.03,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1990.06,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1990.09,3810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1990.12,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1991.03,2841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1991.06,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1991.09,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1991.12,3370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1992.03,3126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1992.06,3152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1992.09,3392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1992.12,3563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1993.03,3360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1993.06,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1993.09,4338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1993.12,4414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1994.03,4060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1994.06,4594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1994.09,4935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1994.12,5109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1995.03,4599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1995.06,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1995.09,5318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1995.12,5431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1996.03,5076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1996.06,5465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1996.09,5579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1996.12,5374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1997.03,5104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1997.06,5458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1997.09,5682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1997.12,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1998.03,4904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1998.06,5099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1998.09,4735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1998.12,5200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1999.03,5011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1999.06,5354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1999.09,5746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,1999.12,5797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2000.03,5858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2000.06,5856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2000.09,6347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2000.12,6095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2001.03,5128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2001.06,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2001.09,5885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2001.12,6362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2002.03,5384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2002.06,5763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2002.09,6496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2002.12,6715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2003.03,6224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2003.06,6850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2003.09,7564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2003.12,7942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2004.03,7171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2004.06,8052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2004.09,8469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2004.12,8110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2005.03,7599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2005.06,8096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2005.09,8600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2005.12,8633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2006.03,7591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2006.06,7846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2006.09,8540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2006.12,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2007.03,8190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2007.06,8527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2007.09,9546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2007.12,9699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2008.03,8538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2008.06,9080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2008.09,8388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2008.12,7816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2009.03,6609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2009.06,6746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2009.09,7002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2009.12,6858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2010.03,6407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2010.06,6680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2010.09,7277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2010.12,7330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2011.03,6912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2011.06,7116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2011.09,7874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2011.12,8128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2012.03,7852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2012.06,8577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2012.09,8407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2012.12,9120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2013.03,8379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2013.06,8880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2013.09,9446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2013.12,10039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2014.03,9289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2014.06,9971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2014.09,10551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2014.12,10916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2015.03,9721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2015.06,10366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2015.09,10916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2015.12,11087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2016.03,10304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2016.06,10953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2016.09,11198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2016.12,11355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2017.03,10489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2017.06,11098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2017.09,11731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2017.12,12268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2018.03,11462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2018.06,12353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2018.09,12379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2018.12,12927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2019.03,12332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2019.06,12702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2019.09,13139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2019.12,13385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2020.03,11672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2020.06,9948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2020.09,12983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2020.12,13236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2021.03,13205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2021.06,13250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2021.09,12992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2021.12,14757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2022.03,13962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2022.06,13676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2022.09,15121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2022.12,14756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2023.03,13712,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2023.06,14173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2023.09,13961,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2023.12,14041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2024.03,12997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51G,2024.06,13167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC01P51Z,1987.06,4992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1987.09,5082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1987.12,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1988.03,4746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1988.06,4871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1988.09,5005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1988.12,4924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1989.03,4687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1989.06,5073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1989.09,5045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1989.12,5474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1990.03,4793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1990.06,4976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1990.09,5161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1990.12,5341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1991.03,4226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1991.06,3998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1991.09,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1991.12,4306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1992.03,4121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1992.06,4148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1992.09,4261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1992.12,4494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1993.03,4243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1993.06,4692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1993.09,5188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1993.12,5316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1994.03,4898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1994.06,5567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1994.09,5868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1994.12,6091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1995.03,5640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1995.06,6223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1995.09,6335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1995.12,6583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1996.03,6212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1996.06,6650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1996.09,6741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1996.12,6743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1997.03,6434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1997.06,7726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1997.09,7091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1997.12,6685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1998.03,6341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1998.06,6743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1998.09,6245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1998.12,6725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1999.03,6417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1999.06,6831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1999.09,7186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,1999.12,8154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2000.03,7511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2000.06,7231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2000.09,7624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2000.12,7486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2001.03,6502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2001.06,7540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2001.09,7579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2001.12,8223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2002.03,7997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2002.06,7998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2002.09,8567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2002.12,8966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2003.03,8314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2003.06,9155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2003.09,9475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2003.12,10026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2004.03,10078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2004.06,10534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2004.09,10797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2004.12,10751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2005.03,9819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2005.06,11039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2005.09,11349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2005.12,11545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2006.03,10370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2006.06,10398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2006.09,11079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2006.12,11329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2007.03,10761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2007.06,11407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2007.09,11927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2007.12,12465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2008.03,11157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2008.06,11930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2008.09,11167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2008.12,10927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2009.03,9563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2009.06,10073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2009.09,9827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2009.12,9978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2010.03,9321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2010.06,9927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2010.09,10009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2010.12,10649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2011.03,10095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2011.06,10447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2011.09,10624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2011.12,11274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2012.03,10777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2012.06,11361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2012.09,11199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2012.12,11806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2013.03,11107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2013.06,12097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2013.09,12507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2013.12,12947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2014.03,12243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2014.06,13185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2014.09,13746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2014.12,14035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2015.03,12859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2015.06,13747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2015.09,14322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2015.12,14265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2016.03,13304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2016.06,14225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2016.09,14573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2016.12,14569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2017.03,13574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2017.06,14595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2017.09,15174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2017.12,16064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2018.03,14931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2018.06,15921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2018.09,15893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2018.12,16502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2019.03,15620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2019.06,16442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2019.09,16699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2019.12,17186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2020.03,15354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2020.06,13179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2020.09,16949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2020.12,17380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2021.03,17014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2021.06,17364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2021.09,17015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2021.12,19002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2022.03,17742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2022.06,17574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2022.09,18772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2022.12,18679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2023.03,17595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2023.06,18149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2023.09,17964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2023.12,18187,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2024.03,16889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC01P51Z,2024.06,17448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Sector of ownership",Gross Fixed Capital Formation,Total All Institutional Sectors,,, +SNEQ.SG02RAC10P52A1,1987.06,-214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1987.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1987.12,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1988.03,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1988.06,-208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1988.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1988.12,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1989.03,-109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1989.06,-219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1989.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1989.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1990.03,-34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1990.06,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1990.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1990.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1991.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1991.06,-143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1991.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1991.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1992.03,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1992.06,-238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1992.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1992.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1993.03,-164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1993.06,-121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1993.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1993.12,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1994.03,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1994.06,-135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1994.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1994.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1995.03,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1995.06,-146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1995.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1995.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1996.03,-150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1996.06,-145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1996.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1996.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1997.03,-79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1997.06,-186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1997.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1997.12,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1998.03,-155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1998.06,-142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1998.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1998.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1999.03,-153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1999.06,-105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1999.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,1999.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2000.03,-160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2000.06,-150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2000.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2000.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2001.03,-152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2001.06,-189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2001.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2001.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2002.03,-104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2002.06,-184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2002.09,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2002.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2003.03,-191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2003.06,-176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2003.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2003.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2004.03,-160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2004.06,-193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2004.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2004.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2005.03,-179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2005.06,-194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2005.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2005.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2006.03,-145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2006.06,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2006.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2006.12,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2007.03,-161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2007.06,-182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2007.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2007.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2008.03,-146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2008.06,-208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2008.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2008.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2009.03,-80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2009.06,-158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2009.09,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2009.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2010.03,-150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2010.06,-153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2010.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2010.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2011.03,-78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2011.06,-122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2011.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2011.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2012.03,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2012.06,-155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2012.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2012.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2013.03,-159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2013.06,-95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2013.09,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2013.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2014.03,-120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2014.06,-94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2014.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2014.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2015.03,-151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2015.06,-142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2015.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2015.12,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2016.03,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2016.06,-102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2016.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2016.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2017.03,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2017.06,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2017.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2017.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2018.03,-36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2018.06,-166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2018.09,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2018.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2019.03,-87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2019.06,-121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2019.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2019.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2020.03,-91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2020.06,-141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2020.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2020.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2021.03,-106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2021.06,-111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2021.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2021.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2022.03,-73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2022.06,-125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2022.09,53,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2022.12,45,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2023.03,-69,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2023.06,-128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2023.09,19,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2023.12,26,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2024.03,-82,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52A1,2024.06,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RAC10P52B1,1987.06,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1987.09,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1987.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1988.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1988.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1988.09,-23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1988.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1989.03,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1989.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1989.09,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1989.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1990.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1990.06,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1990.09,-40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1990.12,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1991.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1991.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1991.09,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1991.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1992.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1992.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1992.09,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1992.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1993.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1993.06,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1993.09,-44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1993.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1994.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1994.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1994.09,-60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1994.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1995.03,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1995.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1995.09,-63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1995.12,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1996.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1996.06,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1996.09,-64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1996.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1997.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1997.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1997.09,-65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1997.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1998.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1998.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1998.09,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1998.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1999.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1999.06,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1999.09,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,1999.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2000.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2000.06,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2000.09,-108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2000.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2001.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2001.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2001.09,-107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2001.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2002.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2002.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2002.09,-103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2002.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2003.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2003.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2003.09,-96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2003.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2004.03,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2004.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2004.09,-79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2004.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2005.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2005.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2005.09,-74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2005.12,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2006.03,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2006.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2006.09,-63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2006.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2007.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2007.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2007.09,-79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2007.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2008.03,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2008.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2008.09,-73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2008.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2009.03,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2009.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2009.09,-205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2009.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2010.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2010.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2010.09,-108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2010.12,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2011.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2011.06,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2011.09,-133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2011.12,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2012.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2012.06,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2012.09,-118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2012.12,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2013.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2013.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2013.09,-166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2013.12,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2014.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2014.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2014.09,-152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2014.12,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2015.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2015.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2015.09,-155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2015.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2016.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2016.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2016.09,-186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2016.12,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2017.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2017.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2017.09,-199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2017.12,-65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2018.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2018.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2018.09,-242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2018.12,-83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2019.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2019.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2019.09,-220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2019.12,-47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2020.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2020.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2020.09,-247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2020.12,-125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2021.03,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2021.06,-73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2021.09,-261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2021.12,-138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2022.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2022.06,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2022.09,-232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2022.12,-108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2023.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2023.06,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2023.09,-201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2023.12,-104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2024.03,133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52B1,2024.06,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RAC10P52C1,1987.06,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1987.09,-22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1987.12,-329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1988.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1988.06,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1988.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1988.12,-255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1989.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1989.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1989.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1989.12,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1990.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1990.06,-86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1990.09,-98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1990.12,-320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1991.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1991.06,-160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1991.09,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1991.12,-135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1992.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1992.06,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1992.09,-100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1992.12,-179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1993.03,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1993.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1993.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1993.12,-57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1994.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1994.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1994.09,-182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1994.12,-36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1995.03,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1995.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1995.09,-298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1995.12,-60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1996.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1996.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1996.09,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1996.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1997.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1997.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1997.09,-63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1997.12,-142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1998.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1998.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1998.09,-257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1998.12,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1999.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1999.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1999.09,-238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,1999.12,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2000.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2000.06,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2000.09,-328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2000.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2001.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2001.06,-83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2001.09,-360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2001.12,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2002.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2002.06,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2002.09,-509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2002.12,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2003.03,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2003.06,-369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2003.09,-527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2003.12,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2004.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2004.06,-558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2004.09,-140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2004.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2005.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2005.06,-428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2005.09,-212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2005.12,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2006.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2006.06,-780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2006.09,-695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2006.12,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2007.03,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2007.06,-773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2007.09,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2007.12,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2008.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2008.06,-338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2008.09,-163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2008.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2009.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2009.06,-1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2009.09,-701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2009.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2010.03,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2010.06,-758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2010.09,-525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2010.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2011.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2011.06,-755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2011.09,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2011.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2012.03,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2012.06,-1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2012.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2012.12,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2013.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2013.06,-987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2013.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2013.12,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2014.03,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2014.06,-891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2014.09,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2014.12,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2015.03,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2015.06,-852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2015.09,-196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2015.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2016.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2016.06,-1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2016.09,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2016.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2017.03,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2017.06,-1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2017.09,-50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2017.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2018.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2018.06,-869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2018.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2018.12,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2019.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2019.06,-1288,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2019.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2019.12,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2020.03,143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2020.06,-1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2020.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2020.12,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2021.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2021.06,-1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2021.09,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2021.12,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2022.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2022.06,-1262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2022.09,-262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2022.12,1883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2023.03,139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2023.06,-1697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2023.09,-7,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2023.12,756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2024.03,53,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52C1,2024.06,-1989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RAC10P52D1,1987.06,-359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1987.09,-758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1987.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1988.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1988.06,-324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1988.09,-761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1988.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1989.03,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1989.06,-693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1989.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1989.12,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1990.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1990.06,-169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1990.09,-343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1990.12,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1991.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1991.06,-673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1991.09,-770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1991.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1992.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1992.06,-325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1992.09,-464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1992.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1993.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1993.06,-464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1993.09,-699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1993.12,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1994.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1994.06,-469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1994.09,-497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1994.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1995.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1995.06,-412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1995.09,-198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1995.12,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1996.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1996.06,-668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1996.09,-174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1996.12,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1997.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1997.06,-629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1997.09,-638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1997.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1998.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1998.06,-595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1998.09,-598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1998.12,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1999.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1999.06,-130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1999.09,-117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,1999.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2000.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2000.06,-361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2000.09,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2000.12,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2001.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2001.06,-396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2001.09,-246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2001.12,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2002.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2002.06,-884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2002.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2002.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2003.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2003.06,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2003.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2003.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2004.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2004.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2004.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2004.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2005.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2005.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2005.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2005.12,-81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2006.03,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2006.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2006.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2006.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2007.03,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2007.06,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2007.09,-317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2007.12,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2008.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2008.06,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2008.09,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2008.12,-247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2009.03,-803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2009.06,-216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2009.09,-275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2009.12,-92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2010.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2010.06,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2010.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2010.12,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2011.03,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2011.06,-170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2011.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2011.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2012.03,-254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2012.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2012.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2012.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2013.03,-95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2013.06,-76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2013.09,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2013.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2014.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2014.06,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2014.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2014.12,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2015.03,-135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2015.06,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2015.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2015.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2016.03,-351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2016.06,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2016.09,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2016.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2017.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2017.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2017.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2017.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2018.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2018.06,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2018.09,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2018.12,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2019.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2019.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2019.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2019.12,-145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2020.03,-490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2020.06,-727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2020.09,-1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2020.12,-192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2021.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2021.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2021.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2021.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2022.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2022.06,851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2022.09,684,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2022.12,-37,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2023.03,-193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2023.06,-986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2023.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2023.12,-1059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2024.03,-327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52D1,2024.06,-228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RAC10P52E1,1987.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1987.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1987.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1988.03,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1988.06,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1988.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1988.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1989.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1989.06,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1989.09,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1989.12,-23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1990.03,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1990.06,-72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1990.09,-42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1990.12,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1991.03,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1991.06,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1991.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1991.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1992.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1992.06,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1992.09,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1992.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1993.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1993.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1993.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1993.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1994.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1994.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1994.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1994.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1995.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1995.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1995.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1995.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1996.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1996.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1996.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1996.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1997.03,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1997.06,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1997.09,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1997.12,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1998.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1998.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1998.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1998.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1999.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1999.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1999.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,1999.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2000.03,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2000.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2000.09,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2000.12,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2001.03,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2001.06,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2001.09,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2001.12,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2002.03,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2002.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2002.09,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2002.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2003.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2003.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2003.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2003.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2004.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2004.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2004.09,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2004.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2005.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2005.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2005.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2005.12,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2006.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2006.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2006.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2006.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2007.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2007.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2007.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2007.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2008.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2008.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2008.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2008.12,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2009.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2009.06,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2009.09,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2009.12,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2010.03,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2010.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2010.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2010.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2011.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2011.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2011.09,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2011.12,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2012.03,-90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2012.06,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2012.09,-84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2012.12,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2013.03,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2013.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2013.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2013.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2014.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2014.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2014.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2014.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2015.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2015.06,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2015.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2015.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2016.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2016.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2016.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2016.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2017.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2017.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2017.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2017.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2018.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2018.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2018.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2018.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2019.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2019.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2019.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2019.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2020.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2020.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2020.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2020.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2021.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2021.06,-172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2021.09,-147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2021.12,-129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2022.03,-115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2022.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2022.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2022.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2023.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2023.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2023.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2023.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2024.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC10P52E1,2024.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RAC11P51AN1110,1987.06,1509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1987.09,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1987.12,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1988.03,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1988.06,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1988.09,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1988.12,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1989.03,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1989.06,1900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1989.09,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1989.12,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1990.03,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1990.06,2043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1990.09,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1990.12,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1991.03,1567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1991.06,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1991.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1991.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1992.03,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1992.06,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1992.09,1576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1992.12,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1993.03,1555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1993.06,1887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1993.09,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1993.12,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1994.03,1793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1994.06,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1994.09,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1994.12,2248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1995.03,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1995.06,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1995.09,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1995.12,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1996.03,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1996.06,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1996.09,2221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1996.12,2435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1997.03,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1997.06,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1997.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1997.12,2531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1998.03,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1998.06,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1998.09,2016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1998.12,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1999.03,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1999.06,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1999.09,2439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,1999.12,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2000.03,2706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2000.06,2298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2000.09,2386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2000.12,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2001.03,1848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2001.06,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2001.09,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2001.12,2539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2002.03,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2002.06,2426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2002.09,2861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2002.12,2898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2003.03,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2003.06,3032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2003.09,3280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2003.12,3270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2004.03,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2004.06,3373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2004.09,3296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2004.12,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2005.03,2910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2005.06,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2005.09,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2005.12,3111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2006.03,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2006.06,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2006.09,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2006.12,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2007.03,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2007.06,3095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2007.09,3240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2007.12,3214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2008.03,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2008.06,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2008.09,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2008.12,2295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2009.03,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2009.06,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2009.09,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2009.12,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2010.03,2082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2010.06,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2010.09,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2010.12,2215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2011.03,2074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2011.06,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2011.09,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2011.12,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2012.03,2335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2012.06,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2012.09,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2012.12,2886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2013.03,2860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2013.06,3012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2013.09,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2013.12,3241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2014.03,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2014.06,3343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2014.09,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2014.12,3466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2015.03,3373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2015.06,3456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2015.09,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2015.12,3722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2016.03,3751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2016.06,3986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2016.09,4010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2016.12,4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2017.03,3808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2017.06,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2017.09,3978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2017.12,3977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2018.03,3754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2018.06,3800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2018.09,3859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2018.12,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2019.03,3917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2019.06,4002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2019.09,4066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2019.12,4179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2020.03,3695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2020.06,3109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2020.09,4340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2020.12,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2021.03,4299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2021.06,4326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2021.09,4028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2021.12,4390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2022.03,4055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2022.06,4149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2022.09,4456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2022.12,4244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2023.03,3868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2023.06,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2023.09,4138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2023.12,4034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2024.03,3677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1110,2024.06,3785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1987.06,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1987.09,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1987.12,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1988.03,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1988.06,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1988.09,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1988.12,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1989.03,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1989.06,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1989.09,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1989.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1990.03,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1990.06,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1990.09,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1990.12,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1991.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1991.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1991.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1991.12,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1992.03,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1992.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1992.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1992.12,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1993.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1993.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1993.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1993.12,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1994.03,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1994.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1994.09,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1994.12,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1995.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1995.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1995.09,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1995.12,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1996.03,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1996.06,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1996.09,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1996.12,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1997.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1997.06,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1997.09,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1997.12,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1998.03,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1998.06,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1998.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1998.12,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1999.03,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1999.06,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1999.09,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,1999.12,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2000.03,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2000.06,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2000.09,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2000.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2001.03,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2001.06,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2001.09,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2001.12,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2002.03,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2002.06,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2002.09,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2002.12,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2003.03,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2003.06,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2003.09,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2003.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2004.03,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2004.06,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2004.09,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2004.12,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2005.03,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2005.06,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2005.09,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2005.12,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2006.03,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2006.06,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2006.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2006.12,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2007.03,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2007.06,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2007.09,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2007.12,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2008.03,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2008.06,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2008.09,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2008.12,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2009.03,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2009.06,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2009.09,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2009.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2010.03,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2010.06,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2010.09,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2010.12,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2011.03,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2011.06,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2011.09,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2011.12,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2012.03,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2012.06,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2012.09,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2012.12,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2013.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2013.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2013.09,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2013.12,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2014.03,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2014.06,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2014.09,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2014.12,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2015.03,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2015.06,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2015.09,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2015.12,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2016.03,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2016.06,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2016.09,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2016.12,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2017.03,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2017.06,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2017.09,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2017.12,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2018.03,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2018.06,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2018.09,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2018.12,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2019.03,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2019.06,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2019.09,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2019.12,1897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2020.03,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2020.06,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2020.09,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2020.12,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2021.03,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2021.06,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2021.09,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2021.12,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2022.03,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2022.06,1743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2022.09,1968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2022.12,1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2023.03,1845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2023.06,2019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2023.09,2003,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2023.12,2112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2024.03,1878,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1120,2024.06,1985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RAC11P51AN1130,1987.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1987.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1987.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1988.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1988.06,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1988.09,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1988.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1989.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1989.06,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1989.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1989.12,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1990.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1990.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1990.09,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1990.12,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1991.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1991.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1991.09,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1991.12,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1992.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1992.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1992.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1992.12,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1993.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1993.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1993.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1993.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1994.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1994.06,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1994.09,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1994.12,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1995.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1995.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1995.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1995.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1996.03,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1996.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1996.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1996.12,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1997.03,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1997.06,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1997.09,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1997.12,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1998.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1998.06,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1998.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1998.12,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1999.03,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1999.06,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1999.09,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,1999.12,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2000.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2000.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2000.09,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2000.12,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2001.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2001.06,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2001.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2001.12,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2002.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2002.06,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2002.09,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2002.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2003.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2003.06,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2003.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2003.12,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2004.03,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2004.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2004.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2004.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2005.03,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2005.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2005.09,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2005.12,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2006.03,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2006.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2006.09,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2006.12,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2007.03,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2007.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2007.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2007.12,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2008.03,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2008.06,1779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2008.09,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2008.12,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2009.03,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2009.06,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2009.09,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2009.12,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2010.03,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2010.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2010.09,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2010.12,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2011.03,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2011.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2011.09,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2011.12,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2012.03,1491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2012.06,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2012.09,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2012.12,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2013.03,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2013.06,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2013.09,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2013.12,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2014.03,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2014.06,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2014.09,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2014.12,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2015.03,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2015.06,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2015.09,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2015.12,1439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2016.03,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2016.06,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2016.09,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2016.12,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2017.03,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2017.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2017.09,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2017.12,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2018.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2018.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2018.09,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2018.12,1974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2019.03,1917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2019.06,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2019.09,1995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2019.12,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2020.03,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2020.06,1835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2020.09,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2020.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2021.03,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2021.06,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2021.09,2237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2021.12,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2022.03,2278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2022.06,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2022.09,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2022.12,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2023.03,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2023.06,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2023.09,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2023.12,2277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2024.03,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1130,2024.06,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RAC11P51AN1140,1987.06,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1987.09,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1987.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1988.03,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1988.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1988.09,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1988.12,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1989.03,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1989.06,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1989.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1989.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1990.03,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1990.06,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1990.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1990.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1991.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1991.06,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1991.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1991.12,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1992.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1992.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1992.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1992.12,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1993.03,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1993.06,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1993.09,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1993.12,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1994.03,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1994.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1994.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1994.12,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1995.03,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1995.06,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1995.09,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1995.12,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1996.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1996.06,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1996.09,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1996.12,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1997.03,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1997.06,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1997.09,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1997.12,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1998.03,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1998.06,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1998.09,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1998.12,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1999.03,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1999.06,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1999.09,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,1999.12,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2000.03,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2000.06,1648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2000.09,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2000.12,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2001.03,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2001.06,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2001.09,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2001.12,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2002.03,1553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2002.06,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2002.09,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2002.12,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2003.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2003.06,1914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2003.09,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2003.12,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2004.03,2000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2004.06,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2004.09,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2004.12,2480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2005.03,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2005.06,2489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2005.09,2699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2005.12,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2006.03,2224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2006.06,2458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2006.09,2586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2006.12,2940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2007.03,2519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2007.06,2521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2007.09,2876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2007.12,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2008.03,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2008.06,3324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2008.09,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2008.12,2953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2009.03,2311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2009.06,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2009.09,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2009.12,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2010.03,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2010.06,2059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2010.09,2583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2010.12,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2011.03,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2011.06,2642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2011.09,2888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2011.12,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2012.03,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2012.06,3086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2012.09,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2012.12,2959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2013.03,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2013.06,2758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2013.09,3175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2013.12,3497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2014.03,2834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2014.06,3004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2014.09,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2014.12,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2015.03,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2015.06,3259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2015.09,3698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2015.12,3748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2016.03,2961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2016.06,3298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2016.09,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2016.12,3457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2017.03,3062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2017.06,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2017.09,3696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2017.12,4200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2018.03,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2018.06,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2018.09,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2018.12,4388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2019.03,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2019.06,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2019.09,4038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2019.12,4437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2020.03,3681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2020.06,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2020.09,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2020.12,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2021.03,3991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2021.06,3992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2021.09,4248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2021.12,4924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2022.03,4434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2022.06,4447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2022.09,4878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2022.12,5089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2023.03,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2023.06,4142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2023.09,4579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2023.12,4414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2024.03,3944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1140,2024.06,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RAC11P51AN1150,1987.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1987.09,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1987.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1988.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1988.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1988.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1988.12,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1989.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1989.06,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1989.09,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1989.12,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1990.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1990.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1990.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1990.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1991.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1991.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1991.09,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1991.12,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1992.03,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1992.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1992.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1992.12,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1993.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1993.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1993.09,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1993.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1994.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1994.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1994.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1994.12,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1995.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1995.06,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1995.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1995.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1996.03,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1996.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1996.09,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1996.12,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1997.03,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1997.06,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1997.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1997.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1998.03,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1998.06,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1998.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1998.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1999.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1999.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1999.09,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,1999.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2000.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2000.06,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2000.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2000.12,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2001.03,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2001.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2001.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2001.12,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2002.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2002.06,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2002.09,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2002.12,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2003.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2003.06,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2003.09,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2003.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2004.03,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2004.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2004.09,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2004.12,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2005.03,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2005.06,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2005.09,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2005.12,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2006.03,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2006.06,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2006.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2006.12,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2007.03,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2007.06,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2007.09,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2007.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2008.03,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2008.06,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2008.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2008.12,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2009.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2009.06,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2009.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2009.12,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2010.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2010.06,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2010.09,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2010.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2011.03,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2011.06,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2011.09,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2011.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2012.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2012.06,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2012.09,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2012.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2013.03,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2013.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2013.09,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2013.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2014.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2014.06,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2014.09,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2014.12,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2015.03,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2015.06,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2015.09,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2015.12,1506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2016.03,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2016.06,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2016.09,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2016.12,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2017.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2017.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2017.09,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2017.12,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2018.03,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2018.06,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2018.09,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2018.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2019.03,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2019.06,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2019.09,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2019.12,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2020.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2020.06,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2020.09,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2020.12,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2021.03,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2021.06,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2021.09,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2021.12,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2022.03,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2022.06,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2022.09,1932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2022.12,2027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2023.03,2161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2023.06,2183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2023.09,1604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2023.12,1820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2024.03,1678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1150,2024.06,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RAC11P51AN1170,1987.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1987.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1987.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1988.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1988.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1988.09,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1988.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1989.03,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1989.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1989.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1989.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1990.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1990.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1990.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1990.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1991.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1991.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1991.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1991.12,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1992.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1992.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1992.09,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1992.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1993.03,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1993.06,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1993.09,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1993.12,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1994.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1994.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1994.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1994.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1995.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1995.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1995.09,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1995.12,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1996.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1996.06,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1996.09,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1996.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1997.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1997.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1997.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1997.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1998.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1998.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1998.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1998.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1999.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1999.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1999.09,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,1999.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2000.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2000.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2000.09,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2000.12,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2001.03,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2001.06,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2001.09,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2001.12,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2002.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2002.06,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2002.09,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2002.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2003.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2003.06,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2003.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2003.12,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2004.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2004.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2004.09,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2004.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2005.03,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2005.06,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2005.09,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2005.12,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2006.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2006.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2006.09,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2006.12,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2007.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2007.06,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2007.09,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2007.12,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2008.03,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2008.06,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2008.09,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2008.12,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2009.03,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2009.06,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2009.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2009.12,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2010.03,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2010.06,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2010.09,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2010.12,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2011.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2011.06,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2011.09,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2011.12,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2012.03,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2012.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2012.09,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2012.12,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2013.03,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2013.06,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2013.09,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2013.12,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2014.03,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2014.06,2003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2014.09,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2014.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2015.03,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2015.06,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2015.09,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2015.12,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2016.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2016.06,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2016.09,2263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2016.12,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2017.03,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2017.06,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2017.09,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2017.12,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2018.03,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2018.06,2655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2018.09,2594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2018.12,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2019.03,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2019.06,2693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2019.09,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2019.12,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2020.03,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2020.06,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2020.09,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2020.12,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2021.03,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2021.06,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2021.09,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2021.12,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2022.03,3433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2022.06,3469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2022.09,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2022.12,3570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2023.03,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2023.06,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2023.09,3606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2023.12,3687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2024.03,3681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1170,2024.06,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RAC11P51AN1180,1987.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1987.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1987.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1988.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1988.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1988.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1988.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1989.03,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1989.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1989.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1989.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1990.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1990.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1990.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1990.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1991.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1991.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1991.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1991.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1992.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1992.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1992.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1992.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1993.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1993.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1993.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1993.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1994.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1994.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1994.09,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1994.12,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1995.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1995.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1995.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1995.12,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1996.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1996.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1996.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1996.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1997.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1997.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1997.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1997.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1998.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1998.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1998.09,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1998.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1999.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1999.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1999.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,1999.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2000.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2000.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2000.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2000.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2001.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2001.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2001.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2001.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2002.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2002.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2002.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2002.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2003.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2003.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2003.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2003.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2004.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2004.06,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2004.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2004.12,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2005.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2005.06,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2005.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2005.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2006.03,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2006.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2006.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2006.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2007.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2007.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2007.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2007.12,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2008.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2008.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2008.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2008.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2009.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2009.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2009.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2009.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2010.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2010.06,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2010.09,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2010.12,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2011.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2011.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2011.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2011.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2012.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2012.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2012.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2012.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2013.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2013.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2013.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2013.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2014.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2014.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2014.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2014.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2015.03,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2015.06,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2015.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2015.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2016.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2016.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2016.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2016.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2017.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2017.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2017.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2017.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2018.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2018.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2018.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2018.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2019.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2019.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2019.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2019.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2020.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2020.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2020.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2020.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2021.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2021.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2021.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2021.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2022.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2022.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2022.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2022.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2023.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2023.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2023.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2023.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2024.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1180,2024.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RAC11P51AN1190,1987.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1987.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1987.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1988.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1988.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1988.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1988.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1989.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1989.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1989.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1989.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1990.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1990.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1990.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1990.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1991.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1991.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1991.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1991.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1992.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1992.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1992.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1992.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1993.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1993.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1993.09,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1993.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1994.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1994.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1994.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1994.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1995.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1995.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1995.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1995.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1996.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1996.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1996.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1996.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1997.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1997.06,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1997.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1997.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1998.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1998.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1998.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1998.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,1999.12,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2000.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2000.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2000.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2001.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2001.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2001.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2001.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2002.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2002.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2002.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2002.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2003.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2003.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2003.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2003.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2004.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2004.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2004.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2004.12,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2005.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2005.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2005.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2005.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2006.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2006.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2006.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2006.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2007.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2007.06,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2007.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2007.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2008.03,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2008.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2008.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2008.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2009.03,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2009.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2009.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2009.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2010.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2010.06,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2010.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2010.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2011.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2011.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2011.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2011.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2012.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2012.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2012.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2012.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2013.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2013.06,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2013.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2013.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2014.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2014.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2014.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2014.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2015.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2015.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2015.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2015.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2016.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2016.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2016.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2016.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2017.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2017.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2017.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2017.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2018.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2018.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2018.09,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2018.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2019.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2019.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2019.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2019.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2020.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2020.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2020.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2020.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2021.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2021.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2021.09,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2021.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2022.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2022.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2022.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2022.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2023.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2023.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2023.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2023.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2024.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1190,2024.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RAC11P51AN1199,1987.06,3411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1987.09,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1987.12,3329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1988.03,3212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1988.06,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1988.09,3374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1988.12,3238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1989.03,3121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1989.06,3303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1989.09,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1989.12,3589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1990.03,3124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1990.06,3155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1990.09,3388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1990.12,3485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1991.03,2759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1991.06,2541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1991.09,2808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1991.12,2769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1992.03,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1992.06,2629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1992.09,2784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1992.12,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1993.03,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1993.06,2992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1993.09,3360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1993.12,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1994.03,3210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1994.06,3528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1994.09,3784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1994.12,3986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1995.03,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1995.06,4036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1995.09,4258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1995.12,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1996.03,4186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1996.06,4395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1996.09,4571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1996.12,4443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1997.03,4265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1997.06,5370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1997.09,4703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1997.12,4328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1998.03,4320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1998.06,4593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1998.09,4271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1998.12,4612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1999.03,4457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1999.06,4620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1999.09,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,1999.12,5728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2000.03,4948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2000.06,4971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2000.09,5266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2000.12,5335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2001.03,4617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2001.06,5394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2001.09,5411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2001.12,5704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2002.03,5803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2002.06,5578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2002.09,5799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2002.12,6132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2003.03,5686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2003.06,6203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2003.09,6319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2003.12,6837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2004.03,7169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2004.06,7215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2004.09,7538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2004.12,7591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2005.03,6934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2005.06,7933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2005.09,8267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2005.12,8422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2006.03,7529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2006.06,7504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2006.09,7970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2006.12,8160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2007.03,7914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2007.06,8302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2007.09,8679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2007.12,9239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2008.03,8460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2008.06,9292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2008.09,8575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2008.12,8638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2009.03,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2009.06,7876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2009.09,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2009.12,7636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2010.03,7238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2010.06,7523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2010.09,7681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2010.12,8434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2011.03,8023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2011.06,8294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2011.09,8326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2011.12,8800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2012.03,8444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2012.06,8835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2012.09,8568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2012.12,8907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2013.03,8226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2013.06,9068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2013.09,9395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2013.12,9682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2014.03,9003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2014.06,9817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2014.09,10326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2014.12,10551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2015.03,9441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2015.06,10271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2015.09,10683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2015.12,10491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2016.03,9448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2016.06,10130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2016.09,10466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2016.12,10451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2017.03,9655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2017.06,10720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2017.09,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2017.12,12111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2018.03,11183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2018.06,12201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2018.09,12091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2018.12,12650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2019.03,11716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2019.06,12497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2019.09,12689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2019.12,13065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2020.03,11726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2020.06,10153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2020.09,12581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2020.12,12772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2021.03,12709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2021.06,13059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2021.09,13104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2021.12,14793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2022.03,13881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2022.06,13545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2022.09,14437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2022.12,14673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2023.03,14030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2023.06,14431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2023.09,14016,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2023.12,14451,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2024.03,13533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC11P51AN1199,2024.06,14004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RAC14P30A01E,1987.06,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1987.09,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1987.12,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1988.03,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1988.06,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1988.09,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1988.12,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1989.03,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1989.06,2374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1989.09,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1989.12,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1990.03,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1990.06,2261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1990.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1990.12,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1991.03,2253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1991.06,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1991.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1991.12,2582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1992.03,2355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1992.06,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1992.09,2360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1992.12,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1993.03,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1993.06,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1993.09,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1993.12,2743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1994.03,2432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1994.06,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1994.09,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1994.12,2995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1995.03,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1995.06,2735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1995.09,2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1995.12,2982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1996.03,2832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1996.06,2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1996.09,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1996.12,3117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1997.03,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1997.06,2891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1997.09,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1997.12,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1998.03,2896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1998.06,2870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1998.09,2904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1998.12,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1999.03,2938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1999.06,2961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1999.09,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,1999.12,3354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2000.03,3060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2000.06,3089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2000.09,3138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2000.12,3428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2001.03,3046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2001.06,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2001.09,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2001.12,3392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2002.03,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2002.06,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2002.09,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2002.12,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2003.03,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2003.06,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2003.09,3434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2003.12,4013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2004.03,3780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2004.06,3600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2004.09,3718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2004.12,4076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2005.03,3807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2005.06,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2005.09,3871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2005.12,4293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2006.03,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2006.06,3957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2006.09,3964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2006.12,4440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2007.03,4055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2007.06,3979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2007.09,4063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2007.12,4454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2008.03,4221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2008.06,3924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2008.09,3906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2008.12,4248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2009.03,3977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2009.06,3978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2009.09,4079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2009.12,4445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2010.03,4056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2010.06,4040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2010.09,4057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2010.12,4485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2011.03,4169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2011.06,4030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2011.09,4097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2011.12,4589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2012.03,4248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2012.06,4138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2012.09,4138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2012.12,4610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2013.03,4329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2013.06,4252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2013.09,4273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2013.12,4721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2014.03,4391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2014.06,4278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2014.09,4403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2014.12,4840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2015.03,4568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2015.06,4492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2015.09,4565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2015.12,5100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2016.03,4781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2016.06,4699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2016.09,4755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2016.12,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2017.03,4946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2017.06,4862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2017.09,4940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2017.12,5628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2018.03,5216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2018.06,5077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2018.09,5109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2018.12,5774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2019.03,5313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2019.06,5073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2019.09,5100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2019.12,5676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2020.03,5707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2020.06,5246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2020.09,5367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2020.12,5846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2021.03,5553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2021.06,5323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2021.09,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2021.12,6053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2022.03,5630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2022.06,5217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2022.09,5297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2022.12,5890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2023.03,5387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2023.06,5095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2023.09,5234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2023.12,5853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2024.03,5510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A01E,2024.06,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RAC14P30A02E,1987.06,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1987.09,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1987.12,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1988.03,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1988.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1988.09,1345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1988.12,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1989.03,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1989.06,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1989.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1989.12,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1990.03,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1990.06,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1990.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1990.12,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1991.03,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1991.06,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1991.09,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1991.12,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1992.03,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1992.06,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1992.09,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1992.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1993.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1993.06,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1993.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1993.12,1344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1994.03,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1994.06,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1994.09,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1994.12,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1995.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1995.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1995.09,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1995.12,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1996.03,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1996.06,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1996.09,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1996.12,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1997.03,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1997.06,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1997.09,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1997.12,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1998.03,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1998.06,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1998.09,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1998.12,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1999.03,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1999.06,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1999.09,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,1999.12,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2000.03,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2000.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2000.09,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2000.12,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2001.03,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2001.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2001.09,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2001.12,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2002.03,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2002.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2002.09,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2002.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2003.03,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2003.06,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2003.09,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2003.12,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2004.03,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2004.06,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2004.09,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2004.12,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2005.03,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2005.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2005.09,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2005.12,1466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2006.03,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2006.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2006.09,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2006.12,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2007.03,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2007.06,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2007.09,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2007.12,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2008.03,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2008.06,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2008.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2008.12,1496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2009.03,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2009.06,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2009.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2009.12,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2010.03,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2010.06,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2010.09,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2010.12,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2011.03,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2011.06,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2011.09,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2011.12,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2012.03,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2012.06,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2012.09,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2012.12,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2013.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2013.06,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2013.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2013.12,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2014.03,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2014.06,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2014.09,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2014.12,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2015.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2015.06,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2015.09,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2015.12,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2016.03,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2016.06,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2016.09,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2016.12,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2017.03,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2017.06,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2017.09,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2017.12,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2018.03,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2018.06,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2018.09,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2018.12,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2019.03,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2019.06,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2019.09,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2019.12,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2020.03,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2020.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2020.09,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2020.12,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2021.03,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2021.06,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2021.09,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2021.12,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2022.03,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2022.06,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2022.09,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2022.12,1665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2023.03,1425,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2023.06,1351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2023.09,1364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2023.12,1525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2024.03,1379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A02E,2024.06,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RAC14P30A03E,1987.06,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1987.09,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1987.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1988.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1988.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1988.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1988.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1989.03,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1989.06,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1989.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1989.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1990.03,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1990.06,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1990.09,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1990.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1991.03,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1991.06,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1991.09,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1991.12,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1992.03,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1992.06,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1992.09,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1992.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1993.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1993.06,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1993.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1993.12,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1994.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1994.06,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1994.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1994.12,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1995.03,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1995.06,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1995.09,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1995.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1996.03,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1996.06,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1996.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1996.12,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1997.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1997.06,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1997.09,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1997.12,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1998.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1998.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1998.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1998.12,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1999.03,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1999.06,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1999.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,1999.12,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2000.03,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2000.06,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2000.09,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2000.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2001.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2001.06,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2001.09,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2001.12,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2002.03,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2002.06,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2002.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2002.12,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2003.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2003.06,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2003.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2003.12,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2004.03,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2004.06,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2004.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2004.12,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2005.03,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2005.06,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2005.09,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2005.12,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2006.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2006.06,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2006.09,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2006.12,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2007.03,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2007.06,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2007.09,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2007.12,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2008.03,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2008.06,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2008.09,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2008.12,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2009.03,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2009.06,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2009.09,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2009.12,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2010.03,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2010.06,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2010.09,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2010.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2011.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2011.06,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2011.09,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2011.12,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2012.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2012.06,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2012.09,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2012.12,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2013.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2013.06,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2013.09,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2013.12,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2014.03,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2014.06,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2014.09,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2014.12,1730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2015.03,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2015.06,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2015.09,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2015.12,1800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2016.03,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2016.06,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2016.09,1413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2016.12,1826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2017.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2017.06,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2017.09,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2017.12,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2018.03,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2018.06,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2018.09,1584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2018.12,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2019.03,1514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2019.06,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2019.09,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2019.12,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2020.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2020.06,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2020.09,1825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2020.12,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2021.03,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2021.06,2084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2021.09,1638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2021.12,2579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2022.03,1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2022.06,2156,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2022.09,2030,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2022.12,2617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2023.03,1954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2023.06,2019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2023.09,1944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2023.12,2400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2024.03,1747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A03E,2024.06,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RAC14P30A04E,1987.06,4595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1987.09,4672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1987.12,4639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1988.03,4636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1988.06,4720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1988.09,4739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1988.12,4664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1989.03,4600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1989.06,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1989.09,4687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1989.12,4611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1990.03,4611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1990.06,4709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1990.09,4764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1990.12,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1991.03,4695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1991.06,4788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1991.09,4817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1991.12,4779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1992.03,4753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1992.06,4823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1992.09,4800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1992.12,4806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1993.03,4794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1993.06,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1993.09,4924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1993.12,4850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1994.03,4820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1994.06,4882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1994.09,4941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1994.12,4930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1995.03,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1995.06,5017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1995.09,5075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1995.12,5015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1996.03,5006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1996.06,5104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1996.09,5175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1996.12,5143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1997.03,5145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1997.06,5267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1997.09,5311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1997.12,5254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1998.03,5257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1998.06,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1998.09,5416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1998.12,5366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1999.03,5347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1999.06,5453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1999.09,5511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,1999.12,5468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2000.03,5459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2000.06,5584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2000.09,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2000.12,5621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2001.03,5611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2001.06,5742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2001.09,5792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2001.12,5749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2002.03,5720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2002.06,5853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2002.09,5932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2002.12,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2003.03,5887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2003.06,5984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2003.09,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2003.12,6084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2004.03,6075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2004.06,6204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2004.09,6328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2004.12,6282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2005.03,6262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2005.06,6417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2005.09,6494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2005.12,6475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2006.03,6465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2006.06,6633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2006.09,6754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2006.12,6697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2007.03,6685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2007.06,6830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2007.09,6940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2007.12,6903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2008.03,6885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2008.06,7036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2008.09,7146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2008.12,7074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2009.03,7027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2009.06,7202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2009.09,7271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2009.12,7232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2010.03,7205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2010.06,7345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2010.09,7453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2010.12,7392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2011.03,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2011.06,7494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2011.09,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2011.12,7512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2012.03,7509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2012.06,7655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2012.09,7738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2012.12,7669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2013.03,7617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2013.06,7742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2013.09,7836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2013.12,7782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2014.03,7711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2014.06,7891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2014.09,8048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2014.12,7969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2015.03,7882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2015.06,8084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2015.09,8220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2015.12,8137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2016.03,8022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2016.06,8231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2016.09,8409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2016.12,8344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2017.03,8295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2017.06,8544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2017.09,8707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2017.12,8652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2018.03,8579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2018.06,8836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2018.09,8985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2018.12,8898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2019.03,8887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2019.06,9116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2019.09,9274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2019.12,9181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2020.03,9073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2020.06,9168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2020.09,9369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2020.12,9360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2021.03,9351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2021.06,9457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2021.09,9631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2021.12,9634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2022.03,9688,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2022.06,9763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2022.09,9996,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2022.12,9951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2023.03,9889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2023.06,10091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2023.09,10251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2023.12,10186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2024.03,10129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A04E,2024.06,10321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RAC14P30A05E,1987.06,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1987.09,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1987.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1988.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1988.06,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1988.09,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1988.12,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1989.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1989.06,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1989.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1989.12,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1990.03,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1990.06,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1990.09,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1990.12,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1991.03,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1991.06,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1991.09,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1991.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1992.03,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1992.06,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1992.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1992.12,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1993.03,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1993.06,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1993.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1993.12,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1994.03,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1994.06,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1994.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1994.12,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1995.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1995.06,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1995.09,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1995.12,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1996.03,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1996.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1996.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1996.12,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1997.03,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1997.06,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1997.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1997.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1998.03,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1998.06,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1998.09,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1998.12,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1999.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1999.06,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1999.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,1999.12,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2000.03,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2000.06,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2000.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2000.12,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2001.03,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2001.06,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2001.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2001.12,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2002.03,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2002.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2002.09,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2002.12,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2003.03,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2003.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2003.09,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2003.12,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2004.03,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2004.06,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2004.09,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2004.12,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2005.03,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2005.06,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2005.09,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2005.12,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2006.03,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2006.06,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2006.09,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2006.12,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2007.03,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2007.06,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2007.09,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2007.12,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2008.03,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2008.06,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2008.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2008.12,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2009.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2009.06,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2009.09,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2009.12,1713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2010.03,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2010.06,1516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2010.09,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2010.12,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2011.03,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2011.06,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2011.09,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2011.12,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2012.03,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2012.06,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2012.09,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2012.12,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2013.03,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2013.06,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2013.09,1763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2013.12,2076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2014.03,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2014.06,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2014.09,1868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2014.12,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2015.03,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2015.06,1966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2015.09,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2015.12,2369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2016.03,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2016.06,2093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2016.09,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2016.12,2454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2017.03,2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2017.06,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2017.09,2168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2017.12,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2018.03,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2018.06,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2018.09,2315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2018.12,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2019.03,2321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2019.06,2373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2019.09,2432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2019.12,2867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2020.03,2369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2020.06,2196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2020.09,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2020.12,3260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2021.03,2829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2021.06,3018,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2021.09,2544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2021.12,3362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2022.03,2878,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2022.06,2826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2022.09,2759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2022.12,3060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2023.03,2643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2023.06,2678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2023.09,2660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2023.12,3028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2024.03,2597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A05E,2024.06,2690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RAC14P30A06E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A06E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RAC14P30A07E,1987.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1987.09,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1987.12,1893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1988.03,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1988.06,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1988.09,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1988.12,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1989.03,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1989.06,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1989.09,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1989.12,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1990.03,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1990.06,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1990.09,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1990.12,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1991.03,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1991.06,1915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1991.09,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1991.12,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1992.03,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1992.06,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1992.09,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1992.12,1843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1993.03,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1993.06,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1993.09,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1993.12,1894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1994.03,1982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1994.06,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1994.09,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1994.12,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1995.03,2132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1995.06,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1995.09,2343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1995.12,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1996.03,2413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1996.06,2543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1996.09,2680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1996.12,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1997.03,2418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1997.06,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1997.09,2509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1997.12,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1998.03,2322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1998.06,2481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1998.09,2571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1998.12,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1999.03,2471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1999.06,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1999.09,2776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,1999.12,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2000.03,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2000.06,2600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2000.09,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2000.12,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2001.03,2371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2001.06,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2001.09,2783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2001.12,2702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2002.03,2552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2002.06,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2002.09,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2002.12,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2003.03,2779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2003.06,2920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2003.09,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2003.12,3273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2004.03,3241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2004.06,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2004.09,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2004.12,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2005.03,3321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2005.06,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2005.09,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2005.12,3539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2006.03,3391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2006.06,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2006.09,3572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2006.12,3582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2007.03,3470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2007.06,3525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2007.09,3736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2007.12,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2008.03,3663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2008.06,3446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2008.09,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2008.12,3574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2009.03,3198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2009.06,3224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2009.09,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2009.12,3546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2010.03,3569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2010.06,3549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2010.09,3684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2010.12,3632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2011.03,3458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2011.06,3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2011.09,3644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2011.12,3638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2012.03,3509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2012.06,3529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2012.09,3673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2012.12,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2013.03,3724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2013.06,3757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2013.09,3955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2013.12,4129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2014.03,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2014.06,3992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2014.09,4203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2014.12,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2015.03,4288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2015.06,4303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2015.09,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2015.12,4712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2016.03,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2016.06,4664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2016.09,5110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2016.12,5207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2017.03,5134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2017.06,5056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2017.09,5468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2017.12,5667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2018.03,5412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2018.06,5519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2018.09,5828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2018.12,6026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2019.03,5593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2019.06,5551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2019.09,5765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2019.12,5877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2020.03,5125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2020.06,3176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2020.09,4737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2020.12,5021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2021.03,4858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2021.06,5210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2021.09,4453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2021.12,4862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2022.03,5055,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2022.06,4787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2022.09,5532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2022.12,5828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2023.03,5534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2023.06,5852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2023.09,5616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2023.12,6091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2024.03,5708,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A07E,2024.06,5509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RAC14P30A08E,1987.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1987.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1987.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1988.03,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1988.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1988.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1988.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1989.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1989.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1989.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1989.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1990.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1990.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1990.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1990.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1991.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1991.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1991.09,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1991.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1992.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1992.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1992.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1992.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1993.03,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1993.06,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1993.09,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1993.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1994.03,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1994.06,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1994.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1994.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1995.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1995.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1995.09,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1995.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1996.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1996.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1996.09,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1996.12,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1997.03,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1997.06,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1997.09,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1997.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1998.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1998.06,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1998.09,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1998.12,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1999.03,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1999.06,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1999.09,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,1999.12,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2000.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2000.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2000.09,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2000.12,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2001.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2001.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2001.09,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2001.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2002.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2002.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2002.09,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2002.12,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2003.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2003.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2003.09,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2003.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2004.03,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2004.06,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2004.09,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2004.12,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2005.03,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2005.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2005.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2005.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2006.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2006.06,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2006.09,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2006.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2007.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2007.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2007.09,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2007.12,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2008.03,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2008.06,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2008.09,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2008.12,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2009.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2009.06,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2009.09,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2009.12,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2010.03,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2010.06,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2010.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2010.12,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2011.03,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2011.06,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2011.09,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2011.12,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2012.03,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2012.06,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2012.09,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2012.12,1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2013.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2013.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2013.09,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2013.12,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2014.03,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2014.06,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2014.09,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2014.12,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2015.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2015.06,1286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2015.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2015.12,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2016.03,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2016.06,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2016.09,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2016.12,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2017.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2017.06,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2017.09,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2017.12,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2018.03,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2018.06,1500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2018.09,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2018.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2019.03,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2019.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2019.09,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2019.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2020.03,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2020.06,1544,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2020.09,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2020.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2021.03,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2021.06,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2021.09,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2021.12,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2022.03,1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2022.06,1708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2022.09,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2022.12,1776,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2023.03,1628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2023.06,1667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2023.09,1710,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2023.12,1698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2024.03,1526,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A08E,2024.06,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RAC14P30A09E,1987.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1987.09,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1987.12,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1988.03,991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1988.06,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1988.09,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1988.12,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1989.03,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1989.06,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1989.09,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1989.12,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1990.03,1036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1990.06,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1990.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1990.12,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1991.03,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1991.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1991.09,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1991.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1992.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1992.06,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1992.09,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1992.12,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1993.03,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1993.06,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1993.09,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1993.12,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1994.03,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1994.06,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1994.09,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1994.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1995.03,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1995.06,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1995.09,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1995.12,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1996.03,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1996.06,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1996.09,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1996.12,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1997.03,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1997.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1997.09,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1997.12,1967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1998.03,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1998.06,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1998.09,1714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1998.12,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1999.03,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1999.06,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1999.09,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,1999.12,2149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2000.03,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2000.06,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2000.09,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2000.12,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2001.03,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2001.06,1956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2001.09,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2001.12,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2002.03,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2002.06,2068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2002.09,2089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2002.12,2420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2003.03,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2003.06,2177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2003.09,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2003.12,2552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2004.03,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2004.06,2255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2004.09,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2004.12,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2005.03,2134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2005.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2005.09,2443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2005.12,2771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2006.03,2224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2006.06,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2006.09,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2006.12,2827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2007.03,2384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2007.06,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2007.09,2593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2007.12,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2008.03,2472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2008.06,2600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2008.09,2682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2008.12,3051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2009.03,2365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2009.06,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2009.09,2558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2009.12,2945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2010.03,2413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2010.06,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2010.09,2631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2010.12,2928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2011.03,2469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2011.06,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2011.09,2928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2011.12,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2012.03,2739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2012.06,2868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2012.09,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2012.12,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2013.03,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2013.06,3027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2013.09,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2013.12,3477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2014.03,2909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2014.06,3165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2014.09,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2014.12,3648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2015.03,3115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2015.06,3404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2015.09,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2015.12,3957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2016.03,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2016.06,3643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2016.09,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2016.12,4256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2017.03,3589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2017.06,3887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2017.09,4105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2017.12,4504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2018.03,3783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2018.06,4167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2018.09,4431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2018.12,4834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2019.03,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2019.06,4426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2019.09,4688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2019.12,5194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2020.03,4194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2020.06,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2020.09,4954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2020.12,5539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2021.03,5073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2021.06,5451,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2021.09,4819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2021.12,5832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2022.03,5221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2022.06,5493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2022.09,5329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2022.12,5846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2023.03,4926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2023.06,5435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2023.09,5374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2023.12,5722,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2024.03,4740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A09E,2024.06,5380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RAC14P30A10E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A10E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RAC14P30A11E,1987.06,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1987.09,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1987.12,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1988.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1988.06,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1988.09,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1988.12,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1989.03,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1989.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1989.09,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1989.12,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1990.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1990.06,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1990.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1990.12,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1991.03,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1991.06,914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1991.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1991.12,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1992.03,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1992.06,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1992.09,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1992.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1993.03,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1993.06,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1993.09,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1993.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1994.03,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1994.06,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1994.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1994.12,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1995.03,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1995.06,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1995.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1995.12,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1996.03,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1996.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1996.09,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1996.12,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1997.03,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1997.06,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1997.09,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1997.12,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1998.03,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1998.06,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1998.09,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1998.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1999.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1999.06,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1999.09,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,1999.12,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2000.03,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2000.06,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2000.09,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2000.12,1207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2001.03,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2001.06,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2001.09,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2001.12,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2002.03,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2002.06,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2002.09,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2002.12,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2003.03,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2003.06,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2003.09,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2003.12,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2004.03,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2004.06,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2004.09,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2004.12,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2005.03,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2005.06,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2005.09,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2005.12,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2006.03,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2006.06,1477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2006.09,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2006.12,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2007.03,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2007.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2007.09,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2007.12,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2008.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2008.06,1535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2008.09,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2008.12,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2009.03,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2009.06,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2009.09,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2009.12,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2010.03,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2010.06,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2010.09,1761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2010.12,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2011.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2011.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2011.09,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2011.12,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2012.03,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2012.06,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2012.09,1894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2012.12,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2013.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2013.06,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2013.09,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2013.12,2079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2014.03,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2014.06,1922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2014.09,2120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2014.12,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2015.03,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2015.06,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2015.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2015.12,2098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2016.03,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2016.06,2052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2016.09,2380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2016.12,2348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2017.03,1869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2017.06,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2017.09,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2017.12,2472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2018.03,1875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2018.06,2278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2018.09,2556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2018.12,2626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2019.03,1893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2019.06,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2019.09,2565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2019.12,2582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2020.03,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2020.06,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2020.09,2594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2020.12,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2021.03,2828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2021.06,2906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2021.09,2373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2021.12,2709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2022.03,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2022.06,2827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2022.09,2922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2022.12,2950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2023.03,2390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2023.06,2525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2023.09,2680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2023.12,2698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2024.03,2158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A11E,2024.06,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RAC14P30A12E,1987.06,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1987.09,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1987.12,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1988.03,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1988.06,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1988.09,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1988.12,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1989.03,1413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1989.06,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1989.09,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1989.12,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1990.03,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1990.06,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1990.09,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1990.12,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1991.03,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1991.06,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1991.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1991.12,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1992.03,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1992.06,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1992.09,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1992.12,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1993.03,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1993.06,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1993.09,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1993.12,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1994.03,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1994.06,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1994.09,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1994.12,1509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1995.03,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1995.06,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1995.09,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1995.12,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1996.03,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1996.06,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1996.09,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1996.12,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1997.03,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1997.06,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1997.09,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1997.12,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1998.03,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1998.06,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1998.09,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1998.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1999.03,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1999.06,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1999.09,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,1999.12,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2000.03,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2000.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2000.09,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2000.12,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2001.03,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2001.06,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2001.09,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2001.12,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2002.03,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2002.06,1945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2002.09,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2002.12,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2003.03,1993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2003.06,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2003.09,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2003.12,2186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2004.03,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2004.06,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2004.09,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2004.12,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2005.03,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2005.06,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2005.09,2221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2005.12,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2006.03,2225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2006.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2006.09,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2006.12,2434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2007.03,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2007.06,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2007.09,2412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2007.12,2501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2008.03,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2008.06,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2008.09,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2008.12,2488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2009.03,2365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2009.06,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2009.09,2510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2009.12,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2010.03,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2010.06,2556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2010.09,2540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2010.12,2634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2011.03,2524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2011.06,2626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2011.09,2669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2011.12,2822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2012.03,2668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2012.06,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2012.09,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2012.12,2874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2013.03,2744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2013.06,2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2013.09,2874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2013.12,2990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2014.03,2837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2014.06,2889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2014.09,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2014.12,3048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2015.03,2934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2015.06,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2015.09,3105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2015.12,3243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2016.03,3129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2016.06,3248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2016.09,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2016.12,3460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2017.03,3325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2017.06,3425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2017.09,3469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2017.12,3664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2018.03,3516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2018.06,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2018.09,3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2018.12,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2019.03,3800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2019.06,3889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2019.09,3951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2019.12,4029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2020.03,3866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2020.06,3631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2020.09,3965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2020.12,4153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2021.03,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2021.06,4153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2021.09,3980,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2021.12,4303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2022.03,4178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2022.06,4217,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2022.09,4291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2022.12,4359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2023.03,4234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2023.06,4296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2023.09,4364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2023.12,4445,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2024.03,4268,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A12E,2024.06,4330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RAC14P30A13E,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,1999.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2000.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2001.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2001.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2001.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2002.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2002.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2002.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2002.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2003.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2003.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2003.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2003.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2004.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2004.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2004.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2004.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2005.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2005.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2005.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2005.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2006.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2006.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2006.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2006.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2007.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2007.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2007.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2007.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2008.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2008.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2008.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2008.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2009.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2009.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2009.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2010.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2010.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2010.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2010.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2011.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2011.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2011.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2011.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2012.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2012.06,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2012.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2012.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2013.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2013.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2013.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2013.12,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2014.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2014.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2014.09,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2014.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2015.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2015.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2015.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2015.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2016.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2016.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2016.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2016.12,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2017.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2017.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2017.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2017.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2018.03,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2018.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2018.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2018.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2019.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2019.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2019.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2019.12,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2020.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2020.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2020.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2020.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2021.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2021.06,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2021.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2021.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2022.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2022.06,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2022.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2022.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2023.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2023.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2023.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2023.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2024.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC14P30A13E,2024.06,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Actual, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30AE,1987.06,5634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1987.09,5711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1987.12,6131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1988.03,5447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1988.06,5600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1988.09,5834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1988.12,6195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1989.03,5566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1989.06,5976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1989.09,5624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1989.12,6101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1990.03,5631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1990.06,5820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1990.09,5908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1990.12,6495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1991.03,5684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1991.06,5790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1991.09,5782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1991.12,6200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1992.03,5704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1992.06,5784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1992.09,5726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1992.12,6341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1993.03,5644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1993.06,5803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1993.09,5858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1993.12,6373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1994.03,5724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1994.06,6007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1994.09,6089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1994.12,6725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1995.03,6014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1995.06,6263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1995.09,6306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1995.12,6871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1996.03,6344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1996.06,6418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1996.09,6514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1996.12,7051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1997.03,6309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1997.06,6483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1997.09,6552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1997.12,7141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1998.03,6503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1998.06,6558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1998.09,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1998.12,7279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1999.03,6582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1999.06,6730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1999.09,6864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,1999.12,7493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2000.03,6638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2000.06,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2000.09,6934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2000.12,7557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2001.03,6695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2001.06,6889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2001.09,7021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2001.12,7700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2002.03,6901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2002.06,7104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2002.09,7341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2002.12,8091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2003.03,7285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2003.06,7350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2003.09,7500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2003.12,8546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2004.03,7827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2004.06,7629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2004.09,7932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2004.12,8607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2005.03,7882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2005.06,7923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2005.09,8200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2005.12,8962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2006.03,8346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2006.06,8260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2006.09,8478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2006.12,9357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2007.03,8537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2007.06,8526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2007.09,8735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2007.12,9453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2008.03,8816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2008.06,8427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2008.09,8545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2008.12,9235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2009.03,8363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2009.06,8490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2009.09,8681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2009.12,9399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2010.03,8534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2010.06,8582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2010.09,8647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2010.12,9397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2011.03,8559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2011.06,8492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2011.09,8719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2011.12,9444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2012.03,8661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2012.06,8615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2012.09,8672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2012.12,9486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2013.03,8779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2013.06,8736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2013.09,8827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2013.12,9623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2014.03,8872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2014.06,8827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2014.09,9093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2014.12,9858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2015.03,9164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2015.06,9131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2015.09,9350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2015.12,10318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2016.03,9518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2016.06,9521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2016.09,9760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2016.12,10730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2017.03,9827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2017.06,9873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2017.09,10072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2017.12,11223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2018.03,10184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2018.06,10163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2018.09,10316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2018.12,11472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2019.03,10456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2019.06,10318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2019.09,10521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2019.12,11523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2020.03,11004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2020.06,9663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2020.09,10892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2020.12,11726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2021.03,10948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2021.06,10773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2021.09,10717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2021.12,12010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2022.03,11175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2022.06,10551,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2022.09,10872,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2022.12,11955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2023.03,10661,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2023.06,10299,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2023.09,10494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2023.12,11466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2024.03,10561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30AE,2024.06,10412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1987.06,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1987.09,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1987.12,2031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1988.03,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1988.06,1896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1988.09,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1988.12,2074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1989.03,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1989.06,2204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1989.09,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1989.12,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1990.03,1875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1990.06,1956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1990.09,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1990.12,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1991.03,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1991.06,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1991.09,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1991.12,1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1992.03,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1992.06,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1992.09,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1992.12,1960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1993.03,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1993.06,1861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1993.09,1896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1993.12,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1994.03,2051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1994.06,2139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1994.09,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1994.12,2482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1995.03,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1995.06,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1995.09,2271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1995.12,2704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1996.03,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1996.06,2565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1996.09,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1996.12,3010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1997.03,2397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1997.06,2644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1997.09,2528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1997.12,2932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1998.03,2383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1998.06,2593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1998.09,2535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1998.12,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1999.03,2506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1999.06,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1999.09,2827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,1999.12,3292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2000.03,2617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2000.06,2856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2000.09,2831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2000.12,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2001.03,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2001.06,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2001.09,2887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2001.12,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2002.03,2762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2002.06,3027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2002.09,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2002.12,3733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2003.03,2987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2003.06,3327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2003.09,3410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2003.12,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2004.03,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2004.06,3524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2004.09,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2004.12,4308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2005.03,3500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2005.06,3825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2005.09,3886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2005.12,4566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2006.03,3691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2006.06,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2006.09,3976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2006.12,4646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2007.03,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2007.06,4130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2007.09,4140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2007.12,4882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2008.03,3964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2008.06,4089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2008.09,4153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2008.12,4884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2009.03,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2009.06,3952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2009.09,4013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2009.12,4917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2010.03,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2010.06,4402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2010.09,4423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2010.12,5086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2011.03,4178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2011.06,4560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2011.09,4560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2011.12,5554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2012.03,4534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2012.06,4858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2012.09,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2012.12,5874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2013.03,4746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2013.06,5260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2013.09,5222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2013.12,6540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2014.03,5302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2014.06,5686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2014.09,5745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2014.12,7056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2015.03,5836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2015.06,6262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2015.09,6196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2015.12,7516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2016.03,6006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2016.06,6644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2016.09,6523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2016.12,7888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2017.03,6595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2017.06,7043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2017.09,7131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2017.12,8660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2018.03,6973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2018.06,7644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2018.09,7559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2018.12,9266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2019.03,7347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2019.06,7961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2019.09,8032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2019.12,9645,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2020.03,7367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2020.06,6828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2020.09,8916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2020.12,10483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2021.03,9072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2021.06,9873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2021.09,8336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2021.12,11413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2022.03,9818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2022.06,9296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2022.09,9045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2022.12,10439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2023.03,8548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2023.06,9358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2023.09,8553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2023.12,10206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2024.03,8149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30BE,2024.06,8377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RAC15P30CE,1987.06,7323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1987.09,7522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1987.12,7789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1988.03,7374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1988.06,7844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1988.09,8145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1988.12,8105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1989.03,7619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1989.06,8060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1989.09,8004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1989.12,7998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1990.03,7629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1990.06,8060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1990.09,8126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1990.12,8206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1991.03,7675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1991.06,7932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1991.09,7989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1991.12,8078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1992.03,7579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1992.06,7992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1992.09,8069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1992.12,8247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1993.03,7684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1993.06,8185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1993.09,8366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1993.12,8417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1994.03,7939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1994.06,8577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1994.09,8744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1994.12,8849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1995.03,8476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1995.06,8803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1995.09,9220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1995.12,9077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1996.03,8794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1996.06,9282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1996.09,9623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1996.12,9396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1997.03,9161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1997.06,9724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1997.09,9980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1997.12,9916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1998.03,9512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1998.06,10090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1998.09,10327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1998.12,10309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1999.03,9660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1999.06,10445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1999.09,10709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,1999.12,10453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2000.03,9722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2000.06,10661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2000.09,10954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2000.12,10672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2001.03,10016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2001.06,10810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2001.09,11347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2001.12,11066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2002.03,10165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2002.06,11181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2002.09,11540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2002.12,11438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2003.03,11030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2003.06,11721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2003.09,12277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2003.12,12148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2004.03,11695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2004.06,12270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2004.09,12998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2004.12,12996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2005.03,12196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2005.06,13027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2005.09,13384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2005.12,13446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2006.03,12687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2006.06,13181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2006.09,13776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2006.12,13888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2007.03,13200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2007.06,13830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2007.09,14403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2007.12,14339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2008.03,13735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2008.06,14077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2008.09,14550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2008.12,14450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2009.03,13421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2009.06,14145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2009.09,14595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2009.12,14667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2010.03,14192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2010.06,14601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2010.09,15020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2010.12,14997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2011.03,14392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2011.06,15015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2011.09,15635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2011.12,15528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2012.03,14973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2012.06,15422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2012.09,15908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2012.12,15993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2013.03,15398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2013.06,15979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2013.09,16534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2013.12,16423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2014.03,15727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2014.06,16313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2014.09,16874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2014.12,16715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2015.03,16004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2015.06,16743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2015.09,17428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2015.12,17584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2016.03,16797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2016.06,17883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2016.09,18852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2016.12,18984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2017.03,18177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2017.06,18927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2017.09,19666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2017.12,19730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2018.03,18912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2018.06,19828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2018.09,20802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2018.12,20786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2019.03,19756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2019.06,20528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2019.09,21273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2019.12,21312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2020.03,19538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2020.06,17934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2020.09,20502,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2020.12,21353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2021.03,21190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2021.06,21761,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2021.09,20697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2021.12,21317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2022.03,21355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2022.06,22294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2022.09,23121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2022.12,23388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2023.03,22475,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2023.06,23048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2023.09,23692,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2023.12,23802,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2024.03,22702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30CE,2024.06,23390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RAC15P30DE,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,1999.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2000.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2001.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2001.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2001.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2002.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2002.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2002.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2002.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2003.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2003.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2003.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2003.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2004.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2004.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2004.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2004.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2005.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2005.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2005.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2005.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2006.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2006.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2006.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2006.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2007.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2007.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2007.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2007.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2008.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2008.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2008.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2008.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2009.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2009.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2009.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2010.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2010.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2010.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2010.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2011.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2011.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2011.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2011.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2012.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2012.06,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2012.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2012.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2013.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2013.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2013.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2013.12,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2014.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2014.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2014.09,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2014.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2015.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2015.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2015.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2015.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2016.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2016.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2016.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2016.12,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2017.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2017.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2017.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2017.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2018.03,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2018.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2018.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2018.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2019.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2019.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2019.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2019.12,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2020.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2020.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2020.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2020.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2021.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2021.06,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2021.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2021.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2022.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2022.06,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2022.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2022.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2023.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2023.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2023.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2023.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2024.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30DE,2024.06,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RAC15P30VE,1987.06,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1987.09,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1987.12,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1988.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1988.06,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1988.09,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1988.12,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1989.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1989.06,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1989.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1989.12,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1990.03,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1990.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1990.09,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1990.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1991.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1991.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1991.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1991.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1992.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1992.06,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1992.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1992.12,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1993.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1993.06,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1993.09,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1993.12,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1994.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1994.06,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1994.09,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1994.12,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1995.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1995.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1995.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1995.12,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1996.03,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1996.06,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1996.09,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1996.12,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1997.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1997.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1997.09,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1997.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1998.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1998.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1998.09,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1998.12,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1999.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1999.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1999.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,1999.12,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2000.03,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2000.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2000.09,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2000.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2001.03,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2001.06,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2001.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2001.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2002.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2002.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2002.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2002.12,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2003.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2003.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2003.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2003.12,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2004.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2004.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2004.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2004.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2005.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2005.06,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2005.09,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2005.12,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2006.03,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2006.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2006.09,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2006.12,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2007.03,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2007.06,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2007.09,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2007.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2008.03,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2008.06,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2008.09,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2008.12,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2009.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2009.06,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2009.09,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2009.12,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2010.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2010.06,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2010.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2010.12,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2011.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2011.06,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2011.09,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2011.12,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2012.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2012.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2012.09,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2012.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2013.03,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2013.06,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2013.09,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2013.12,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2014.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2014.06,1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2014.09,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2014.12,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2015.03,959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2015.06,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2015.09,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2015.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2016.03,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2016.06,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2016.09,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2016.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2017.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2017.06,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2017.09,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2017.12,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2018.03,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2018.06,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2018.09,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2018.12,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2019.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2019.06,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2019.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2019.12,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2020.03,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2020.06,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2020.09,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2020.12,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2021.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2021.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2021.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2021.12,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2022.03,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2022.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2022.09,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2022.12,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2023.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2023.06,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2023.09,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2023.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2024.03,1021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30VE,2024.06,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RAC15P30WE,1987.06,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1987.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1987.12,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1988.03,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1988.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1988.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1988.12,834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1989.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1989.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1989.09,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1989.12,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1990.03,1165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1990.06,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1990.09,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1990.12,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1991.03,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1991.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1991.09,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1991.12,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1992.03,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1992.06,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1992.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1992.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1993.03,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1993.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1993.09,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1993.12,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1994.03,1707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1994.06,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1994.09,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1994.12,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1995.03,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1995.06,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1995.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1995.12,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1996.03,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1996.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1996.09,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1996.12,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1997.03,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1997.06,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1997.09,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1997.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1998.03,2012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1998.06,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1998.09,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1998.12,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1999.03,2575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1999.06,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1999.09,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,1999.12,1930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2000.03,3022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2000.06,1508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2000.09,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2000.12,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2001.03,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2001.06,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2001.09,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2001.12,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2002.03,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2002.06,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2002.09,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2002.12,2676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2003.03,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2003.06,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2003.09,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2003.12,2808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2004.03,3731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2004.06,2489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2004.09,2015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2004.12,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2005.03,3534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2005.06,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2005.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2005.12,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2006.03,3453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2006.06,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2006.09,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2006.12,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2007.03,3454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2007.06,2091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2007.09,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2007.12,2207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2008.03,3261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2008.06,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2008.09,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2008.12,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2009.03,3282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2009.06,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2009.09,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2009.12,2108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2010.03,2948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2010.06,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2010.09,1584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2010.12,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2011.03,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2011.06,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2011.09,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2011.12,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2012.03,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2012.06,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2012.09,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2012.12,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2013.03,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2013.06,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2013.09,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2013.12,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2014.03,2737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2014.06,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2014.09,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2014.12,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2015.03,3495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2015.06,2303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2015.09,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2015.12,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2016.03,3976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2016.06,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2016.09,2050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2016.12,2701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2017.03,3867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2017.06,2563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2017.09,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2017.12,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2018.03,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2018.06,2687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2018.09,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2018.12,2793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2019.03,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2019.06,2543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2019.09,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2019.12,2753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2020.03,3811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2020.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2020.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2020.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2021.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2021.06,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2021.09,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2021.12,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2022.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2022.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2022.09,956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2022.12,1353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2023.03,2479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2023.06,1814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2023.09,1580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2023.12,2035,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2024.03,3271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30WE,2024.06,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1987.06,15113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1987.09,15469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1987.12,16226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1988.03,15249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1988.06,15334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1988.09,15741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1988.12,16539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1989.03,15797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1989.06,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1989.09,15611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1989.12,16529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1990.03,15761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1990.06,15818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1990.09,15915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1990.12,17190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1991.03,15510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1991.06,15492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1991.09,15604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1991.12,16417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1992.03,15704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1992.06,15580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1992.09,15571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1992.12,16772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1993.03,15944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1993.06,15988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1993.09,16160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1993.12,17456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1994.03,16891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1994.06,17096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1994.09,17349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1994.12,18796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1995.03,17900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1995.06,18047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1995.09,18134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1995.12,19788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1996.03,18896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1996.06,19003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1996.09,19153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1996.12,20689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1997.03,19268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1997.06,19422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1997.09,19353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1997.12,20990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1998.03,19763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1998.06,19758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1998.09,19800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1998.12,21749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1999.03,20587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1999.06,20602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1999.09,20867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,1999.12,22653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2000.03,21255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2000.06,21172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2000.09,21254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2000.12,23042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2001.03,21669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2001.06,21800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2001.09,21967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2001.12,23908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2002.03,22716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2002.06,22702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2002.09,23165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2002.12,25389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2003.03,23991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2003.06,23982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2003.09,24387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2003.12,26877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2004.03,25806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2004.06,25283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2004.09,25774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2004.12,27787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2005.03,26412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2005.06,26150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2005.09,26609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2005.12,28691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2006.03,27530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2006.06,26946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2006.09,27215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2006.12,29592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2007.03,28492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2007.06,27846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2007.09,28176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2007.12,30191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2008.03,29093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2008.06,28054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2008.09,28033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2008.12,30056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2009.03,28289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2009.06,27839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2009.09,28179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2009.12,30397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2010.03,29142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2010.06,28667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2010.09,28798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2010.12,30715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2011.03,29344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2011.06,29017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2011.09,29525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2011.12,31926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2012.03,30218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2012.06,29833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2012.09,29939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2012.12,32380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2013.03,30945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2013.06,30809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2013.09,31054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2013.12,33481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2014.03,31976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2014.06,31749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2014.09,32215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2014.12,35100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2015.03,33821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2015.06,33557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2015.09,34091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2015.12,37077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2016.03,35675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2016.06,35563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2016.09,36000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2016.12,39172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2017.03,37688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2017.06,37422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2017.09,37708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2017.12,41140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2018.03,39320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2018.06,39237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2018.09,39380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2018.12,43046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2019.03,40871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2019.06,40411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2019.09,40720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2019.12,43946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2020.03,41174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2020.06,35371,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2020.09,40698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2020.12,43564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2021.03,41534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2021.06,42629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2021.09,40076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2021.12,44396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2022.03,42233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2022.06,42141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2022.09,43119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2022.12,46103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2023.03,43632,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2023.06,43640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2023.09,43520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2023.12,46657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2024.03,44546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30XE,2024.06,43966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Total Expenditure by Households in New Zealand,Households,, +SNEQ.SG02RAC15P30ZE,1987.06,14780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1987.09,15060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1987.12,15607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1988.03,14299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1988.06,15022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1988.09,15582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1988.12,16045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1989.03,14896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1989.06,16036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1989.09,15422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1989.12,15865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1990.03,14811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1990.06,15501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1990.09,15621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1990.12,16530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1991.03,14717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1991.06,15108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1991.09,15235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1991.12,15858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1992.03,14600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1992.06,15134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1992.09,15144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1992.12,16121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1993.03,14659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1993.06,15470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1993.09,15733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1993.12,16647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1994.03,15458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1994.06,16434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1994.09,16778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1994.12,17825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1995.03,16383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1995.06,17098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1995.09,17499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1995.12,18498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1996.03,17158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1996.06,18095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1996.09,18524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1996.12,19392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1997.03,17645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1997.06,18696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1997.09,18845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1997.12,19848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1998.03,18146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1998.06,19053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1998.09,19289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1998.12,20576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1999.03,18535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1999.06,19798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1999.09,20240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,1999.12,21146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2000.03,18791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2000.06,20157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2000.09,20562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2000.12,21351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2001.03,19054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2001.06,20452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2001.09,21092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2001.12,22146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2002.03,19677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2002.06,21150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2002.09,21953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2002.12,23285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2003.03,21177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2003.06,22343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2003.09,23142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2003.12,24777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2004.03,22804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2004.06,23471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2004.09,24750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2004.12,26128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2005.03,23699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2005.06,24966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2005.09,25652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2005.12,27245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2006.03,24880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2006.06,25508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2006.09,26365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2006.12,28079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2007.03,25824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2007.06,26648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2007.09,27459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2007.12,28918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2008.03,26675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2008.06,26783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2008.09,27436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2008.12,28787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2009.03,25629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2009.06,26722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2009.09,27422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2009.12,29144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2010.03,26889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2010.06,27713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2010.09,28241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2010.12,29649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2011.03,27280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2011.06,28229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2011.09,29112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2011.12,30738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2012.03,28387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2012.06,29115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2012.09,29600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2012.12,31566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2013.03,29156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2013.06,30213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2013.09,30838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2013.12,32779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2014.03,30151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2014.06,31054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2014.09,31969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2014.12,33782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2015.03,31211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2015.06,32313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2015.09,33187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2015.12,35487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2016.03,32538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2016.06,34254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2016.09,35411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2016.12,37720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2017.03,34830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2017.06,36046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2017.09,37124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2017.12,39679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2018.03,36328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2018.06,37814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2018.09,38940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2018.12,41584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2019.03,37849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2019.06,39059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2019.09,40159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2019.12,42471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2020.03,38246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2020.06,34807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2020.09,40439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2020.12,43427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2021.03,41304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2021.06,42381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2021.09,40196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2021.12,44621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2022.03,42380,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2022.06,42354,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2022.09,43420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2022.12,45952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2023.03,42121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2023.06,43009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2023.09,43407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2023.12,45938,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2024.03,42278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC15P30ZE,2024.06,43073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Household FCE by type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RAC17P61M,1990.06,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1990.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1990.12,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1991.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1991.06,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1991.09,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1991.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1992.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1992.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1992.09,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1992.12,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1993.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1993.06,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1993.09,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1993.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1994.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1994.06,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1994.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1994.12,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1995.03,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1995.06,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1995.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1995.12,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1996.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1996.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1996.09,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1996.12,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1997.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1997.06,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1997.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1997.12,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1998.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1998.06,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1998.09,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1998.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1999.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1999.06,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1999.09,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,1999.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2000.03,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2000.06,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2000.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2000.12,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2001.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2001.06,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2001.09,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2001.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2002.03,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2002.06,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2002.09,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2002.12,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2003.03,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2003.06,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2003.09,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2003.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2004.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2004.06,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2004.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2004.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2005.03,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2005.06,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2005.09,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2005.12,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2006.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2006.06,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2006.09,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2006.12,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2007.03,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2007.06,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2007.09,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2007.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2008.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2008.06,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2008.09,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2008.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2009.03,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2009.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2009.09,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2009.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2010.03,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2010.06,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2010.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2010.12,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2011.03,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2011.06,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2011.09,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2011.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2012.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2012.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2012.09,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2012.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2013.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2013.06,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2013.09,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2013.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2014.03,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2014.06,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2014.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2014.12,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2015.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2015.06,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2015.09,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2015.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2016.03,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2016.06,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2016.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2016.12,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2017.03,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2017.06,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2017.09,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2017.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2018.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2018.06,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2018.09,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2018.12,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2019.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2019.06,1949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2019.09,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2019.12,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2020.03,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2020.06,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2020.09,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2020.12,952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2021.03,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2021.06,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2021.09,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2021.12,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2022.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2022.06,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2022.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2022.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2023.03,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2023.06,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2023.09,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2023.12,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2024.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61M,2024.06,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RAC17P61N,1990.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1990.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1990.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1991.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1991.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1991.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1991.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1992.03,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1992.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1992.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1992.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1993.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1993.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1993.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1993.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1994.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1994.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1994.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1994.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1995.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1995.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1995.09,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1995.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1996.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1996.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1996.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1996.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1997.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1997.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1997.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1997.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1998.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1998.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1998.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1998.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1999.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1999.06,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1999.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,1999.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2000.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2000.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2000.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2000.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2001.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2001.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2001.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2001.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2002.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2002.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2002.09,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2002.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2003.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2003.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2003.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2003.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2004.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2004.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2004.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2004.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2005.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2005.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2005.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2005.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2006.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2006.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2006.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2006.12,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2007.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2007.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2007.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2007.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2008.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2008.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2008.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2008.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2009.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2009.06,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2009.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2009.12,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2010.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2010.06,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2010.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2010.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2011.03,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2011.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2011.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2011.12,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2012.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2012.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2012.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2012.12,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2013.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2013.06,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2013.09,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2013.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2014.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2014.06,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2014.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2014.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2015.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2015.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2015.09,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2015.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2016.03,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2016.06,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2016.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2016.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2017.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2017.06,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2017.09,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2017.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2018.03,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2018.06,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2018.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2018.12,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2019.03,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2019.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2019.09,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2019.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2020.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2020.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2020.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2020.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2021.03,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2021.06,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2021.09,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2021.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2022.03,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2022.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2022.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2022.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2023.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2023.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2023.09,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2023.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2024.03,553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61N,2024.06,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RAC17P61O,1990.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1990.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1990.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1991.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1991.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1991.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1991.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1992.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1992.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1992.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1992.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1993.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1993.06,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1993.09,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1993.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1994.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1994.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1994.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1994.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1995.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1995.06,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1995.09,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1995.12,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1996.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1996.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1996.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1996.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1997.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1997.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1997.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1997.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1998.03,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1998.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1998.09,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1998.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1999.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1999.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1999.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,1999.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2000.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2000.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2000.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2000.12,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2001.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2001.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2001.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2001.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2002.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2002.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2002.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2002.12,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2003.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2003.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2003.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2003.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2004.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2004.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2004.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2004.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2005.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2005.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2005.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2005.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2006.03,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2006.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2006.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2006.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2007.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2007.06,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2007.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2007.12,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2008.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2008.06,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2008.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2008.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2009.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2009.06,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2009.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2009.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2010.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2010.06,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2010.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2010.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2011.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2011.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2011.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2011.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2012.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2012.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2012.09,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2012.12,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2013.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2013.06,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2013.09,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2013.12,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2014.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2014.06,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2014.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2014.12,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2015.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2015.06,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2015.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2015.12,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2016.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2016.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2016.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2016.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2017.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2017.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2017.09,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2017.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2018.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2018.06,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2018.09,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2018.12,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2019.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2019.06,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2019.09,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2019.12,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2020.03,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2020.06,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2020.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2020.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2021.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2021.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2021.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2021.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2022.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2022.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2022.09,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2022.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2023.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2023.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2023.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2023.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2024.03,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61O,2024.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RAC17P61P,1990.06,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1990.09,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1990.12,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1991.03,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1991.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1991.09,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1991.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1992.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1992.06,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1992.09,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1992.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1993.03,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1993.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1993.09,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1993.12,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1994.03,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1994.06,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1994.09,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1994.12,763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1995.03,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1995.06,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1995.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1995.12,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1996.03,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1996.06,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1996.09,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1996.12,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1997.03,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1997.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1997.09,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1997.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1998.03,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1998.06,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1998.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1998.12,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1999.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1999.06,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1999.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,1999.12,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2000.03,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2000.06,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2000.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2000.12,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2001.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2001.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2001.09,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2001.12,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2002.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2002.06,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2002.09,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2002.12,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2003.03,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2003.06,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2003.09,1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2003.12,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2004.03,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2004.06,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2004.09,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2004.12,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2005.03,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2005.06,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2005.09,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2005.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2006.03,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2006.06,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2006.09,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2006.12,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2007.03,1622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2007.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2007.09,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2007.12,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2008.03,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2008.06,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2008.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2008.12,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2009.03,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2009.06,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2009.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2009.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2010.03,1718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2010.06,1714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2010.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2010.12,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2011.03,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2011.06,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2011.09,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2011.12,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2012.03,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2012.06,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2012.09,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2012.12,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2013.03,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2013.06,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2013.09,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2013.12,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2014.03,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2014.06,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2014.09,1021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2014.12,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2015.03,1864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2015.06,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2015.09,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2015.12,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2016.03,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2016.06,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2016.09,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2016.12,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2017.03,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2017.06,1637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2017.09,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2017.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2018.03,1743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2018.06,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2018.09,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2018.12,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2019.03,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2019.06,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2019.09,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2019.12,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2020.03,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2020.06,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2020.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2020.12,1364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2021.03,1849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2021.06,1779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2021.09,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2021.12,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2022.03,1640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2022.06,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2022.09,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2022.12,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2023.03,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2023.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2023.09,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2023.12,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2024.03,1783,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61P,2024.06,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RAC17P61Q,1990.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1990.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1990.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1991.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1991.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1991.09,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1991.12,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1992.03,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1992.06,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1992.09,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1992.12,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1993.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1993.06,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1993.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1993.12,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1994.03,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1994.06,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1994.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1994.12,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1995.03,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1995.06,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1995.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1995.12,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1996.03,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1996.06,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1996.09,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1996.12,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1997.03,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1997.06,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1997.09,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1997.12,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1998.03,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1998.06,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1998.09,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1998.12,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1999.03,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1999.06,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1999.09,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,1999.12,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2000.03,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2000.06,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2000.09,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2000.12,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2001.03,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2001.06,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2001.09,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2001.12,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2002.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2002.06,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2002.09,1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2002.12,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2003.03,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2003.06,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2003.09,1488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2003.12,2349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2004.03,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2004.06,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2004.09,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2004.12,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2005.03,1860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2005.06,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2005.09,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2005.12,2087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2006.03,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2006.06,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2006.09,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2006.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2007.03,2299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2007.06,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2007.09,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2007.12,2657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2008.03,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2008.06,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2008.09,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2008.12,2063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2009.03,2089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2009.06,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2009.09,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2009.12,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2010.03,2406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2010.06,2227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2010.09,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2010.12,2685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2011.03,2675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2011.06,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2011.09,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2011.12,2955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2012.03,2864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2012.06,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2012.09,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2012.12,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2013.03,3291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2013.06,2384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2013.09,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2013.12,3599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2014.03,3329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2014.06,2651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2014.09,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2014.12,3639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2015.03,3463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2015.06,2605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2015.09,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2015.12,3906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2016.03,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2016.06,2877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2016.09,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2016.12,3871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2017.03,3028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2017.06,2968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2017.09,2206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2017.12,3720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2018.03,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2018.06,2871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2018.09,2200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2018.12,3744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2019.03,3741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2019.06,3038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2019.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2019.12,3949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2020.03,3397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2020.06,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2020.09,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2020.12,3821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2021.03,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2021.06,3437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2021.09,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2021.12,3844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2022.03,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2022.06,2793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2022.09,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2022.12,3552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2023.03,3195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2023.06,3499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2023.09,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2023.12,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2024.03,3611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61Q,2024.06,3225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RAC17P61R,1990.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1990.09,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1990.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1991.03,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1991.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1991.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1991.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1992.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1992.06,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1992.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1992.12,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1993.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1993.06,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1993.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1993.12,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1994.03,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1994.06,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1994.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1994.12,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1995.03,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1995.06,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1995.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1995.12,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1996.03,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1996.06,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1996.09,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1996.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1997.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1997.06,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1997.09,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1997.12,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1998.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1998.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1998.09,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1998.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1999.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1999.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1999.09,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,1999.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2000.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2000.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2000.09,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2000.12,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2001.03,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2001.06,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2001.09,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2001.12,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2002.03,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2002.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2002.09,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2002.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2003.03,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2003.06,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2003.09,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2003.12,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2004.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2004.06,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2004.09,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2004.12,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2005.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2005.06,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2005.09,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2005.12,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2006.03,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2006.06,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2006.09,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2006.12,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2007.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2007.06,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2007.09,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2007.12,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2008.03,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2008.06,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2008.09,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2008.12,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2009.03,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2009.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2009.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2009.12,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2010.03,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2010.06,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2010.09,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2010.12,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2011.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2011.06,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2011.09,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2011.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2012.03,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2012.06,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2012.09,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2012.12,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2013.03,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2013.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2013.09,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2013.12,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2014.03,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2014.06,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2014.09,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2014.12,1469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2015.03,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2015.06,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2015.09,1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2015.12,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2016.03,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2016.06,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2016.09,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2016.12,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2017.03,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2017.06,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2017.09,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2017.12,2029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2018.03,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2018.06,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2018.09,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2018.12,2052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2019.03,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2019.06,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2019.09,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2019.12,1897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2020.03,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2020.06,1732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2020.09,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2020.12,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2021.03,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2021.06,1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2021.09,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2021.12,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2022.03,1495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2022.06,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2022.09,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2022.12,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2023.03,1699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2023.06,1662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2023.09,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2023.12,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2024.03,1614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61R,2024.06,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RAC17P61T,1990.06,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1990.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1990.12,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1991.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1991.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1991.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1991.12,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1992.03,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1992.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1992.09,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1992.12,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1993.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1993.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1993.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1993.12,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1994.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1994.06,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1994.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1994.12,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1995.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1995.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1995.09,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1995.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1996.03,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1996.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1996.09,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1996.12,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1997.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1997.06,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1997.09,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1997.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1998.03,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1998.06,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1998.09,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1998.12,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1999.03,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1999.06,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1999.09,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,1999.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2000.03,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2000.06,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2000.09,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2000.12,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2001.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2001.06,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2001.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2001.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2002.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2002.06,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2002.09,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2002.12,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2003.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2003.06,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2003.09,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2003.12,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2004.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2004.06,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2004.09,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2004.12,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2005.03,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2005.06,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2005.09,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2005.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2006.03,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2006.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2006.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2006.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2007.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2007.06,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2007.09,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2007.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2008.03,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2008.06,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2008.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2008.12,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2009.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2009.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2009.09,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2009.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2010.03,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2010.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2010.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2010.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2011.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2011.06,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2011.09,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2011.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2012.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2012.06,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2012.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2012.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2013.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2013.06,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2013.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2013.12,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2014.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2014.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2014.09,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2014.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2015.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2015.06,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2015.09,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2015.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2016.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2016.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2016.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2016.12,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2017.03,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2017.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2017.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2017.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2018.03,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2018.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2018.09,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2018.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2019.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2019.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2019.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2019.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2020.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2020.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2020.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2020.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2021.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2021.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2021.09,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2021.12,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2022.03,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2022.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2022.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2022.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2023.03,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2023.06,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2023.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2023.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2024.03,186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61T,2024.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RAC17P61U,1990.06,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1990.09,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1990.12,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1991.03,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1991.06,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1991.09,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1991.12,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1992.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1992.06,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1992.09,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1992.12,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1993.03,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1993.06,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1993.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1993.12,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1994.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1994.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1994.09,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1994.12,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1995.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1995.06,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1995.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1995.12,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1996.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1996.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1996.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1996.12,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1997.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1997.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1997.09,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1997.12,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1998.03,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1998.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1998.09,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1998.12,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1999.03,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1999.06,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1999.09,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,1999.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2000.03,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2000.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2000.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2000.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2001.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2001.06,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2001.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2001.12,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2002.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2002.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2002.09,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2002.12,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2003.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2003.06,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2003.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2003.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2004.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2004.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2004.09,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2004.12,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2005.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2005.06,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2005.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2005.12,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2006.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2006.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2006.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2006.12,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2007.03,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2007.06,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2007.09,782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2007.12,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2008.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2008.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2008.09,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2008.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2009.03,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2009.06,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2009.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2009.12,724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2010.03,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2010.06,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2010.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2010.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2011.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2011.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2011.09,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2011.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2012.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2012.06,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2012.09,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2012.12,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2013.03,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2013.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2013.09,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2013.12,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2014.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2014.06,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2014.09,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2014.12,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2015.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2015.06,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2015.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2015.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2016.03,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2016.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2016.09,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2016.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2017.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2017.06,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2017.09,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2017.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2018.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2018.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2018.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2018.12,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2019.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2019.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2019.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2019.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2020.03,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2020.06,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2020.09,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2020.12,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2021.03,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2021.06,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2021.09,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2021.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2022.03,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2022.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2022.09,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2022.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2023.03,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2023.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2023.09,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2023.12,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2024.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61U,2024.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RAC17P61V,1990.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1990.09,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1990.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1991.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1991.06,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1991.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1991.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1992.03,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1992.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1992.09,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1992.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1993.03,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1993.06,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1993.09,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1993.12,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1994.03,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1994.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1994.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1994.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1995.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1995.06,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1995.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1995.12,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1996.03,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1996.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1996.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1996.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1997.03,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1997.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1997.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1997.12,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1998.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1998.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1998.09,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1998.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1999.03,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1999.06,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1999.09,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,1999.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2000.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2000.06,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2000.09,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2000.12,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2001.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2001.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2001.09,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2001.12,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2002.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2002.06,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2002.09,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2002.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2003.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2003.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2003.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2003.12,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2004.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2004.06,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2004.09,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2004.12,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2005.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2005.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2005.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2005.12,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2006.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2006.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2006.09,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2006.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2007.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2007.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2007.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2007.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2008.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2008.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2008.09,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2008.12,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2009.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2009.06,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2009.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2009.12,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2010.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2010.06,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2010.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2010.12,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2011.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2011.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2011.09,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2011.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2012.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2012.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2012.09,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2012.12,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2013.03,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2013.06,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2013.09,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2013.12,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2014.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2014.06,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2014.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2014.12,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2015.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2015.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2015.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2015.12,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2016.03,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2016.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2016.09,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2016.12,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2017.03,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2017.06,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2017.09,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2017.12,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2018.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2018.06,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2018.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2018.12,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2019.03,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2019.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2019.09,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2019.12,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2020.03,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2020.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2020.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2020.12,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2021.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2021.06,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2021.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2021.12,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2022.03,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2022.06,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2022.09,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2022.12,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2023.03,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2023.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2023.09,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2023.12,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2024.03,1147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61V,2024.06,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RAC17P61W,1990.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1990.09,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1990.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1991.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1991.06,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1991.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1991.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1992.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1992.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1992.09,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1992.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1993.03,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1993.06,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1993.09,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1993.12,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1994.03,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1994.06,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1994.09,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1994.12,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1995.03,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1995.06,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1995.09,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1995.12,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1996.03,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1996.06,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1996.09,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1996.12,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1997.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1997.06,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1997.09,1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1997.12,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1998.03,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1998.06,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1998.09,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1998.12,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1999.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1999.06,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1999.09,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,1999.12,1219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2000.03,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2000.06,1446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2000.09,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2000.12,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2001.03,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2001.06,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2001.09,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2001.12,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2002.03,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2002.06,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2002.09,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2002.12,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2003.03,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2003.06,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2003.09,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2003.12,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2004.03,1398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2004.06,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2004.09,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2004.12,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2005.03,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2005.06,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2005.09,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2005.12,1620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2006.03,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2006.06,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2006.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2006.12,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2007.03,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2007.06,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2007.09,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2007.12,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2008.03,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2008.06,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2008.09,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2008.12,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2009.03,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2009.06,1551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2009.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2009.12,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2010.03,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2010.06,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2010.09,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2010.12,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2011.03,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2011.06,1922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2011.09,1826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2011.12,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2012.03,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2012.06,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2012.09,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2012.12,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2013.03,1548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2013.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2013.09,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2013.12,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2014.03,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2014.06,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2014.09,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2014.12,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2015.03,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2015.06,1709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2015.09,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2015.12,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2016.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2016.06,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2016.09,1642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2016.12,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2017.03,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2017.06,1675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2017.09,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2017.12,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2018.03,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2018.06,1755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2018.09,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2018.12,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2019.03,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2019.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2019.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2019.12,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2020.03,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2020.06,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2020.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2020.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2021.03,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2021.06,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2021.09,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2021.12,1970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2022.03,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2022.06,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2022.09,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2022.12,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2023.03,1590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2023.06,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2023.09,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2023.12,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2024.03,1689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC17P61W,2024.06,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RAC18P71APA,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1990.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1990.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1990.12,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1991.03,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1991.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1991.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1991.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1992.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1992.06,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1992.09,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1992.12,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1993.03,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1993.06,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1993.09,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1993.12,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1994.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1994.06,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1994.09,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1994.12,398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1995.03,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1995.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1995.09,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1995.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1996.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1996.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1996.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1996.12,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1997.03,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1997.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1997.09,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1997.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1998.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1998.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1998.09,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1998.12,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1999.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1999.06,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1999.09,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,1999.12,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2000.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2000.06,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2000.09,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2000.12,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2001.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2001.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2001.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2001.12,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2002.03,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2002.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2002.09,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2002.12,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2003.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2003.06,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2003.09,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2003.12,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2004.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2004.06,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2004.09,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2004.12,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2005.03,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2005.06,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2005.09,1437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2005.12,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2006.03,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2006.06,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2006.09,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2006.12,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2007.03,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2007.06,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2007.09,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2007.12,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2008.03,1638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2008.06,2222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2008.09,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2008.12,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2009.03,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2009.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2009.09,1300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2009.12,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2010.03,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2010.06,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2010.09,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2010.12,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2011.03,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2011.06,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2011.09,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2011.12,2061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2012.03,1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2012.06,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2012.09,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2012.12,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2013.03,1910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2013.06,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2013.09,2530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2013.12,2623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2014.03,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2014.06,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2014.09,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2014.12,3017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2015.03,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2015.06,2718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2015.09,3078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2015.12,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2016.03,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2016.06,2665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2016.09,2967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2016.12,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2017.03,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2017.06,3053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2017.09,3301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2017.12,3895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2018.03,3238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2018.06,3447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2018.09,3511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2018.12,3710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2019.03,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2019.06,3365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2019.09,3472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2019.12,3799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2020.03,2865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2020.06,2602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2020.09,3200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2020.12,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2021.03,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2021.06,3471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2021.09,4354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2021.12,4305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2022.03,3885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2022.06,4030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2022.09,4410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2022.12,4642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2023.03,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2023.06,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2023.09,4109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2023.12,4198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2024.03,3459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APA,2024.06,3525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RAC18P71APB,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1990.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1990.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1990.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1991.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1991.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1991.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1991.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1992.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1992.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1992.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1992.12,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1993.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1993.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1993.09,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1993.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1994.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1994.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1994.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1994.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1995.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1995.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1995.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1995.12,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1996.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1996.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1996.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1996.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1997.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1997.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1997.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1997.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1998.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1998.06,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1998.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1998.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1999.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1999.06,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1999.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,1999.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2000.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2000.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2000.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2000.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2001.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2001.06,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2001.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2001.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2002.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2002.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2002.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2002.12,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2003.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2003.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2003.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2003.12,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2004.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2004.06,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2004.09,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2004.12,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2005.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2005.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2005.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2005.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2006.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2006.06,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2006.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2006.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2007.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2007.06,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2007.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2007.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2008.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2008.06,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2008.09,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2008.12,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2009.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2009.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2009.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2009.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2010.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2010.06,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2010.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2010.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2011.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2011.06,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2011.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2011.12,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2012.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2012.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2012.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2012.12,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2013.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2013.06,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2013.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2013.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2014.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2014.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2014.09,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2014.12,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2015.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2015.06,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2015.09,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2015.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2016.03,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2016.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2016.09,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2016.12,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2017.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2017.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2017.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2017.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2018.03,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2018.06,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2018.09,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2018.12,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2019.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2019.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2019.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2019.12,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2020.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2020.06,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2020.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2020.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2021.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2021.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2021.09,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2021.12,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2022.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2022.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2022.09,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2022.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2023.03,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2023.06,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2023.09,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2023.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2024.03,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APB,2024.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RAC18P71APC,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1990.06,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1990.09,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1990.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1991.03,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1991.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1991.09,374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1991.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1992.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1992.06,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1992.09,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1992.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1993.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1993.06,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1993.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1993.12,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1994.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1994.06,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1994.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1994.12,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1995.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1995.06,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1995.09,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1995.12,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1996.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1996.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1996.09,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1996.12,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1997.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1997.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1997.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1997.12,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1998.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1998.06,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1998.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1998.12,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1999.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1999.06,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1999.09,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,1999.12,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2000.03,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2000.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2000.09,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2000.12,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2001.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2001.06,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2001.09,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2001.12,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2002.03,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2002.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2002.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2002.12,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2003.03,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2003.06,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2003.09,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2003.12,1514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2004.03,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2004.06,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2004.09,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2004.12,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2005.03,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2005.06,1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2005.09,1988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2005.12,2064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2006.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2006.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2006.09,1956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2006.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2007.03,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2007.06,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2007.09,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2007.12,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2008.03,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2008.06,2725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2008.09,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2008.12,2173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2009.03,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2009.06,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2009.09,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2009.12,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2010.03,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2010.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2010.09,1863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2010.12,2407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2011.03,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2011.06,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2011.09,2269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2011.12,2667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2012.03,2183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2012.06,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2012.09,2453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2012.12,2623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2013.03,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2013.06,2573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2013.09,3156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2013.12,3131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2014.03,2757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2014.06,3338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2014.09,3726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2014.12,3893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2015.03,3244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2015.06,3504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2015.09,4094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2015.12,3742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2016.03,2721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2016.06,3283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2016.09,3948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2016.12,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2017.03,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2017.06,3675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2017.09,3828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2017.12,4804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2018.03,3869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2018.06,4329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2018.09,4360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2018.12,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2019.03,3651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2019.06,4124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2019.09,4397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2019.12,4420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2020.03,3258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2020.06,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2020.09,3511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2020.12,4202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2021.03,3930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2021.06,4211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2021.09,4981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2021.12,5469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2022.03,4492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2022.06,4509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2022.09,4984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2022.12,5474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2023.03,4941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2023.06,4627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2023.09,4886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2023.12,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2024.03,3886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71APC,2024.06,4371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RAC18P71BPD,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1990.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1990.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1990.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1991.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1991.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1991.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1991.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1992.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1992.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1992.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1992.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1993.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1993.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1993.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1993.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1994.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1994.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1994.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1994.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1995.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1995.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1995.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1995.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1996.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1996.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1996.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1996.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1997.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1997.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1997.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1997.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1998.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1998.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1998.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1998.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1999.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1999.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1999.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,1999.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2000.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2000.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2000.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2000.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2001.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2001.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2001.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2001.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2002.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2002.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2002.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2002.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2003.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2003.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2003.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2003.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2004.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2004.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2004.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2004.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2005.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2005.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2005.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2005.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2006.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2006.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2006.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2006.12,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2007.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2007.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2007.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2007.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2008.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2008.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2008.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2008.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2009.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2009.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2009.09,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2009.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2010.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2010.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2010.09,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2010.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2011.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2011.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2011.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2011.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2012.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2012.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2012.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2012.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2013.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2013.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2013.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2013.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2014.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2014.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2014.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2014.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2015.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2015.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2015.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2015.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2016.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2016.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2016.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2016.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2017.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2017.06,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2017.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2017.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2018.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2018.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2018.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2018.12,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2019.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2019.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2019.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2019.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2020.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2020.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2020.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2020.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2021.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2021.06,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2021.09,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2021.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2022.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2022.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2022.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2022.12,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2023.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2023.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2023.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2023.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2024.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPD,2024.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RAC18P71BPE,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1990.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1990.09,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1990.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1991.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1991.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1991.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1991.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1992.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1992.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1992.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1992.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1993.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1993.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1993.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1993.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1994.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1994.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1994.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1994.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1995.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1995.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1995.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1995.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1996.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1996.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1996.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1996.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1997.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1997.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1997.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1997.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1998.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1998.06,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1998.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1998.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1999.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1999.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1999.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,1999.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2000.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2000.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2000.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2000.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2001.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2001.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2001.09,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2001.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2002.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2002.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2002.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2002.12,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2003.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2003.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2003.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2003.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2004.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2004.06,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2004.09,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2004.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2005.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2005.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2005.09,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2005.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2006.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2006.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2006.09,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2006.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2007.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2007.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2007.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2007.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2008.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2008.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2008.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2008.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2009.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2009.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2009.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2009.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2010.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2010.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2010.09,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2010.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2011.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2011.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2011.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2011.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2012.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2012.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2012.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2012.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2013.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2013.06,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2013.09,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2013.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2014.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2014.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2014.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2014.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2015.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2015.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2015.09,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2015.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2016.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2016.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2016.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2016.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2017.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2017.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2017.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2017.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2018.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2018.06,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2018.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2018.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2019.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2019.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2019.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2019.12,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2020.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2020.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2020.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2020.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2021.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2021.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2021.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2021.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2022.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2022.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2022.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2022.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2023.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2023.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2023.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2023.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2024.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPE,2024.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RAC18P71BPG,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1990.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1990.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1990.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1991.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1991.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1991.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1991.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1992.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1992.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1992.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1992.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1993.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1993.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1993.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1993.12,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1994.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1994.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1994.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1994.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1995.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1995.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1995.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1995.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1996.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1996.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1996.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1996.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1997.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1997.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1997.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1997.12,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1998.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1998.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1998.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1998.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1999.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1999.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1999.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,1999.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2000.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2000.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2000.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2000.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2001.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2001.06,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2001.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2001.12,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2002.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2002.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2002.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2002.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2003.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2003.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2003.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2003.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2004.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2004.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2004.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2004.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2005.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2005.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2005.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2005.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2006.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2006.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2006.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2006.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2007.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2007.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2007.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2007.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2008.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2008.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2008.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2008.12,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2009.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2009.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2009.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2009.12,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2010.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2010.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2010.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2010.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2011.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2011.06,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2011.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2011.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2012.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2012.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2012.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2012.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2013.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2013.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2013.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2013.12,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2014.03,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2014.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2014.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2014.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2015.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2015.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2015.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2015.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2016.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2016.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2016.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2016.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2017.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2017.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2017.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2017.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2018.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2018.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2018.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2018.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2019.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2019.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2019.09,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2019.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2020.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2020.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2020.09,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2020.12,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2021.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2021.06,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2021.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2021.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2022.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2022.06,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2022.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2022.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2023.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2023.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2023.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2023.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2024.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPG,2024.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RAC18P71BPH,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1990.06,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1990.09,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1990.12,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1991.03,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1991.06,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1991.09,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1991.12,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1992.03,1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1992.06,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1992.09,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1992.12,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1993.03,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1993.06,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1993.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1993.12,1436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1994.03,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1994.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1994.09,1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1994.12,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1995.03,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1995.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1995.09,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1995.12,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1996.03,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1996.06,1509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1996.09,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1996.12,1750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1997.03,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1997.06,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1997.09,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1997.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1998.03,1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1998.06,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1998.09,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1998.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1999.03,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1999.06,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1999.09,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,1999.12,2130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2000.03,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2000.06,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2000.09,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2000.12,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2001.03,1739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2001.06,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2001.09,2049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2001.12,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2002.03,1832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2002.06,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2002.09,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2002.12,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2003.03,1944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2003.06,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2003.09,2181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2003.12,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2004.03,2134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2004.06,2227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2004.09,2417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2004.12,2506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2005.03,2257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2005.06,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2005.09,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2005.12,2313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2006.03,2047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2006.06,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2006.09,2298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2006.12,2382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2007.03,2148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2007.06,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2007.09,2522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2007.12,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2008.03,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2008.06,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2008.09,2448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2008.12,2416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2009.03,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2009.06,1714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2009.09,1924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2009.12,2115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2010.03,2021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2010.06,2001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2010.09,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2010.12,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2011.03,2116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2011.06,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2011.09,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2011.12,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2012.03,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2012.06,2005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2012.09,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2012.12,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2013.03,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2013.06,2195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2013.09,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2013.12,2511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2014.03,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2014.06,2288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2014.09,2651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2014.12,2711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2015.03,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2015.06,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2015.09,2720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2015.12,2810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2016.03,2691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2016.06,2527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2016.09,2979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2016.12,2873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2017.03,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2017.06,2661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2017.09,3057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2017.12,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2018.03,2895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2018.06,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2018.09,3059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2018.12,3227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2019.03,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2019.06,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2019.09,3130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2019.12,3084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2020.03,2702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2020.06,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2020.09,2970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2020.12,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2021.03,3118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2021.06,2987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2021.09,3651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2021.12,3616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2022.03,3389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2022.06,3016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2022.09,3231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2022.12,2977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2023.03,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2023.06,2341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2023.09,2689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2023.12,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2024.03,2702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPH,2024.06,2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RAC18P71BPJ,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1990.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1990.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1990.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1991.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1991.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1991.09,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1991.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1992.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1992.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1992.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1992.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1993.03,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1993.06,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1993.09,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1993.12,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1994.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1994.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1994.09,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1994.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1995.03,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1995.06,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1995.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1995.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1996.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1996.06,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1996.09,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1996.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1997.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1997.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1997.09,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1997.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1998.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1998.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1998.09,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1998.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1999.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1999.06,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1999.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,1999.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2000.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2000.06,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2000.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2000.12,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2001.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2001.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2001.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2001.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2002.03,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2002.06,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2002.09,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2002.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2003.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2003.06,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2003.09,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2003.12,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2004.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2004.06,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2004.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2004.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2005.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2005.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2005.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2005.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2006.03,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2006.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2006.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2006.12,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2007.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2007.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2007.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2007.12,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2008.03,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2008.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2008.09,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2008.12,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2009.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2009.06,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2009.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2009.12,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2010.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2010.06,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2010.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2010.12,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2011.03,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2011.06,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2011.09,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2011.12,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2012.03,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2012.06,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2012.09,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2012.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2013.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2013.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2013.09,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2013.12,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2014.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2014.06,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2014.09,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2014.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2015.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2015.06,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2015.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2015.12,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2016.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2016.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2016.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2016.12,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2017.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2017.06,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2017.09,1070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2017.12,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2018.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2018.06,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2018.09,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2018.12,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2019.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2019.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2019.09,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2019.12,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2020.03,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2020.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2020.09,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2020.12,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2021.03,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2021.06,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2021.09,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2021.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2022.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2022.06,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2022.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2022.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2023.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2023.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2023.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2023.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2024.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPJ,2024.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RAC18P71BPK,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1990.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1990.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1990.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1991.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1991.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1991.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1991.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1992.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1992.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1992.09,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1992.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1993.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1993.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1993.09,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1993.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1994.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1994.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1994.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1994.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1995.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1995.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1995.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1995.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1996.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1996.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1996.09,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1996.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1997.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1997.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1997.09,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1997.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1998.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1998.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1998.09,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1998.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1999.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1999.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1999.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,1999.12,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2000.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2000.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2000.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2000.12,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2001.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2001.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2001.09,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2001.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2002.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2002.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2002.09,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2002.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2003.03,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2003.06,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2003.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2003.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2004.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2004.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2004.09,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2004.12,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2005.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2005.06,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2005.09,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2005.12,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2006.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2006.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2006.09,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2006.12,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2007.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2007.06,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2007.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2007.12,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2008.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2008.06,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2008.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2008.12,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2009.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2009.06,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2009.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2009.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2010.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2010.06,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2010.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2010.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2011.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2011.06,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2011.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2011.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2012.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2012.06,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2012.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2012.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2013.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2013.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2013.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2013.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2014.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2014.06,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2014.09,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2014.12,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2015.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2015.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2015.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2015.12,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2016.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2016.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2016.09,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2016.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2017.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2017.06,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2017.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2017.12,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2018.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2018.06,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2018.09,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2018.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2019.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2019.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2019.09,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2019.12,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2020.03,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2020.06,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2020.09,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2020.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2021.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2021.06,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2021.09,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2021.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2022.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2022.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2022.09,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2022.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2023.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2023.06,1062,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2023.09,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2023.12,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2024.03,1295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPK,2024.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RAC18P71BPO,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1990.06,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1990.09,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1990.12,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1991.03,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1991.06,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1991.09,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1991.12,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1992.03,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1992.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1992.09,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1992.12,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1993.03,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1993.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1993.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1993.12,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1994.03,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1994.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1994.09,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1994.12,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1995.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1995.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1995.09,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1995.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1996.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1996.06,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1996.09,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1996.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1997.03,481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1997.06,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1997.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1997.12,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1998.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1998.06,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1998.09,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1998.12,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1999.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1999.06,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1999.09,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,1999.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2000.03,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2000.06,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2000.09,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2000.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2001.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2001.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2001.09,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2001.12,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2002.03,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2002.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2002.09,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2002.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2003.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2003.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2003.09,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2003.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2004.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2004.06,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2004.09,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2004.12,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2005.03,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2005.06,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2005.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2005.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2006.03,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2006.06,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2006.09,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2006.12,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2007.03,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2007.06,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2007.09,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2007.12,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2008.03,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2008.06,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2008.09,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2008.12,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2009.03,1006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2009.06,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2009.09,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2009.12,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2010.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2010.06,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2010.09,1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2010.12,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2011.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2011.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2011.09,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2011.12,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2012.03,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2012.06,1198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2012.09,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2012.12,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2013.03,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2013.06,1123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2013.09,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2013.12,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2014.03,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2014.06,1183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2014.09,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2014.12,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2015.03,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2015.06,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2015.09,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2015.12,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2016.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2016.06,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2016.09,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2016.12,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2017.03,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2017.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2017.09,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2017.12,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2018.03,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2018.06,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2018.09,1480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2018.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2019.03,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2019.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2019.09,1562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2019.12,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2020.03,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2020.06,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2020.09,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2020.12,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2021.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2021.06,1383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2021.09,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2021.12,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2022.03,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2022.06,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2022.09,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2022.12,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2023.03,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2023.06,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2023.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2023.12,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2024.03,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPO,2024.06,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RAC18P71BPP,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1990.06,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1990.09,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1990.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1991.03,2219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1991.06,2043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1991.09,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1991.12,2244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1992.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1992.06,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1992.09,2611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1992.12,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1993.03,2417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1993.06,2596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1993.09,2886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1993.12,2812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1994.03,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1994.06,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1994.09,3230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1994.12,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1995.03,2964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1995.06,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1995.09,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1995.12,3116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1996.03,3123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1996.06,3066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1996.09,3485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1996.12,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1997.03,3033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1997.06,3139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1997.09,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1997.12,3415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1998.03,3374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1998.06,3193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1998.09,3517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1998.12,3427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1999.03,3433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1999.06,3450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1999.09,3807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,1999.12,4073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2000.03,3571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2000.06,3672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2000.09,3854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2000.12,3945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2001.03,3753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2001.06,3539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2001.09,3981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2001.12,3970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2002.03,3807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2002.06,3710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2002.09,4161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2002.12,4217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2003.03,3801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2003.06,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2003.09,4172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2003.12,4372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2004.03,4216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2004.06,4586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2004.09,4696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2004.12,4881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2005.03,4542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2005.06,4639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2005.09,4837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2005.12,4604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2006.03,4258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2006.06,4229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2006.09,4632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2006.12,4604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2007.03,4443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2007.06,4646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2007.09,5007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2007.12,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2008.03,4958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2008.06,4944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2008.09,5248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2008.12,4845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2009.03,4329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2009.06,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2009.09,4436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2009.12,4574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2010.03,4348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2010.06,4369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2010.09,4881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2010.12,5160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2011.03,4568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2011.06,5159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2011.09,5235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2011.12,4893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2012.03,5057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2012.06,4371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2012.09,5255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2012.12,5129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2013.03,4972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2013.06,4801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2013.09,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2013.12,5178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2014.03,4992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2014.06,5223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2014.09,5402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2014.12,5657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2015.03,5341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2015.06,5345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2015.09,5540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2015.12,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2016.03,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2016.06,5582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2016.09,5997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2016.12,6012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2017.03,5701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2017.06,5931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2017.09,6583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2017.12,6568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2018.03,6273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2018.06,6143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2018.09,6931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2018.12,6608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2019.03,6282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2019.06,6324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2019.09,6699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2019.12,6894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2020.03,6272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2020.06,4540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2020.09,6022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2020.12,6272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2021.03,5852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2021.06,6099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2021.09,6916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2021.12,6905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2022.03,6294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2022.06,5870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2022.09,6275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2022.12,6089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2023.03,5483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2023.06,5280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2023.09,5960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2023.12,5531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2024.03,5832,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71BPP,2024.06,5511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RAC18P71CPL,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,1999.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2000.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2001.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2001.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2001.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2002.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2002.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2002.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2002.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2003.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2003.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2003.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2003.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2004.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2004.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2004.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2004.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2005.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2005.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2005.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2005.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2006.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2006.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2006.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2006.12,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2007.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2007.06,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2007.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2007.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2008.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2008.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2008.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2008.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2009.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2009.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2009.12,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2010.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2010.06,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2010.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2010.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2011.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2011.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2011.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2011.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2012.03,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2012.06,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2012.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2012.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2013.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2013.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2013.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2013.12,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2014.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2014.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2014.09,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2014.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2015.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2015.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2015.09,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2015.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2016.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2016.06,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2016.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2016.12,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2017.03,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2017.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2017.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2017.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2018.03,455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2018.06,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2018.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2018.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2019.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2019.06,534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2019.09,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2019.12,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2020.03,545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2020.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2020.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2020.12,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2021.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2021.06,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2021.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2021.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2022.03,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2022.06,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2022.09,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2022.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2023.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2023.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2023.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2023.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2024.03,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPL,2024.06,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RAC18P71CPQ,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1990.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1990.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1990.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1991.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1991.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1991.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1991.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1992.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1992.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1992.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1992.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1993.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1993.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1993.09,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1993.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1994.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1994.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1994.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1994.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1995.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1995.06,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1995.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1995.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1996.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1996.06,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1996.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1996.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1997.03,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1997.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1997.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1997.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1998.03,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1998.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1998.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1998.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1999.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1999.06,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1999.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,1999.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2000.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2000.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2000.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2000.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2001.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2001.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2001.09,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2001.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2002.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2002.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2002.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2002.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2003.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2003.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2003.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2003.12,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2004.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2004.06,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2004.09,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2004.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2005.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2005.06,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2005.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2005.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2006.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2006.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2006.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2006.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2007.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2007.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2007.09,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2007.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2008.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2008.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2008.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2008.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2009.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2009.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2009.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2009.12,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2010.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2010.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2010.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2010.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2011.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2011.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2011.09,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2011.12,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2012.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2012.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2012.09,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2012.12,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2013.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2013.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2013.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2013.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2014.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2014.06,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2014.09,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2014.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2015.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2015.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2015.09,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2015.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2016.03,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2016.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2016.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2016.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2017.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2017.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2017.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2017.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2018.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2018.06,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2018.09,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2018.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2019.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2019.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2019.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2019.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2020.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2020.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2020.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2020.12,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2021.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2021.06,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2021.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2021.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2022.03,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2022.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2022.09,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2022.12,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2023.03,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2023.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2023.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2023.12,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2024.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPQ,2024.06,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RAC18P71CPR,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1990.06,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1990.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1990.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1991.03,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1991.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1991.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1991.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1992.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1992.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1992.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1992.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1993.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1993.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1993.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1993.12,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1994.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1994.06,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1994.09,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1994.12,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1995.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1995.06,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1995.09,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1995.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1996.03,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1996.06,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1996.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1996.12,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1997.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1997.06,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1997.09,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1997.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1998.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1998.06,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1998.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1998.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1999.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1999.06,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1999.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,1999.12,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2000.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2000.06,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2000.09,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2000.12,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2001.03,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2001.06,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2001.09,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2001.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2002.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2002.06,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2002.09,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2002.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2003.03,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2003.06,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2003.09,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2003.12,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2004.03,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2004.06,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2004.09,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2004.12,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2005.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2005.06,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2005.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2005.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2006.03,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2006.06,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2006.09,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2006.12,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2007.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2007.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2007.09,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2007.12,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2008.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2008.06,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2008.09,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2008.12,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2009.03,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2009.06,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2009.09,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2009.12,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2010.03,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2010.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2010.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2010.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2011.03,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2011.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2011.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2011.12,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2012.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2012.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2012.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2012.12,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2013.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2013.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2013.09,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2013.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2014.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2014.06,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2014.09,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2014.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2015.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2015.06,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2015.09,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2015.12,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2016.03,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2016.06,848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2016.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2016.12,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2017.03,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2017.06,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2017.09,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2017.12,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2018.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2018.06,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2018.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2018.12,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2019.03,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2019.06,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2019.09,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2019.12,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2020.03,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2020.06,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2020.09,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2020.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2021.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2021.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2021.09,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2021.12,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2022.03,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2022.06,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2022.09,1118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2022.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2023.03,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2023.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2023.09,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2023.12,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2024.03,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPR,2024.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RAC18P71CPT,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1990.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1990.09,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1990.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1991.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1991.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1991.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1991.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1992.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1992.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1992.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1992.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1993.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1993.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1993.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1993.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1994.03,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1994.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1994.09,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1994.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1995.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1995.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1995.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1995.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1996.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1996.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1996.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1996.12,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1997.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1997.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1997.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1997.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1998.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1998.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1998.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1998.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1999.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1999.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1999.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,1999.12,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2000.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2000.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2000.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2000.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2001.03,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2001.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2001.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2001.12,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2002.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2002.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2002.09,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2002.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2003.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2003.06,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2003.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2003.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2004.03,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2004.06,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2004.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2004.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2005.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2005.06,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2005.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2005.12,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2006.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2006.06,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2006.09,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2006.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2007.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2007.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2007.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2007.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2008.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2008.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2008.09,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2008.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2009.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2009.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2009.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2009.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2010.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2010.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2010.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2010.12,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2011.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2011.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2011.09,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2011.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2012.03,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2012.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2012.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2012.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2013.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2013.06,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2013.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2013.12,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2014.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2014.06,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2014.09,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2014.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2015.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2015.06,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2015.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2015.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2016.03,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2016.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2016.09,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2016.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2017.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2017.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2017.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2017.12,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2018.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2018.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2018.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2018.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2019.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2019.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2019.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2019.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2020.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2020.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2020.09,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2020.12,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2021.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2021.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2021.09,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2021.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2022.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2022.06,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2022.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2022.12,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2023.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2023.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2023.09,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2023.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2024.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPT,2024.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RAC18P71CPU,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1990.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1990.09,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1990.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1991.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1991.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1991.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1991.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1992.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1992.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1992.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1992.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1993.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1993.06,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1993.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1993.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1994.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1994.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1994.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1994.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1995.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1995.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1995.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1995.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1996.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1996.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1996.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1996.12,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1997.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1997.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1997.09,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1997.12,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1998.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1998.06,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1998.09,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1998.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1999.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1999.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1999.09,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,1999.12,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2000.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2000.06,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2000.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2000.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2001.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2001.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2001.09,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2001.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2002.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2002.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2002.09,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2002.12,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2003.03,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2003.06,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2003.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2003.12,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2004.03,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2004.06,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2004.09,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2004.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2005.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2005.06,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2005.09,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2005.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2006.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2006.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2006.09,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2006.12,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2007.03,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2007.06,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2007.09,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2007.12,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2008.03,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2008.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2008.09,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2008.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2009.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2009.06,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2009.09,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2009.12,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2010.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2010.06,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2010.09,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2010.12,575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2011.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2011.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2011.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2011.12,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2012.03,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2012.06,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2012.09,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2012.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2013.03,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2013.06,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2013.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2013.12,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2014.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2014.06,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2014.09,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2014.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2015.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2015.06,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2015.09,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2015.12,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2016.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2016.06,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2016.09,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2016.12,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2017.03,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2017.06,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2017.09,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2017.12,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2018.03,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2018.06,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2018.09,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2018.12,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2019.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2019.06,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2019.09,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2019.12,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2020.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2020.06,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2020.09,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2020.12,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2021.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2021.06,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2021.09,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2021.12,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2022.03,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2022.06,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2022.09,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2022.12,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2023.03,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2023.06,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2023.09,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2023.12,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2024.03,971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPU,2024.06,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RAC18P71CPV,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1990.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1990.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1990.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1991.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1991.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1991.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1991.12,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1992.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1992.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1992.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1992.12,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1993.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1993.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1993.09,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1993.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1994.03,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1994.06,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1994.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1994.12,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1995.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1995.06,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1995.09,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1995.12,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1996.03,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1996.06,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1996.09,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1996.12,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1997.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1997.06,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1997.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1997.12,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1998.03,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1998.06,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1998.09,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1998.12,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1999.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1999.06,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1999.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,1999.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2000.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2000.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2000.09,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2000.12,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2001.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2001.06,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2001.09,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2001.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2002.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2002.06,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2002.09,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2002.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2003.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2003.06,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2003.09,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2003.12,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2004.03,531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2004.06,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2004.09,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2004.12,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2005.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2005.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2005.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2005.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2006.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2006.06,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2006.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2006.12,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2007.03,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2007.06,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2007.09,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2007.12,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2008.03,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2008.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2008.09,777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2008.12,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2009.03,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2009.06,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2009.09,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2009.12,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2010.03,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2010.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2010.09,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2010.12,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2011.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2011.06,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2011.09,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2011.12,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2012.03,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2012.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2012.09,798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2012.12,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2013.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2013.06,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2013.09,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2013.12,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2014.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2014.06,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2014.09,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2014.12,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2015.03,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2015.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2015.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2015.12,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2016.03,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2016.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2016.09,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2016.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2017.03,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2017.06,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2017.09,936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2017.12,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2018.03,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2018.06,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2018.09,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2018.12,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2019.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2019.06,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2019.09,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2019.12,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2020.03,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2020.06,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2020.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2020.12,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2021.03,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2021.06,988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2021.09,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2021.12,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2022.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2022.06,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2022.09,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2022.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2023.03,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2023.06,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2023.09,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2023.12,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2024.03,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPV,2024.06,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RAC18P71CPW,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1990.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1990.09,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1990.12,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1991.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1991.06,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1991.09,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1991.12,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1992.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1992.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1992.09,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1992.12,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1993.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1993.06,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1993.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1993.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1994.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1994.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1994.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1994.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1995.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1995.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1995.09,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1995.12,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1996.03,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1996.06,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1996.09,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1996.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1997.03,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1997.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1997.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1997.12,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1998.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1998.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1998.09,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1998.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1999.03,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1999.06,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1999.09,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,1999.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2000.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2000.06,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2000.09,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2000.12,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2001.03,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2001.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2001.09,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2001.12,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2002.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2002.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2002.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2002.12,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2003.03,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2003.06,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2003.09,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2003.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2004.03,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2004.06,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2004.09,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2004.12,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2005.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2005.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2005.09,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2005.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2006.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2006.06,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2006.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2006.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2007.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2007.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2007.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2007.12,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2008.03,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2008.06,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2008.09,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2008.12,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2009.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2009.06,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2009.09,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2009.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2010.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2010.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2010.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2010.12,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2011.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2011.06,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2011.09,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2011.12,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2012.03,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2012.06,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2012.09,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2012.12,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2013.03,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2013.06,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2013.09,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2013.12,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2014.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2014.06,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2014.09,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2014.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2015.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2015.06,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2015.09,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2015.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2016.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2016.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2016.09,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2016.12,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2017.03,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2017.06,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2017.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2017.12,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2018.03,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2018.06,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2018.09,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2018.12,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2019.03,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2019.06,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2019.09,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2019.12,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2020.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2020.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2020.09,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2020.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2021.03,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2021.06,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2021.09,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2021.12,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2022.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2022.06,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2022.09,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2022.12,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2023.03,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2023.06,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2023.09,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2023.12,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2024.03,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPW,2024.06,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RAC18P71CPY,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1990.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1990.09,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1990.12,986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1991.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1991.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1991.09,958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1991.12,1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1992.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1992.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1992.09,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1992.12,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1993.03,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1993.06,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1993.09,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1993.12,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1994.03,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1994.06,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1994.09,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1994.12,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1995.03,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1995.06,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1995.09,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1995.12,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1996.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1996.06,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1996.09,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1996.12,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1997.03,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1997.06,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1997.09,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1997.12,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1998.03,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1998.06,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1998.09,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1998.12,1576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1999.03,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1999.06,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1999.09,1689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,1999.12,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2000.03,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2000.06,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2000.09,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2000.12,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2001.03,1461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2001.06,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2001.09,1713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2001.12,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2002.03,1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2002.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2002.09,2002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2002.12,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2003.03,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2003.06,1791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2003.09,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2003.12,2377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2004.03,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2004.06,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2004.09,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2004.12,2699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2005.03,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2005.06,2457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2005.09,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2005.12,2860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2006.03,2456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2006.06,2472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2006.09,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2006.12,3041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2007.03,2576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2007.06,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2007.09,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2007.12,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2008.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2008.06,2835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2008.09,3095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2008.12,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2009.03,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2009.06,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2009.09,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2009.12,3006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2010.03,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2010.06,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2010.09,3071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2010.12,3275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2011.03,2685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2011.06,2782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2011.09,3387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2011.12,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2012.03,2815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2012.06,2954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2012.09,3394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2012.12,3484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2013.03,2957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2013.06,3048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2013.09,3603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2013.12,3777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2014.03,3150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2014.06,3292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2014.09,3820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2014.12,4100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2015.03,3451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2015.06,3482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2015.09,4278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2015.12,4419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2016.03,3701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2016.06,3840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2016.09,4295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2016.12,4455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2017.03,3808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2017.06,3893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2017.09,4486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2017.12,4888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2018.03,4095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2018.06,4209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2018.09,4839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2018.12,5254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2019.03,4326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2019.06,4457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2019.09,5277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2019.12,5574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2020.03,4209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2020.06,4148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2020.09,5034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2020.12,5529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2021.03,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2021.06,5029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2021.09,6083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2021.12,6304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2022.03,4983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2022.06,5206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2022.09,5926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2022.12,6153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2023.03,5145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2023.06,5103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2023.09,5619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2023.12,5738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2024.03,5131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71CPY,2024.06,5228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RAC18P71DPZ,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1990.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1990.09,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1990.12,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1991.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1991.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1991.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1991.12,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1992.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1992.06,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1992.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1992.12,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1993.03,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1993.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1993.09,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1993.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1994.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1994.06,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1994.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1994.12,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1995.03,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1995.06,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1995.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1995.12,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1996.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1996.06,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1996.09,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1996.12,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1997.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1997.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1997.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1997.12,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1998.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1998.06,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1998.09,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1998.12,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1999.03,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1999.06,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1999.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,1999.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2000.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2000.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2000.09,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2000.12,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2001.03,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2001.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2001.09,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2001.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2002.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2002.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2002.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2002.12,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2003.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2003.06,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2003.09,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2003.12,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2004.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2004.06,746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2004.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2004.12,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2005.03,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2005.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2005.09,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2005.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2006.03,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2006.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2006.09,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2006.12,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2007.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2007.06,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2007.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2007.12,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2008.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2008.06,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2008.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2008.12,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2009.03,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2009.06,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2009.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2009.12,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2010.03,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2010.06,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2010.09,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2010.12,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2011.03,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2011.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2011.09,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2011.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2012.03,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2012.06,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2012.09,792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2012.12,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2013.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2013.06,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2013.09,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2013.12,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2014.03,839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2014.06,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2014.09,1148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2014.12,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2015.03,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2015.06,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2015.09,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2015.12,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2016.03,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2016.06,1177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2016.09,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2016.12,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2017.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2017.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2017.09,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2017.12,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2018.03,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2018.06,1485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2018.09,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2018.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2019.03,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2019.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2019.09,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2019.12,1303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2020.03,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2020.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2020.09,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2020.12,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2021.03,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2021.06,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2021.09,1598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2021.12,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2022.03,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2022.06,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2022.09,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2022.12,1840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2023.03,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2023.06,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2023.09,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2023.12,1458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2024.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71DPZ,2024.06,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RAC18P71EQA,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1990.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1990.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1990.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1991.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1991.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1991.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1991.12,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1992.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1992.06,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1992.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1992.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1993.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1993.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1993.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1993.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1994.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1994.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1994.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1994.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1995.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1995.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1995.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1995.12,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1996.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1996.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1996.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1996.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1997.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1997.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1997.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1997.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1998.03,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1998.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1998.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1998.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1999.03,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1999.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1999.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,1999.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2000.03,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2000.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2000.09,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2000.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2001.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2001.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2001.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2001.12,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2002.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2002.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2002.09,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2002.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2003.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2003.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2003.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2003.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2004.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2004.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2004.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2004.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2005.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2005.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2005.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2005.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2006.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2006.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2006.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2006.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2007.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2007.06,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2007.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2007.12,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2008.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2008.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2008.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2008.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2009.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2009.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2009.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2009.12,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2010.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2010.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2010.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2010.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2011.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2011.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2011.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2011.12,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2012.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2012.06,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2012.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2012.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2013.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2013.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2013.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2013.12,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2014.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2014.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2014.09,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2014.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2015.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2015.06,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2015.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2015.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2016.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2016.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2016.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2016.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2017.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2017.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2017.09,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2017.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2018.03,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2018.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2018.09,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2018.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2019.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2019.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2019.09,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2019.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2020.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2020.06,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2020.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2020.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2021.03,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2021.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2021.09,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2021.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2022.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2022.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2022.09,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2022.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2023.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2023.06,522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2023.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2023.12,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2024.03,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71EQA,2024.06,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RAC18P71FQB,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1990.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1990.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1990.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1991.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1991.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1991.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1991.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1992.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1992.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1992.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1992.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1993.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1993.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1993.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1993.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1994.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1994.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1994.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1994.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1995.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1995.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1995.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1995.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1996.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1996.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1996.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1996.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1997.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1997.06,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1997.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1997.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1998.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1998.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1998.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1998.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1999.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1999.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1999.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,1999.12,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2000.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2000.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2000.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2001.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2001.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2001.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2001.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2002.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2002.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2002.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2002.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2003.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2003.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2003.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2003.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2004.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2004.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2004.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2004.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2005.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2005.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2005.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2005.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2006.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2006.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2006.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2006.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2007.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2007.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2007.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2007.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2008.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2008.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2008.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2008.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2009.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2009.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2009.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2009.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2010.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2010.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2010.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2010.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2011.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2011.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2011.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2011.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2012.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2012.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2012.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2012.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2013.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2013.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2013.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2013.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2014.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2014.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2014.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2014.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2015.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2015.06,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2015.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2015.12,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2016.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2016.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2016.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2016.12,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2017.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2017.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2017.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2017.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2018.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2018.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2018.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2018.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2019.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2019.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2019.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2019.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2020.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2020.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2020.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2020.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2021.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2021.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2021.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2021.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2022.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2022.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2022.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2022.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2023.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2023.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2023.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2023.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2024.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC18P71FQB,2024.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RAC30P30C,1987.06,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1987.09,5611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1987.12,5820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1988.03,5267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1988.06,5493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1988.09,5560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1988.12,5778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1989.03,5321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1989.06,5734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1989.09,5699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1989.12,5974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1990.03,5916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1990.06,6112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1990.09,5927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1990.12,5917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1991.03,5615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1991.06,6234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1991.09,5553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1991.12,5885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1992.03,5665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1992.06,6251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1992.09,5704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1992.12,5972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1993.03,5677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1993.06,6202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1993.09,5883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1993.12,6073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1994.03,5827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1994.06,6258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1994.09,6046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1994.12,6339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1995.03,6036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1995.06,6637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1995.09,6197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1995.12,6306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1996.03,5973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1996.06,6817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1996.09,6188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1996.12,6435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1997.03,6116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1997.06,6865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1997.09,6559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1997.12,6541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1998.03,6446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1998.06,7078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1998.09,6643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1998.12,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1999.03,6830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1999.06,7259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1999.09,6728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,1999.12,6868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2000.03,6765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2000.06,7201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2000.09,6865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2000.12,6908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2001.03,6962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2001.06,7634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2001.09,7169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2001.12,7154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2002.03,7076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2002.06,7752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2002.09,7284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2002.12,7285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2003.03,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2003.06,7948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2003.09,7645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2003.12,7782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2004.03,7673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2004.06,8425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2004.09,7901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2004.12,8105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2005.03,8080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2005.06,9034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2005.09,8434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2005.12,8593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2006.03,8481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2006.06,9261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2006.09,8711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2006.12,8841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2007.03,8697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2007.06,9679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2007.09,9113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2007.12,9232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2008.03,9163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2008.06,9987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2008.09,9399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2008.12,9731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2009.03,9499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2009.06,10025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2009.09,9489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2009.12,9588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2010.03,9330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2010.06,10117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2010.09,9618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2010.12,9757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2011.03,9714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2011.06,10434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2011.09,9733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2011.12,9975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2012.03,9696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2012.06,10355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2012.09,9729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2012.12,9897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2013.03,9748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2013.06,10345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2013.09,9951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2013.12,10156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2014.03,10035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2014.06,10707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2014.09,10324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2014.12,10405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2015.03,10280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2015.06,11109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2015.09,10524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2015.12,10481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2016.03,10450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2016.06,11116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2016.09,10726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2016.12,10766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2017.03,10743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2017.06,11469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2017.09,11247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2017.12,11170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2018.03,11103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2018.06,11991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2018.09,11467,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2018.12,11518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2019.03,11508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2019.06,12453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2019.09,12062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2019.12,12364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2020.03,12289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2020.06,13323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2020.09,12802,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2020.12,13193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2021.03,13243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2021.06,14273,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2021.09,13709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2021.12,14407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2022.03,14331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2022.06,15274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2022.09,14533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2022.12,14285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2023.03,13818,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2023.06,15197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2023.09,14301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2023.12,14279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2024.03,13962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30C,2024.06,15173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RAC30P30D,1987.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1987.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1987.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1988.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1988.06,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1988.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1988.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1989.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1989.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1989.09,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1989.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1990.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1990.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1990.09,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1990.12,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1991.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1991.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1991.09,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1991.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1992.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1992.06,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1992.09,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1992.12,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1993.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1993.06,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1993.09,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1993.12,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1994.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1994.06,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1994.09,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1994.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1995.03,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1995.06,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1995.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1995.12,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1996.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1996.06,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1996.09,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1996.12,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1997.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1997.06,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1997.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1997.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1998.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1998.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1998.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1998.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1999.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1999.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1999.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,1999.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2000.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2000.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2000.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2000.12,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2001.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2001.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2001.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2001.12,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2002.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2002.06,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2002.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2002.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2003.03,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2003.06,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2003.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2003.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2004.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2004.06,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2004.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2004.12,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2005.03,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2005.06,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2005.09,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2005.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2006.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2006.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2006.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2006.12,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2007.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2007.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2007.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2007.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2008.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2008.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2008.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2008.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2009.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2009.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2009.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2009.12,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2010.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2010.06,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2010.09,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2010.12,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2011.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2011.06,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2011.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2011.12,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2012.03,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2012.06,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2012.09,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2012.12,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2013.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2013.06,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2013.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2013.12,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2014.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2014.06,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2014.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2014.12,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2015.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2015.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2015.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2015.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2016.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2016.06,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2016.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2016.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2017.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2017.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2017.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2017.12,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2018.03,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2018.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2018.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2018.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2019.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2019.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2019.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2019.12,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2020.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2020.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2020.09,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2020.12,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2021.03,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2021.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2021.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2021.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2022.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2022.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2022.09,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2022.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2023.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2023.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2023.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2023.12,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2024.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30D,2024.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RAC30P30E,1987.06,14780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1987.09,15060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1987.12,15607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1988.03,14299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1988.06,15022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1988.09,15582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1988.12,16045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1989.03,14896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1989.06,16036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1989.09,15422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1989.12,15865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1990.03,14811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1990.06,15501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1990.09,15621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1990.12,16530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1991.03,14717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1991.06,15108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1991.09,15235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1991.12,15858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1992.03,14600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1992.06,15134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1992.09,15144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1992.12,16121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1993.03,14659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1993.06,15470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1993.09,15733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1993.12,16647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1994.03,15458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1994.06,16434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1994.09,16778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1994.12,17825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1995.03,16383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1995.06,17098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1995.09,17499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1995.12,18498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1996.03,17158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1996.06,18095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1996.09,18524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1996.12,19392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1997.03,17645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1997.06,18696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1997.09,18845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1997.12,19848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1998.03,18146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1998.06,19053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1998.09,19289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1998.12,20576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1999.03,18535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1999.06,19798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1999.09,20240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,1999.12,21146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2000.03,18791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2000.06,20157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2000.09,20562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2000.12,21351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2001.03,19054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2001.06,20452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2001.09,21092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2001.12,22146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2002.03,19677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2002.06,21150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2002.09,21953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2002.12,23285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2003.03,21177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2003.06,22343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2003.09,23142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2003.12,24777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2004.03,22804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2004.06,23471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2004.09,24750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2004.12,26128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2005.03,23699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2005.06,24966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2005.09,25652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2005.12,27245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2006.03,24880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2006.06,25508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2006.09,26365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2006.12,28079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2007.03,25824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2007.06,26648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2007.09,27459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2007.12,28918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2008.03,26675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2008.06,26783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2008.09,27436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2008.12,28787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2009.03,25629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2009.06,26722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2009.09,27422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2009.12,29144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2010.03,26889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2010.06,27713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2010.09,28241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2010.12,29649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2011.03,27280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2011.06,28229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2011.09,29112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2011.12,30738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2012.03,28387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2012.06,29115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2012.09,29600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2012.12,31566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2013.03,29156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2013.06,30213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2013.09,30838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2013.12,32779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2014.03,30151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2014.06,31054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2014.09,31969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2014.12,33782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2015.03,31211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2015.06,32313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2015.09,33187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2015.12,35487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2016.03,32538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2016.06,34254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2016.09,35411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2016.12,37720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2017.03,34830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2017.06,36046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2017.09,37124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2017.12,39679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2018.03,36328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2018.06,37814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2018.09,38940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2018.12,41584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2019.03,37849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2019.06,39059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2019.09,40159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2019.12,42471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2020.03,38246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2020.06,34807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2020.09,40439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2020.12,43427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2021.03,41304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2021.06,42381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2021.09,40196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2021.12,44621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2022.03,42380,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2022.06,42354,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2022.09,43420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2022.12,45952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2023.03,42121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2023.06,43009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2023.09,43407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2023.12,45938,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2024.03,42278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30E,2024.06,43073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RAC30P30G,1987.06,15063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1987.09,15352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1987.12,15903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1988.03,14595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1988.06,15317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1988.09,15878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1988.12,16343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1989.03,15195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1989.06,16345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1989.09,15737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1989.12,16188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1990.03,15139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1990.06,15838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1990.09,15966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1990.12,16885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1991.03,15075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1991.06,15473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1991.09,15605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1991.12,16230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1992.03,14967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1992.06,15497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1992.09,15504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1992.12,16482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1993.03,15016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1993.06,15832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1993.09,16099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1993.12,17019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1994.03,15830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1994.06,16814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1994.09,17161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1994.12,18212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1995.03,16765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1995.06,17479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1995.09,17883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1995.12,18893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1996.03,17561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1996.06,18517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1996.09,18962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1996.12,19844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1997.03,18101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1997.06,19162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1997.09,19324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1997.12,20347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1998.03,18659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1998.06,19596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1998.09,19847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1998.12,21144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1999.03,19091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1999.06,20343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1999.09,20776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,1999.12,21681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2000.03,19317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2000.06,20692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2000.09,21101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2000.12,21894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2001.03,19591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2001.06,20989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2001.09,21631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2001.12,22689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2002.03,20220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2002.06,21700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2002.09,22508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2002.12,23844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2003.03,21737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2003.06,22907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2003.09,23710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2003.12,25355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2004.03,23387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2004.06,24066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2004.09,25354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2004.12,26737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2005.03,24299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2005.06,25560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2005.09,26240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2005.12,27831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2006.03,25457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2006.06,26082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2006.09,26942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2006.12,28664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2007.03,26417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2007.06,27256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2007.09,28082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2007.12,29553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2008.03,27317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2008.06,27433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2008.09,28096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2008.12,29462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2009.03,26321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2009.06,27433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2009.09,28141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2009.12,29855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2010.03,27585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2010.06,28379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2010.09,28889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2010.12,30292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2011.03,27930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2011.06,28897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2011.09,29787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2011.12,31409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2012.03,29041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2012.06,29743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2012.09,30210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2012.12,32170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2013.03,29762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2013.06,30834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2013.09,31472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2013.12,33426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2014.03,30808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2014.06,31723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2014.09,32646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2014.12,34463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2015.03,31894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2015.06,32993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2015.09,33866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2015.12,36169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2016.03,33221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2016.06,34944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2016.09,36105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2016.12,38421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2017.03,35532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2017.06,36753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2017.09,37831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2017.12,40385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2018.03,37027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2018.06,38503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2018.09,39623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2018.12,42264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2019.03,38533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2019.06,39747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2019.09,40861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2019.12,43193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2020.03,38976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2020.06,35397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2020.09,41164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2020.12,44218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2021.03,42111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2021.06,43153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2021.09,40925,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2021.12,45381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2022.03,43162,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2022.06,43178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2022.09,44278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2022.12,46835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2023.03,43017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2023.06,43912,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2023.09,44319,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2023.12,46862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2024.03,43219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30G,2024.06,44034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RAC30P30H,1987.06,4876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1987.09,5034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1987.12,5230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1988.03,4660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1988.06,4874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1988.09,4939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1988.12,5152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1989.03,4688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1989.06,5112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1989.09,5078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1989.12,5339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1990.03,5261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1990.06,5444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1990.09,5243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1990.12,5224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1991.03,4910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1991.06,5563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1991.09,4866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1991.12,5193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1992.03,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1992.06,5545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1992.09,4988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1992.12,5239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1993.03,4965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1993.06,5475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1993.09,5182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1993.12,5358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1994.03,5127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1994.06,5481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1994.09,5362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1994.12,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1995.03,5303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1995.06,5829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1995.09,5457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1995.12,5535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1996.03,5212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1996.06,6000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1996.09,5475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1996.12,5684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1997.03,5346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1997.06,6059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1997.09,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1997.12,5787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1998.03,5704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1998.06,6294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1998.09,5975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1998.12,5938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1999.03,6131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1999.06,6502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1999.09,6084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,1999.12,6127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2000.03,6071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2000.06,6430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2000.09,6220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2000.12,6199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2001.03,6266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2001.06,6860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2001.09,6489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2001.12,6417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2002.03,6372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2002.06,6963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2002.09,6572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2002.12,6531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2003.03,6443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2003.06,7138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2003.09,6866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2003.12,6949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2004.03,6884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2004.06,7533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2004.09,7067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2004.12,7238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2005.03,7238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2005.06,8133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2005.09,7557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2005.12,7671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2006.03,7601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2006.06,8281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2006.09,7786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2006.12,7840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2007.03,7738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2007.06,8620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2007.09,8072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2007.12,8152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2008.03,8131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2008.06,8874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2008.09,8332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2008.12,8609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2009.03,8438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2009.06,8856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2009.09,8459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2009.12,8483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2010.03,8281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2010.06,8947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2010.09,8527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2010.12,8549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2011.03,8545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2011.06,9179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2011.09,8503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2011.12,8709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2012.03,8565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2012.06,9062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2012.09,8611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2012.12,8741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2013.03,8671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2013.06,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2013.09,8800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2013.12,8965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2014.03,8882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2014.06,9453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2014.09,9091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2014.12,9164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2015.03,9122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2015.06,9752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2015.09,9271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2015.12,9193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2016.03,9217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2016.06,9710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2016.09,9431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2016.12,9438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2017.03,9467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2017.06,10014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2017.09,9876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2017.12,9784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2018.03,9754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2018.06,10429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2018.09,10066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2018.12,10113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2019.03,10113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2019.06,10850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2019.09,10559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2019.12,10821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2020.03,10801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2020.06,11674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2020.09,11239,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2020.12,11599,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2021.03,11682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2021.06,12570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2021.09,12083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2021.12,12714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2022.03,12681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2022.06,13405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2022.09,12747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2022.12,12465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2023.03,12025,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2023.06,13192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2023.09,12426,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2023.12,12356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2024.03,12103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30H,2024.06,13135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RAC30P30I,1987.06,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1987.09,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1987.12,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1988.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1988.06,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1988.09,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1988.12,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1989.03,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1989.06,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1989.09,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1989.12,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1990.03,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1990.06,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1990.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1990.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1991.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1991.06,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1991.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1991.12,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1992.03,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1992.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1992.09,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1992.12,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1993.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1993.06,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1993.09,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1993.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1994.03,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1994.06,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1994.09,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1994.12,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1995.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1995.06,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1995.09,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1995.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1996.03,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1996.06,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1996.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1996.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1997.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1997.06,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1997.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1997.12,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1998.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1998.06,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1998.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1998.12,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1999.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1999.06,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1999.09,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,1999.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2000.03,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2000.06,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2000.09,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2000.12,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2001.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2001.06,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2001.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2001.12,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2002.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2002.06,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2002.09,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2002.12,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2003.03,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2003.06,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2003.09,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2003.12,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2004.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2004.06,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2004.09,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2004.12,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2005.03,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2005.06,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2005.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2005.12,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2006.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2006.06,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2006.09,928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2006.12,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2007.03,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2007.06,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2007.09,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2007.12,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2008.03,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2008.06,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2008.09,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2008.12,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2009.03,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2009.06,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2009.09,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2009.12,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2010.03,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2010.06,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2010.09,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2010.12,1208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2011.03,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2011.06,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2011.09,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2011.12,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2012.03,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2012.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2012.09,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2012.12,1155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2013.03,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2013.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2013.09,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2013.12,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2014.03,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2014.06,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2014.09,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2014.12,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2015.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2015.06,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2015.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2015.12,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2016.03,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2016.06,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2016.09,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2016.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2017.03,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2017.06,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2017.09,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2017.12,1389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2018.03,1350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2018.06,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2018.09,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2018.12,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2019.03,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2019.06,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2019.09,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2019.12,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2020.03,1488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2020.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2020.09,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2020.12,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2021.03,1556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2021.06,1699,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2021.09,1620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2021.12,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2022.03,1637,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2022.06,1872,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2022.09,1791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2022.12,1834,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2023.03,1811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2023.06,2028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2023.09,1896,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2023.12,1949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2024.03,1882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RAC30P30I,2024.06,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Actual, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC00B15,1987.06,26643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1987.09,26712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1987.12,26780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1988.03,26879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1988.06,26924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1988.09,27345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1988.12,27335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1989.03,27662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1989.06,27821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1989.09,26758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1989.12,27439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1990.03,27735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1990.06,27562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1990.09,27580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1990.12,28222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1991.03,27129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1991.06,26884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1991.09,27266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1991.12,27219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1992.03,27407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1992.06,27654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1992.09,27125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1992.12,27420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1993.03,28028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1993.06,28242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1993.09,29044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1993.12,29550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1994.03,30489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1994.06,30748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1994.09,30812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1994.12,31076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1995.03,31495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1995.06,32022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1995.09,32046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1995.12,32382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1996.03,32592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1996.06,32990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1996.09,33466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1996.12,33560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1997.03,33420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1997.06,34179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1997.09,34885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1997.12,34305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1998.03,34305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1998.06,34169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1998.09,34350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1998.12,35220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1999.03,35560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1999.06,35823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1999.09,36355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,1999.12,36716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2000.03,37634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2000.06,37300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2000.09,37460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2000.12,37728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2001.03,37400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2001.06,38613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2001.09,38546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2001.12,39067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2002.03,39512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2002.06,39847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2002.09,40614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2002.12,41493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2003.03,41629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2003.06,41824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2003.09,42340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2003.12,43004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2004.03,44083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2004.06,44100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2004.09,44137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2004.12,44248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2005.03,44333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2005.06,45439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2005.09,45526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2005.12,45557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2006.03,45957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2006.06,45759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2006.09,46598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2006.12,46952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2007.03,47303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2007.06,47968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2007.09,48462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2007.12,48697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2008.03,48417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2008.06,47703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2008.09,47711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2008.12,47692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2009.03,47310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2009.06,47904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2009.09,48203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2009.12,48788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2010.03,49366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2010.06,49621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2010.09,48919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2010.12,48351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2011.03,49189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2011.06,49640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2011.09,50193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2011.12,50606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2012.03,50696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2012.06,51000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2012.09,51296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2012.12,51881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2013.03,52165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2013.06,51963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2013.09,52461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2013.12,52767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2014.03,53354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2014.06,53585,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2014.09,54254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2014.12,54966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2015.03,55409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2015.06,55880,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2015.09,56639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2015.12,57224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2016.03,57769,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2016.06,58458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2016.09,58901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2016.12,59074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2017.03,59849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2017.06,60578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2017.09,61194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2017.12,62063,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2018.03,62615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2018.06,63334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2018.09,63307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2018.12,64367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2019.03,64967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2019.06,65213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2019.09,65673,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2019.12,66090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2020.03,65288,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2020.06,59013,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2020.09,67178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2020.12,67468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2021.03,68654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2021.06,69720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2021.09,66779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2021.12,69158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2022.03,68879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2022.06,69747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2022.09,71146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2022.12,70694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2023.03,70265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2023.06,71138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2023.09,70680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2023.12,70916,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2024.03,71154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B15,2024.06,71186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG02RSC00B21,1987.06,25520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1987.09,25160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1987.12,25652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1988.03,25396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1988.06,25504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1988.09,25872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1988.12,25685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1989.03,26325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1989.06,26915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1989.09,26748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1989.12,27403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1990.03,27129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1990.06,27005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1990.09,26918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1990.12,27062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1991.03,25635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1991.06,25141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1991.09,25139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1991.12,25036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1992.03,26004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1992.06,25649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1992.09,25484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1992.12,25934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1993.03,26250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1993.06,26607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1993.09,27275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1993.12,27745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1994.03,28320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1994.06,28952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1994.09,29235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1994.12,29732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1995.03,30096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1995.06,30457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1995.09,30664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1995.12,31016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1996.03,31439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1996.06,31733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1996.09,32481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1996.12,32016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1997.03,32266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1997.06,34262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1997.09,33025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1997.12,32837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1998.03,33126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1998.06,33051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1998.09,32495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1998.12,33538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1999.03,34016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1999.06,34764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1999.09,34972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,1999.12,36658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2000.03,35476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2000.06,35226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2000.09,35627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2000.12,35376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2001.03,35071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2001.06,36037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2001.09,36251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2001.12,37163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2002.03,37863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2002.06,36998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2002.09,38567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2002.12,39529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2003.03,39363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2003.06,40372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2003.09,40895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2003.12,42135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2004.03,43438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2004.06,43408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2004.09,44374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2004.12,44637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2005.03,44662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2005.06,46363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2005.09,46511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2005.12,46166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2006.03,46549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2006.06,45877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2006.09,46372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2006.12,47102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2007.03,47654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2007.06,48813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2007.09,49384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2007.12,49676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2008.03,49960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2008.06,50013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2008.09,49335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2008.12,48146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2009.03,46656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2009.06,46408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2009.09,46698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2009.12,47976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2010.03,48674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2010.06,48827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2010.09,48423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2010.12,49104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2011.03,49534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2011.06,50026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2011.09,50825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2011.12,50707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2012.03,51905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2012.06,51370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2012.09,51359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2012.12,52222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2013.03,52749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2013.06,53078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2013.09,54266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2013.12,54333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2014.03,54937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2014.06,55887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2014.09,56663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2014.12,56738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2015.03,56879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2015.06,57867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2015.09,58024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2015.12,58489,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2016.03,59147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2016.06,59906,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2016.09,60736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2016.12,61468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2017.03,62472,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2017.06,62800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2017.09,63608,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2017.12,65125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2018.03,66109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2018.06,66799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2018.09,66724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2018.12,67423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2019.03,67651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2019.06,68525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2019.09,69490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2019.12,69853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2020.03,68266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2020.06,60847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2020.09,69875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2020.12,71565,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2021.03,75621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2021.06,74172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2021.09,72559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2021.12,75725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2022.03,77676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2022.06,76972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2022.09,76773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2022.12,77151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2023.03,76524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2023.06,75962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2023.09,75900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2023.12,74785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2024.03,75777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00B21,2024.06,75857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG02RSC00P50,1987.06,5045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1987.09,4785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1987.12,4721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1988.03,4808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1988.06,4840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1988.09,4837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1988.12,4510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1989.03,5023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1989.06,4981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1989.09,5689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1989.12,5905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1990.03,5277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1990.06,5364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1990.09,5246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1990.12,5183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1991.03,4351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1991.06,3761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1991.09,4148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1991.12,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1992.03,4727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1992.06,4288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1992.09,4402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1992.12,4624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1993.03,4873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1993.06,4986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1993.09,5357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1993.12,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1994.03,5781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1994.06,6254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1994.09,6085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1994.12,6130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1995.03,6334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1995.06,6714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1995.09,6636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1995.12,6724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1996.03,6808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1996.06,6749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1996.09,7333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1996.12,6710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1997.03,6926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1997.06,8568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1997.09,7217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1997.12,6939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1998.03,6869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1998.06,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1998.09,6108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1998.12,6810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1999.03,6942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1999.06,7487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1999.09,7573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,1999.12,9132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2000.03,8117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2000.06,7593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2000.09,7785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2000.12,7660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2001.03,7336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2001.06,7631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2001.09,7610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2001.12,8379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2002.03,9238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2002.06,7683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2002.09,8882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2002.12,9454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2003.03,9159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2003.06,9579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2003.09,9614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2003.12,10144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2004.03,11017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2004.06,10982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2004.09,11115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2004.12,10987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2005.03,10988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2005.06,11792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2005.09,11810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2005.12,11056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2006.03,11284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2006.06,10502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2006.09,10712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2006.12,10962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2007.03,11162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2007.06,11904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2007.09,12160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2007.12,12206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2008.03,12037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2008.06,12725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2008.09,11781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2008.12,10429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2009.03,9477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2009.06,8796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2009.09,8998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2009.12,10044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2010.03,10346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2010.06,10314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2010.09,9824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2010.12,10549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2011.03,10476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2011.06,10652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2011.09,11215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2011.12,10900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2012.03,11750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2012.06,11248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2012.09,11348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2012.12,11740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2013.03,11832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2013.06,11881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2013.09,12805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2013.12,12399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2014.03,12672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2014.06,13555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2014.09,13672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2014.12,13589,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2015.03,13211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2015.06,13776,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2015.09,13667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2015.12,13648,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2016.03,13933,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2016.06,13809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2016.09,13991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2016.12,14189,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2017.03,14570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2017.06,14543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2017.09,14631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2017.12,15534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2018.03,16283,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2018.06,16373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2018.09,15742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2018.12,15689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2019.03,15877,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2019.06,16351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2019.09,16662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2019.12,16355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2020.03,15192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2020.06,11775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2020.09,15954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2020.12,16277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2021.03,18299,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2021.06,16705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2021.09,17803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2021.12,18056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2022.03,18050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2022.06,18595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2022.09,17846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2022.12,18274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2023.03,17633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2023.06,16812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2023.09,17242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2023.12,16074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2024.03,16572,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P50,2024.06,16629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG02RSC00P52,1987.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1987.09,-67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1987.12,-133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1988.03,-193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1988.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1988.09,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1988.12,-277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1989.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1989.06,-243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1989.09,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1989.12,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1990.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1990.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1990.09,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1990.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1991.03,-138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1991.06,-188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1991.09,-77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1991.12,-143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1992.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1992.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1992.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1992.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1993.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1993.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1993.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1993.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1994.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1994.06,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1994.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1994.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1995.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1995.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1995.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1995.12,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1996.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1996.06,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1996.09,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1996.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1997.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1997.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1997.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1997.12,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1998.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1998.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1998.09,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1998.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1999.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1999.06,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1999.09,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,1999.12,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2000.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2000.06,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2000.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2000.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2001.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2001.06,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2001.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2001.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2002.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2002.06,-47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2002.09,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2002.12,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2003.03,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2003.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2003.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2003.12,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2004.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2004.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2004.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2004.12,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2005.03,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2005.06,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2005.09,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2005.12,-143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2006.03,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2006.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2006.09,-368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2006.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2007.03,-68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2007.06,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2007.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2007.12,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2008.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2008.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2008.09,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2008.12,-118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2009.03,-537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2009.06,-1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2009.09,-739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2009.12,382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2010.03,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2010.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2010.09,-137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2010.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2011.03,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2011.06,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2011.09,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2011.12,-127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2012.03,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2012.06,-78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2012.09,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2012.12,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2013.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2013.06,-457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2013.09,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2013.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2014.03,-41,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2014.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2014.09,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2014.12,261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2015.03,84,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2015.06,219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2015.09,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2015.12,139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2016.03,300,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2016.06,-104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2016.09,8,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2016.12,403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2017.03,517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2017.06,359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2017.09,-2,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2017.12,242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2018.03,781,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2018.06,701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2018.09,421,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2018.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2019.03,-176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2019.06,222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2019.09,602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2019.12,103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2020.03,-556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2020.06,-599,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2020.09,-290,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2020.12,-185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2021.03,839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2021.06,-387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2021.09,1489,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2021.12,121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2022.03,-82,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2022.06,908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2022.09,-48,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2022.12,462,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2023.03,-254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2023.06,-1101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2023.09,211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2023.12,-1353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2024.03,-564,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC00P52,2024.06,-625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG02RSC01P51T1,1987.06,3564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1987.09,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1987.12,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1988.03,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1988.06,3552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1988.09,3492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1988.12,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1989.03,3707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1989.06,3743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1989.09,3647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1989.12,3990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1990.03,3734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1990.06,3687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1990.09,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1990.12,3860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1991.03,3052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1991.06,2841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1991.09,3090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1991.12,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1992.03,3368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1992.06,3253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1992.09,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1992.12,3375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1993.03,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1993.06,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1993.09,4150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1993.12,4228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1994.03,4370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1994.06,4650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1994.09,4728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1994.12,4950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1995.03,4932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1995.06,5073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1995.09,5116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1995.12,5305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1996.03,5415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1996.06,5446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1996.09,5378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1996.12,5292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1997.03,5397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1997.06,5444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1997.09,5483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1997.12,5133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1998.03,5164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1998.06,5100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1998.09,4574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1998.12,5109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1999.03,5280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1999.06,5378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1999.09,5556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,1999.12,5640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2000.03,6217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2000.06,5902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2000.09,6138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2000.12,5871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2001.03,5484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2001.06,5935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2001.09,5676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2001.12,6083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2002.03,5806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2002.06,5835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2002.09,6257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2002.12,6394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2003.03,6738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2003.06,6947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2003.09,7273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2003.12,7561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2004.03,7755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2004.06,8183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2004.09,8135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2004.12,7736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2005.03,8180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2005.06,8254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2005.09,8252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2005.12,8254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2006.03,8142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2006.06,8001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2006.09,8207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2006.12,8528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2007.03,8757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2007.06,8699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2007.09,9178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2007.12,9309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2008.03,9089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2008.06,9276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2008.09,8062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2008.12,7525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2009.03,7007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2009.06,6889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2009.09,6738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2009.12,6620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2010.03,6767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2010.06,6819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2010.09,7017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2010.12,7081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2011.03,7283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2011.06,7260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2011.09,7619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2011.12,7836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2012.03,8269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2012.06,8745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2012.09,8158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2012.12,8771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2013.03,8838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2013.06,9028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2013.09,9198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2013.12,9634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2014.03,9821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2014.06,10100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2014.09,10299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2014.12,10475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2015.03,10291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2015.06,10457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2015.09,10682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2015.12,10653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2016.03,10893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2016.06,11028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2016.09,10978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2016.12,10926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2017.03,11068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2017.06,11158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2017.09,11519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2017.12,11828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2018.03,12042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2018.06,12445,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2018.09,12161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2018.12,12476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2019.03,12899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2019.06,12848,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2019.09,12885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2019.12,12945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2020.03,12150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2020.06,10112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2020.09,12706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2020.12,12811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2021.03,13715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2021.06,13511,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2021.09,12685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2021.12,14307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2022.03,14479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2022.06,13961,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2022.09,14757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2022.12,14303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2023.03,14231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2023.06,14461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2023.09,13621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2023.12,13610,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2024.03,13513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T1,2024.06,13405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,Private,, +SNEQ.SG02RSC01P51T4,1987.06,5024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1987.09,4936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1987.12,4836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1988.03,5013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1988.06,4917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1988.09,4862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1988.12,4762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1989.03,4952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1989.06,5124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1989.09,4904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1989.12,5285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1990.03,5072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1990.06,5019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1990.09,5027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1990.12,5148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1991.03,4475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1991.06,4027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1991.09,4169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1991.12,4144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1992.03,4365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1992.06,4173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1992.09,4169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1992.12,4324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1993.03,4492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1993.06,4715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1993.09,5081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1993.12,5124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1994.03,5179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1994.06,5579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1994.09,5748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1994.12,5902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1995.03,5942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1995.06,6223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1995.09,6211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1995.12,6406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1996.03,6527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1996.06,6631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1996.09,6617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1996.12,6584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1997.03,6740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1997.06,7695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1997.09,6978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1997.12,6530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1998.03,6635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1998.06,6704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1998.09,6159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1998.12,6575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1999.03,6690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1999.06,6802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1999.09,7093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,1999.12,7989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2000.03,7819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2000.06,7208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2000.09,7529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2000.12,7314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2001.03,6762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2001.06,7531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2001.09,7484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2001.12,8014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2002.03,8322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2002.06,8011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2002.09,8448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2002.12,8718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2003.03,8665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2003.06,9187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2003.09,9335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2003.12,9722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2004.03,10542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2004.06,10559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2004.09,10638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2004.12,10411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2005.03,10299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2005.06,11042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2005.09,11195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2005.12,11167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2006.03,10902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2006.06,10374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2006.09,10943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2006.12,10964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2007.03,11302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2007.06,11377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2007.09,11790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2007.12,12058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2008.03,11726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2008.06,11879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2008.09,11057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2008.12,10568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2009.03,10044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2009.06,10031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2009.09,9735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2009.12,9647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2010.03,9795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2010.06,9876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2010.09,9921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2010.12,10298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2011.03,10609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2011.06,10385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2011.09,10531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2011.12,10910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2012.03,11326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2012.06,11288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2012.09,11099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2012.12,11432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2013.03,11665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2013.06,12027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2013.09,12387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2013.12,12544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2014.03,12846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2014.06,13128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2014.09,13604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2014.12,13590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2015.03,13498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2015.06,13698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2015.09,14162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2015.12,13811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2016.03,13967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2016.06,14194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2016.09,14388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2016.12,14108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2017.03,14244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2017.06,14591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2017.09,14957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2017.12,15567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2018.03,15643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2018.06,15945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2018.09,15658,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2018.12,15997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2019.03,16337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2019.06,16490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2019.09,16458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2019.12,16660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2020.03,16035,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2020.06,13224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2020.09,16725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2020.12,16841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2021.03,17742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2021.06,17441,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2021.09,16798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2021.12,18411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2022.03,18479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2022.06,17669,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2022.09,18532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2022.12,18102,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2023.03,18305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2023.06,18267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2023.09,17720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2023.12,17641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2024.03,17548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T4,2024.06,17578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,All Sectors,, +SNEQ.SG02RSC01P51T5,1987.06,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1987.09,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1987.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1988.03,1368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1988.06,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1988.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1988.12,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1989.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1989.06,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1989.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1989.12,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1990.03,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1990.06,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1990.09,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1990.12,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1991.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1991.06,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1991.09,1026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1991.12,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1992.03,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1992.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1992.09,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1992.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1993.03,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1993.06,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1993.09,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1993.12,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1994.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1994.06,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1994.09,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1994.12,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1995.03,1001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1995.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1995.09,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1995.12,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1996.03,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1996.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1996.09,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1996.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1997.03,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1997.06,2236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1997.09,1369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1997.12,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1998.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1998.06,1631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1998.09,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1998.12,1503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1999.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1999.06,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1999.09,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,1999.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2000.03,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2000.06,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2000.09,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2000.12,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2001.03,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2001.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2001.09,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2001.12,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2002.03,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2002.06,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2002.09,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2002.12,2218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2003.03,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2003.06,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2003.09,1872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2003.12,2058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2004.03,2913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2004.06,2448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2004.09,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2004.12,2628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2005.03,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2005.06,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2005.09,2728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2005.12,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2006.03,2774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2006.06,2534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2006.09,2511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2006.12,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2007.03,2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2007.06,2862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2007.09,2335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2007.12,2730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2008.03,2593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2008.06,2824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2008.09,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2008.12,3106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2009.03,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2009.06,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2009.09,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2009.12,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2010.03,2914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2010.06,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2010.09,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2010.12,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2011.03,3182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2011.06,3329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2011.09,2756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2011.12,3149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2012.03,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2012.06,2803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2012.09,2809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2012.12,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2013.03,2747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2013.06,3225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2013.09,3082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2013.12,2944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2014.03,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2014.06,3237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2014.09,3226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2014.12,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2015.03,3160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2015.06,3405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2015.09,3435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2015.12,3216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2016.03,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2016.06,3306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2016.09,3408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2016.12,3255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2017.03,3119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2017.06,3528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2017.09,3481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2017.12,3831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2018.03,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2018.06,3609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2018.09,3556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2018.12,3621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2019.03,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2019.06,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2019.09,3608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2019.12,3846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2020.03,3714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2020.06,3256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2020.09,4005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2020.12,4181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2021.03,3852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2021.06,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2021.09,4061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2021.12,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2022.03,3825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2022.06,3941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2022.09,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2022.12,3966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2023.03,3923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2023.06,4017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2023.09,4042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2023.12,4184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2024.03,3926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC01P51T5,2024.06,4312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Sector of ownership",Gross Fixed Capital Formation,Total Market and Non-Market,General Government,, +SNEQ.SG02RSC10P52A1,1987.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1987.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1987.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1988.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1988.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1988.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1988.12,-44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1989.03,-27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1989.06,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1989.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1989.12,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1990.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1990.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1990.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1990.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1991.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1991.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1991.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1991.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1992.03,-22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1992.06,-44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1992.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1992.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1993.03,-51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1993.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1993.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1993.12,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1994.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1994.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1994.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1994.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1995.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1995.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1995.09,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1995.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1996.03,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1996.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1996.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1996.12,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1997.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1997.06,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1997.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1997.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1998.03,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1998.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1998.09,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1998.12,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1999.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1999.09,-29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,1999.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2000.03,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2000.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2000.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2000.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2001.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2001.06,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2001.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2001.12,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2002.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2002.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2002.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2002.12,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2003.03,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2003.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2003.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2003.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2004.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2004.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2004.09,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2004.12,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2005.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2005.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2005.09,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2005.12,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2006.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2006.06,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2006.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2006.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2007.03,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2007.06,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2007.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2007.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2008.03,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2008.06,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2008.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2008.12,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2009.03,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2009.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2009.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2009.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2010.03,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2010.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2010.09,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2010.12,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2011.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2011.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2011.09,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2011.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2012.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2012.06,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2012.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2012.12,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2013.03,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2013.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2013.09,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2013.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2014.03,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2014.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2014.09,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2014.12,-44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2015.03,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2015.06,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2015.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2015.12,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2016.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2016.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2016.09,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2016.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2017.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2017.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2017.09,4,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2017.12,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2018.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2018.06,-34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2018.09,-5,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2018.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2019.03,-13,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2019.06,8,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2019.09,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2019.12,-1,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2020.03,-18,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2020.06,-22,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2020.09,25,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2020.12,11,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2021.03,-37,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2021.06,2,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2021.09,-19,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2021.12,-25,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2022.03,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2022.06,-20,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2022.09,-32,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2022.12,-33,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2023.03,-10,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2023.06,-27,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2023.09,-63,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2023.12,-47,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2024.03,-29,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52A1,2024.06,-58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Agriculture,,, +SNEQ.SG02RSC10P52B1,1987.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1987.09,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1987.12,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1988.03,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1988.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1988.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1988.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1989.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1989.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1989.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1989.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1990.03,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1990.06,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1990.09,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1990.12,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1991.03,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1991.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1991.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1991.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1992.03,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1992.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1992.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1992.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1993.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1993.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1993.09,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1993.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1994.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1994.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1994.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1994.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1995.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1995.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1995.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1995.12,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1996.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1996.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1996.09,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1996.12,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1997.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1997.06,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1997.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1997.12,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1998.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1998.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1998.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1998.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1999.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1999.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1999.09,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,1999.12,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2000.03,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2000.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2000.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2000.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2001.03,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2001.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2001.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2001.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2002.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2002.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2002.09,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2002.12,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2003.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2003.06,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2003.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2003.12,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2004.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2004.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2004.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2004.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2005.03,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2005.06,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2005.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2005.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2006.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2006.06,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2006.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2006.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2007.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2007.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2007.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2007.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2008.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2008.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2008.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2008.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2009.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2009.06,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2009.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2009.12,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2010.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2010.06,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2010.09,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2010.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2011.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2011.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2011.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2011.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2012.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2012.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2012.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2012.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2013.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2013.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2013.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2013.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2014.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2014.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2014.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2014.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2015.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2015.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2015.09,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2015.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2016.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2016.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2016.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2016.12,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2017.03,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2017.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2017.09,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2017.12,5,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2018.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2018.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2018.09,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2018.12,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2019.03,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2019.06,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2019.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2019.12,21,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2020.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2020.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2020.09,-35,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2020.12,-58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2021.03,-94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2021.06,-123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2021.09,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2021.12,-74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2022.03,-86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2022.06,-64,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2022.09,-43,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2022.12,-46,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2023.03,-32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2023.06,-51,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2023.09,-18,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2023.12,-43,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2024.03,-67,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52B1,2024.06,-59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Forestry,,, +SNEQ.SG02RSC10P52C1,1987.06,-29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1987.09,-63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1987.12,-167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1988.03,-57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1988.06,-132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1988.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1988.12,-95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1989.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1989.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1989.09,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1989.12,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1990.03,-97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1990.06,-97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1990.09,-119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1990.12,-157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1991.03,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1991.06,-188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1991.09,-16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1991.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1992.03,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1992.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1992.09,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1992.12,-34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1993.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1993.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1993.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1993.12,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1994.03,-32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1994.06,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1994.09,-30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1994.12,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1995.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1995.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1995.09,-108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1995.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1996.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1996.06,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1996.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1996.12,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1997.03,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1997.06,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1997.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1997.12,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1998.03,-49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1998.06,-33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1998.09,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1998.12,-161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1999.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1999.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1999.09,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,1999.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2000.03,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2000.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2000.09,-30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2000.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2001.03,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2001.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2001.09,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2001.12,-187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2002.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2002.06,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2002.09,-98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2002.12,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2003.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2003.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2003.09,-139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2003.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2004.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2004.06,-56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2004.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2004.12,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2005.03,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2005.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2005.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2005.12,-112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2006.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2006.06,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2006.09,-394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2006.12,-221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2007.03,-212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2007.06,-32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2007.09,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2007.12,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2008.03,-112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2008.06,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2008.09,173,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2008.12,-88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2009.03,-357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2009.06,-734,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2009.09,-481,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2009.12,381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2010.03,117,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2010.06,214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2010.09,-389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2010.12,-78,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2011.03,-94,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2011.06,228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2011.09,352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2011.12,-309,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2012.03,407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2012.06,-388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2012.09,32,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2012.12,212,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2013.03,138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2013.06,56,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2013.09,322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2013.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2014.03,-152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2014.06,187,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2014.09,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2014.12,30,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2015.03,-57,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2015.06,282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2015.09,-309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2015.12,-197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2016.03,252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2016.06,-112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2016.09,-100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2016.12,-23,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2017.03,242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2017.06,-50,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2017.09,-158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2017.12,200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2018.03,381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2018.06,418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2018.09,216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2018.12,-36,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2019.03,-148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2019.06,46,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2019.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2019.12,314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2020.03,-120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2020.06,-159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2020.09,451,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2020.12,100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2021.03,174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2021.06,-527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2021.09,356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2021.12,292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2022.03,92,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2022.06,279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2022.09,-537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2022.12,827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2023.03,-121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2023.06,-104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2023.09,-252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2023.12,-295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2024.03,-198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52C1,2024.06,-504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Manufacturing,,, +SNEQ.SG02RSC10P52D1,1987.06,-359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1987.09,-758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1987.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1988.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1988.06,-324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1988.09,-761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1988.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1989.03,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1989.06,-693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1989.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1989.12,1077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1990.03,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1990.06,-169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1990.09,-343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1990.12,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1991.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1991.06,-673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1991.09,-770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1991.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1992.03,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1992.06,-325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1992.09,-464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1992.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1993.03,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1993.06,-464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1993.09,-699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1993.12,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1994.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1994.06,-469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1994.09,-497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1994.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1995.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1995.06,-412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1995.09,-198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1995.12,923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1996.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1996.06,-668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1996.09,-174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1996.12,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1997.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1997.06,-629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1997.09,-638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1997.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1998.03,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1998.06,-595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1998.09,-598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1998.12,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1999.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1999.06,-130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1999.09,-117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,1999.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2000.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2000.06,-361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2000.09,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2000.12,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2001.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2001.06,-396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2001.09,-246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2001.12,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2002.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2002.06,-884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2002.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2002.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2003.03,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2003.06,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2003.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2003.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2004.03,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2004.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2004.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2004.12,301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2005.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2005.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2005.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2005.12,-81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2006.03,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2006.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2006.09,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2006.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2007.03,-114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2007.06,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2007.09,-317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2007.12,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2008.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2008.06,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2008.09,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2008.12,-247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2009.03,-803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2009.06,-216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2009.09,-275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2009.12,-92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2010.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2010.06,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2010.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2010.12,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2011.03,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2011.06,-170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2011.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2011.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2012.03,-254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2012.06,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2012.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2012.12,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2013.03,-95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2013.06,-76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2013.09,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2013.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2014.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2014.06,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2014.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2014.12,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2015.03,-135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2015.06,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2015.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2015.12,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2016.03,-351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2016.06,-154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2016.09,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2016.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2017.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2017.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2017.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2017.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2018.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2018.06,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2018.09,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2018.12,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2019.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2019.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2019.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2019.12,-145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2020.03,-490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2020.06,-727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2020.09,-1010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2020.12,-192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2021.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2021.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2021.09,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2021.12,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2022.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2022.06,851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2022.09,684,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2022.12,-37,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2023.03,-193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2023.06,-986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2023.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2023.12,-1059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2024.03,-327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52D1,2024.06,-228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Distribution,,, +SNEQ.SG02RSC10P52E1,1987.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1987.09,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1987.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1988.03,-19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1988.06,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1988.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1988.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1989.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1989.06,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1989.09,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1989.12,-23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1990.03,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1990.06,-72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1990.09,-42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1990.12,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1991.03,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1991.06,-38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1991.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1991.12,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1992.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1992.06,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1992.09,-13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1992.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1993.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1993.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1993.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1993.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1994.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1994.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1994.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1994.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1995.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1995.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1995.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1995.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1996.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1996.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1996.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1996.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1997.03,-12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1997.06,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1997.09,-3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1997.12,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1998.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1998.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1998.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1998.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1999.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1999.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1999.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,1999.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2000.03,-15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2000.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2000.09,-8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2000.12,-46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2001.03,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2001.06,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2001.09,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2001.12,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2002.03,-6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2002.06,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2002.09,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2002.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2003.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2003.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2003.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2003.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2004.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2004.06,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2004.09,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2004.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2005.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2005.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2005.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2005.12,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2006.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2006.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2006.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2006.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2007.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2007.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2007.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2007.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2008.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2008.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2008.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2008.12,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2009.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2009.06,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2009.09,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2009.12,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2010.03,-21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2010.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2010.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2010.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2011.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2011.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2011.09,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2011.12,-43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2012.03,-90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2012.06,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2012.09,-84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2012.12,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2013.03,-37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2013.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2013.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2013.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2014.03,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2014.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2014.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2014.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2015.03,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2015.06,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2015.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2015.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2016.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2016.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2016.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2016.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2017.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2017.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2017.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2017.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2018.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2018.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2018.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2018.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2019.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2019.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2019.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2019.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2020.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2020.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2020.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2020.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2021.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2021.06,-172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2021.09,-147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2021.12,-129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2022.03,-115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2022.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2022.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2022.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2023.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2023.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2023.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2023.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2024.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC10P52E1,2024.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Stock type",Changes in Inventories,Other,,, +SNEQ.SG02RSC11P51AN1110,1987.06,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1987.09,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1987.12,1629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1988.03,1641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1988.06,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1988.09,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1988.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1989.03,1742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1989.06,1847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1989.09,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1989.12,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1990.03,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1990.06,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1990.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1990.12,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1991.03,1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1991.06,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1991.09,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1991.12,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1992.03,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1992.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1992.09,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1992.12,1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1993.03,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1993.06,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1993.09,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1993.12,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1994.03,1970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1994.06,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1994.09,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1994.12,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1995.03,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1995.06,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1995.09,2150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1995.12,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1996.03,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1996.06,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1996.09,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1996.12,2345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1997.03,2457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1997.06,2409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1997.09,2506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1997.12,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1998.03,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1998.06,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1998.09,2002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1998.12,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1999.03,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1999.06,2270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1999.09,2397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,1999.12,2418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2000.03,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2000.06,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2000.09,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2000.12,2006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2001.03,1996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2001.06,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2001.09,2035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2001.12,2431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2002.03,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2002.06,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2002.09,2757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2002.12,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2003.03,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2003.06,3024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2003.09,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2003.12,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2004.03,3141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2004.06,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2004.09,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2004.12,3067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2005.03,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2005.06,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2005.09,2961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2005.12,3017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2006.03,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2006.06,2887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2006.09,3007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2006.12,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2007.03,3028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2007.06,3095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2007.09,3138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2007.12,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2008.03,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2008.06,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2008.09,2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2008.12,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2009.03,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2009.06,2194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2009.09,2168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2009.12,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2010.03,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2010.06,2394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2010.09,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2010.12,2160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2011.03,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2011.06,2146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2011.09,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2011.12,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2012.03,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2012.06,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2012.09,2608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2012.12,2815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2013.03,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2013.06,3011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2013.09,3077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2013.12,3171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2014.03,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2014.06,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2014.09,3381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2014.12,3398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2015.03,3455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2015.06,3467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2015.09,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2015.12,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2016.03,3836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2016.06,4007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2016.09,3966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2016.12,3951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2017.03,3898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2017.06,3856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2017.09,3930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2017.12,3904,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2018.03,3850,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2018.06,3830,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2018.09,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2018.12,3854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2019.03,4031,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2019.06,4041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2019.09,3999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2019.12,4080,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2020.03,3817,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2020.06,3146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2020.09,4252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2020.12,4427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2021.03,4465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2021.06,4381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2021.09,3931,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2021.12,4272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2022.03,4231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2022.06,4203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2022.09,4333,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2022.12,4127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2023.03,4053,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2023.06,4068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2023.09,4013,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2023.12,3924,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2024.03,3862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1110,2024.06,3832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1987.06,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1987.09,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1987.12,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1988.03,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1988.06,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1988.09,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1988.12,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1989.03,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1989.06,1054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1989.09,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1989.12,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1990.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1990.06,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1990.09,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1990.12,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1991.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1991.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1991.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1991.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1992.03,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1992.06,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1992.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1992.12,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1993.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1993.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1993.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1993.12,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1994.03,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1994.06,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1994.09,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1994.12,932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1995.03,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1995.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1995.09,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1995.12,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1996.03,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1996.06,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1996.09,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1996.12,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1997.03,1085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1997.06,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1997.09,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1997.12,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1998.03,990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1998.06,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1998.09,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1998.12,1042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1999.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1999.06,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1999.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,1999.12,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2000.03,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2000.06,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2000.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2000.12,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2001.03,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2001.06,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2001.09,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2001.12,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2002.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2002.06,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2002.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2002.12,1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2003.03,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2003.06,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2003.09,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2003.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2004.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2004.06,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2004.09,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2004.12,1273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2005.03,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2005.06,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2005.09,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2005.12,1444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2006.03,1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2006.06,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2006.09,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2006.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2007.03,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2007.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2007.09,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2007.12,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2008.03,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2008.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2008.09,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2008.12,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2009.03,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2009.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2009.09,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2009.12,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2010.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2010.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2010.09,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2010.12,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2011.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2011.06,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2011.09,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2011.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2012.03,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2012.06,1190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2012.09,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2012.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2013.03,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2013.06,1348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2013.09,1247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2013.12,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2014.03,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2014.06,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2014.09,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2014.12,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2015.03,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2015.06,1496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2015.09,1484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2015.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2016.03,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2016.06,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2016.09,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2016.12,1714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2017.03,1603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2017.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2017.09,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2017.12,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2018.03,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2018.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2018.09,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2018.12,1801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2019.03,1967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2019.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2019.09,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2019.12,1846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2020.03,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2020.06,1360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2020.09,1734,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2020.12,1656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2021.03,1741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2021.06,1703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2021.09,1535,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2021.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2022.03,1709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2022.06,1757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2022.09,1885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2022.12,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2023.03,1978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2023.06,2033,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2023.09,1919,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2023.12,2048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2024.03,2018,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1120,2024.06,1998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Non residential buildings,,, +SNEQ.SG02RSC11P51AN1130,1987.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1987.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1987.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1988.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1988.06,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1988.09,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1988.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1989.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1989.06,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1989.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1989.12,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1990.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1990.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1990.09,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1990.12,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1991.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1991.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1991.09,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1991.12,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1992.03,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1992.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1992.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1992.12,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1993.03,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1993.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1993.09,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1993.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1994.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1994.06,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1994.09,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1994.12,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1995.03,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1995.06,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1995.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1995.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1996.03,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1996.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1996.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1996.12,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1997.03,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1997.06,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1997.09,899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1997.12,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1998.03,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1998.06,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1998.09,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1998.12,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1999.03,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1999.06,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1999.09,987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,1999.12,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2000.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2000.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2000.09,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2000.12,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2001.03,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2001.06,1041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2001.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2001.12,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2002.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2002.06,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2002.09,915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2002.12,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2003.03,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2003.06,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2003.09,1099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2003.12,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2004.03,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2004.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2004.09,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2004.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2005.03,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2005.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2005.09,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2005.12,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2006.03,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2006.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2006.09,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2006.12,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2007.03,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2007.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2007.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2007.12,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2008.03,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2008.06,1779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2008.09,1697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2008.12,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2009.03,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2009.06,1953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2009.09,1852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2009.12,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2010.03,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2010.06,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2010.09,1413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2010.12,1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2011.03,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2011.06,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2011.09,1534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2011.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2012.03,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2012.06,1633,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2012.09,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2012.12,1676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2013.03,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2013.06,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2013.09,1701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2013.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2014.03,1524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2014.06,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2014.09,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2014.12,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2015.03,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2015.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2015.09,1505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2015.12,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2016.03,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2016.06,1337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2016.09,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2016.12,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2017.03,1426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2017.06,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2017.09,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2017.12,1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2018.03,1921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2018.06,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2018.09,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2018.12,1969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2019.03,1940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2019.06,1977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2019.09,2071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2019.12,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2020.03,2136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2020.06,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2020.09,2413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2020.12,2272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2021.03,2320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2021.06,2345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2021.09,2317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2021.12,2381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2022.03,2316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2022.06,2101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2022.09,2131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2022.12,2138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2023.03,2182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2023.06,2233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2023.09,2230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2023.12,2237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2024.03,2253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1130,2024.06,2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Other construction,,, +SNEQ.SG02RSC11P51AN1140,1987.06,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1987.09,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1987.12,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1988.03,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1988.06,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1988.09,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1988.12,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1989.03,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1989.06,909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1989.09,866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1989.12,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1990.03,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1990.06,849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1990.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1990.12,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1991.03,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1991.06,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1991.09,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1991.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1992.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1992.06,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1992.09,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1992.12,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1993.03,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1993.06,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1993.09,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1993.12,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1994.03,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1994.06,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1994.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1994.12,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1995.03,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1995.06,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1995.09,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1995.12,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1996.03,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1996.06,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1996.09,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1996.12,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1997.03,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1997.06,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1997.09,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1997.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1998.03,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1998.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1998.09,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1998.12,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1999.03,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1999.06,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1999.09,1492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,1999.12,1421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2000.03,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2000.06,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2000.09,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2000.12,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2001.03,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2001.06,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2001.09,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2001.12,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2002.03,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2002.06,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2002.09,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2002.12,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2003.03,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2003.06,1899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2003.09,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2003.12,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2004.03,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2004.06,2361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2004.09,2373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2004.12,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2005.03,2455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2005.06,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2005.09,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2005.12,2612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2006.03,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2006.06,2470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2006.09,2567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2006.12,2711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2007.03,2747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2007.06,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2007.09,2865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2007.12,2920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2008.03,2985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2008.06,3375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2008.09,2754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2008.12,2744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2009.03,2468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2009.06,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2009.09,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2009.12,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2010.03,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2010.06,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2010.09,2561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2010.12,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2011.03,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2011.06,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2011.09,2848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2011.12,2749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2012.03,2921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2012.06,3185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2012.09,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2012.12,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2013.03,2775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2013.06,2839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2013.09,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2013.12,3213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2014.03,3120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2014.06,3083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2014.09,3288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2014.12,3356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2015.03,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2015.06,3334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2015.09,3593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2015.12,3415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2016.03,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2016.06,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2016.09,3200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2016.12,3153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2017.03,3429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2017.06,3487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2017.09,3626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2017.12,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2018.03,3795,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2018.06,3937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2018.09,3913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2018.12,4022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2019.03,3941,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2019.06,4119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2019.09,3995,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2019.12,4082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2020.03,3993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2020.06,3225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2020.09,3874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2020.12,3799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2021.03,4276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2021.06,4134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2021.09,4156,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2021.12,4581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2022.03,4703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2022.06,4653,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2022.09,4742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2022.12,4750,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2023.03,4701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2023.06,4358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2023.09,4437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2023.12,4123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2024.03,4161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1140,2024.06,4241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Plant machinery and equipment,,, +SNEQ.SG02RSC11P51AN1150,1987.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1987.09,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1987.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1988.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1988.06,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1988.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1988.12,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1989.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1989.06,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1989.09,499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1989.12,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1990.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1990.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1990.09,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1990.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1991.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1991.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1991.09,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1991.12,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1992.03,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1992.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1992.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1992.12,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1993.03,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1993.06,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1993.09,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1993.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1994.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1994.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1994.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1994.12,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1995.03,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1995.06,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1995.09,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1995.12,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1996.03,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1996.06,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1996.09,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1996.12,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1997.03,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1997.06,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1997.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1997.12,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1998.03,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1998.06,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1998.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1998.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1999.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1999.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1999.09,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,1999.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2000.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2000.06,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2000.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2000.12,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2001.03,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2001.06,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2001.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2001.12,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2002.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2002.06,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2002.09,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2002.12,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2003.03,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2003.06,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2003.09,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2003.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2004.03,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2004.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2004.09,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2004.12,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2005.03,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2005.06,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2005.09,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2005.12,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2006.03,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2006.06,942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2006.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2006.12,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2007.03,1187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2007.06,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2007.09,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2007.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2008.03,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2008.06,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2008.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2008.12,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2009.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2009.06,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2009.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2009.12,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2010.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2010.06,647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2010.09,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2010.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2011.03,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2011.06,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2011.09,775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2011.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2012.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2012.06,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2012.09,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2012.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2013.03,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2013.06,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2013.09,1181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2013.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2014.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2014.06,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2014.09,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2014.12,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2015.03,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2015.06,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2015.09,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2015.12,1506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2016.03,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2016.06,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2016.09,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2016.12,1570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2017.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2017.06,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2017.09,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2017.12,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2018.03,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2018.06,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2018.09,1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2018.12,1614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2019.03,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2019.06,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2019.09,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2019.12,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2020.03,1206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2020.06,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2020.09,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2020.12,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2021.03,1515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2021.06,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2021.09,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2021.12,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2022.03,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2022.06,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2022.09,1932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2022.12,2027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2023.03,2161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2023.06,2183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2023.09,1604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2023.12,1820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2024.03,1678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1150,2024.06,1731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Transport equipment,,, +SNEQ.SG02RSC11P51AN1170,1987.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1987.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1987.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1988.03,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1988.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1988.09,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1988.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1989.03,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1989.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1989.09,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1989.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1990.03,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1990.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1990.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1990.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1991.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1991.06,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1991.09,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1991.12,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1992.03,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1992.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1992.09,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1992.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1993.03,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1993.06,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1993.09,405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1993.12,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1994.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1994.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1994.09,452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1994.12,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1995.03,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1995.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1995.09,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1995.12,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1996.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1996.06,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1996.09,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1996.12,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1997.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1997.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1997.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1997.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1998.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1998.06,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1998.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1998.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1999.03,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1999.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1999.09,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,1999.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2000.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2000.06,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2000.09,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2000.12,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2001.03,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2001.06,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2001.09,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2001.12,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2002.03,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2002.06,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2002.09,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2002.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2003.03,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2003.06,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2003.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2003.12,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2004.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2004.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2004.09,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2004.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2005.03,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2005.06,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2005.09,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2005.12,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2006.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2006.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2006.09,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2006.12,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2007.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2007.06,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2007.09,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2007.12,1490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2008.03,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2008.06,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2008.09,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2008.12,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2009.03,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2009.06,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2009.09,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2009.12,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2010.03,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2010.06,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2010.09,1543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2010.12,1595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2011.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2011.06,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2011.09,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2011.12,1665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2012.03,1735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2012.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2012.09,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2012.12,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2013.03,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2013.06,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2013.09,1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2013.12,2103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2014.03,1906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2014.06,2003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2014.09,2125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2014.12,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2015.03,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2015.06,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2015.09,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2015.12,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2016.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2016.06,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2016.09,2263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2016.12,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2017.03,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2017.06,2347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2017.09,2449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2017.12,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2018.03,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2018.06,2655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2018.09,2594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2018.12,2727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2019.03,2625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2019.06,2693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2019.09,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2019.12,2863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2020.03,2843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2020.06,2742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2020.09,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2020.12,3154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2021.03,3159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2021.06,3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2021.09,3322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2021.12,3584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2022.03,3433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2022.06,3469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2022.09,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2022.12,3570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2023.03,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2023.06,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2023.09,3606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2023.12,3687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2024.03,3681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1170,2024.06,3674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Intangible Fixed Assets,,, +SNEQ.SG02RSC11P51AN1180,1987.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1987.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1987.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1988.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1988.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1988.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1988.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1989.03,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1989.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1989.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1989.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1990.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1990.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1990.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1990.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1991.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1991.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1991.09,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1991.12,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1992.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1992.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1992.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1992.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1993.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1993.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1993.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1993.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1994.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1994.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1994.09,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1994.12,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1995.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1995.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1995.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1995.12,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1996.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1996.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1996.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1996.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1997.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1997.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1997.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1997.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1998.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1998.06,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1998.09,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1998.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1999.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1999.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1999.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,1999.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2000.03,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2000.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2000.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2000.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2001.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2001.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2001.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2001.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2002.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2002.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2002.09,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2002.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2003.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2003.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2003.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2003.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2004.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2004.06,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2004.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2004.12,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2005.03,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2005.06,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2005.09,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2005.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2006.03,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2006.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2006.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2006.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2007.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2007.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2007.09,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2007.12,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2008.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2008.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2008.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2008.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2009.03,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2009.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2009.09,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2009.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2010.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2010.06,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2010.09,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2010.12,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2011.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2011.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2011.09,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2011.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2012.03,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2012.06,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2012.09,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2012.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2013.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2013.06,193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2013.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2013.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2014.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2014.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2014.09,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2014.12,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2015.03,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2015.06,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2015.09,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2015.12,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2016.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2016.06,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2016.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2016.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2017.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2017.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2017.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2017.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2018.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2018.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2018.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2018.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2019.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2019.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2019.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2019.12,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2020.03,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2020.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2020.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2020.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2021.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2021.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2021.09,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2021.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2022.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2022.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2022.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2022.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2023.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2023.06,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2023.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2023.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2024.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1180,2024.06,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Land Improvements,,, +SNEQ.SG02RSC11P51AN1190,1987.06,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1987.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1987.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1988.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1988.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1988.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1988.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1989.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1989.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1989.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1989.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1990.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1990.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1990.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1990.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1991.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1991.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1991.09,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1991.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1992.03,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1992.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1992.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1992.12,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1993.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1993.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1993.09,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1993.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1994.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1994.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1994.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1994.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1995.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1995.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1995.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1995.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1996.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1996.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1996.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1996.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1997.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1997.06,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1997.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1997.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1998.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1998.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1998.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1998.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1999.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1999.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1999.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,1999.12,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2000.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2000.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2000.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2000.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2001.03,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2001.06,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2001.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2001.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2002.03,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2002.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2002.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2002.12,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2003.03,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2003.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2003.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2003.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2004.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2004.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2004.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2004.12,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2005.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2005.06,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2005.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2005.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2006.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2006.06,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2006.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2006.12,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2007.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2007.06,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2007.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2007.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2008.03,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2008.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2008.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2008.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2009.03,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2009.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2009.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2009.12,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2010.03,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2010.06,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2010.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2010.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2011.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2011.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2011.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2011.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2012.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2012.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2012.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2012.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2013.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2013.06,-18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2013.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2013.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2014.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2014.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2014.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2014.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2015.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2015.06,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2015.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2015.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2016.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2016.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2016.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2016.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2017.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2017.06,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2017.09,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2017.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2018.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2018.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2018.09,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2018.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2019.03,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2019.06,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2019.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2019.12,27,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2020.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2020.06,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2020.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2020.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2021.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2021.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2021.09,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2021.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2022.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2022.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2022.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2022.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2023.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2023.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2023.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2023.12,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2024.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1190,2024.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Weapon systems,,, +SNEQ.SG02RSC11P51AN1199,1987.06,3416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1987.09,3329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1987.12,3255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1988.03,3372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1988.06,3274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1988.09,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1988.12,3136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1989.03,3271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1989.06,3367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1989.09,3225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1989.12,3447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1990.03,3270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1990.06,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1990.09,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1990.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1991.03,2888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1991.06,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1991.09,2723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1991.12,2638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1992.03,2840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1992.06,2719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1992.09,2693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1992.12,2768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1993.03,2921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1993.06,3073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1993.09,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1993.12,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1994.03,3375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1994.06,3587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1994.09,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1994.12,3885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1995.03,3917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1995.06,4057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1995.09,4135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1995.12,4310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1996.03,4391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1996.06,4385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1996.09,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1996.12,4389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1997.03,4443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1997.06,5348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1997.09,4601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1997.12,4286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1998.03,4473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1998.06,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1998.09,4195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1998.12,4572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1999.03,4581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1999.06,4613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1999.09,4779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,1999.12,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2000.03,5072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2000.06,4974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2000.09,5231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2000.12,5240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2001.03,4713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2001.06,5425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2001.09,5385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2001.12,5569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2002.03,5945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2002.06,5612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2002.09,5770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2002.12,5973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2003.03,5837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2003.06,6253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2003.09,6270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2003.12,6637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2004.03,7411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2004.06,7264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2004.09,7458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2004.12,7363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2005.03,7197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2005.06,7985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2005.09,8160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2005.12,8147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2006.03,7882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2006.06,7509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2006.09,7880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2006.12,7887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2007.03,8306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2007.06,8276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2007.09,8610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2007.12,8919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2008.03,8884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2008.06,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2008.09,8550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2008.12,8342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2009.03,7767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2009.06,7806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2009.09,7620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2009.12,7369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2010.03,7564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2010.06,7451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2010.09,7705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2010.12,8142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2011.03,8375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2011.06,8230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2011.09,8328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2011.12,8494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2012.03,8835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2012.06,8792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2012.09,8513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2012.12,8602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2013.03,8653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2013.06,9033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2013.09,9273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2013.12,9346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2014.03,9542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2014.06,9774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2014.09,10134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2014.12,10191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2015.03,10055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2015.06,10216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2015.09,10462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2015.12,10129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2016.03,10081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2016.06,10066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2016.09,10265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2016.12,10080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2017.03,10288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2017.06,10651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2017.09,10974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2017.12,11685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2018.03,11851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2018.06,12142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2018.09,11941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2018.12,12206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2019.03,12324,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2019.06,12490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2019.09,12552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2019.12,12630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2020.03,12232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2020.06,10194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2020.09,12465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2020.12,12356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2021.03,13174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2021.06,13163,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2021.09,12981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2021.12,14343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2022.03,14323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2022.06,13674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2022.09,14325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2022.12,14224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2023.03,14457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2023.06,14564,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2023.09,13922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2023.12,14009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2024.03,13952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC11P51AN1199,2024.06,14106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG02RSC14P30A01E,1987.06,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1987.09,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1987.12,2291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1988.03,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1988.06,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1988.09,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1988.12,2292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1989.03,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1989.06,2425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1989.09,2201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1989.12,2231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1990.03,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1990.06,2310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1990.09,2323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1990.12,2410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1991.03,2345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1991.06,2338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1991.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1991.12,2370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1992.03,2453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1992.06,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1992.09,2431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1992.12,2462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1993.03,2437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1993.06,2467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1993.09,2487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1993.12,2519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1994.03,2533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1994.06,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1994.09,2671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1994.12,2764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1995.03,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1995.06,2793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1995.09,2798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1995.12,2765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1996.03,2931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1996.06,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1996.09,2929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1996.12,2904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1997.03,2937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1997.06,2963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1997.09,2961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1997.12,2951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1998.03,2979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1998.06,2946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1998.09,2952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1998.12,2961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1999.03,3021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1999.06,3043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1999.09,3102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,1999.12,3131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2000.03,3146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2000.06,3177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2000.09,3195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2000.12,3195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2001.03,3127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2001.06,3166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2001.09,3162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2001.12,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2002.03,3173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2002.06,3299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2002.09,3390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2002.12,3443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2003.03,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2003.06,3538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2003.09,3515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2003.12,3739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2004.03,3826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2004.06,3740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2004.09,3813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2004.12,3802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2005.03,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2005.06,3884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2005.09,3974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2005.12,4008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2006.03,4117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2006.06,4120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2006.09,4069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2006.12,4150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2007.03,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2007.06,4137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2007.09,4171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2007.12,4163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2008.03,4253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2008.06,4071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2008.09,4010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2008.12,3971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2009.03,4011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2009.06,4122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2009.09,4191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2009.12,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2010.03,4093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2010.06,4183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2010.09,4171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2010.12,4190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2011.03,4206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2011.06,4170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2011.09,4220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2011.12,4284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2012.03,4284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2012.06,4282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2012.09,4267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2012.12,4301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2013.03,4360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2013.06,4404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2013.09,4411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2013.12,4401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2014.03,4420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2014.06,4434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2014.09,4549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2014.12,4506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2015.03,4598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2015.06,4658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2015.09,4722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2015.12,4740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2016.03,4812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2016.06,4877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2016.09,4923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2016.12,4973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2017.03,4974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2017.06,5054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2017.09,5118,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2017.12,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2018.03,5238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2018.06,5285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2018.09,5295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2018.12,5355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2019.03,5324,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2019.06,5296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2019.09,5284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2019.12,5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2020.03,5706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2020.06,5491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2020.09,5555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2020.12,5424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2021.03,5543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2021.06,5584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2021.09,5781,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2021.12,5616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2022.03,5617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2022.06,5478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2022.09,5476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2022.12,5463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2023.03,5375,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2023.06,5352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2023.09,5412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2023.12,5426,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2024.03,5500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A01E,2024.06,5609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Food and non-alcoholic beverages,Households,, +SNEQ.SG02RSC14P30A02E,1987.06,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1987.09,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1987.12,1374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1988.03,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1988.06,1347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1988.09,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1988.12,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1989.03,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1989.06,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1989.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1989.12,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1990.03,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1990.06,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1990.09,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1990.12,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1991.03,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1991.06,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1991.09,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1991.12,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1992.03,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1992.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1992.09,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1992.12,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1993.03,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1993.06,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1993.09,1250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1993.12,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1994.03,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1994.06,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1994.09,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1994.12,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1995.03,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1995.06,1246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1995.09,1244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1995.12,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1996.03,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1996.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1996.09,1253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1996.12,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1997.03,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1997.06,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1997.09,1210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1997.12,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1998.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1998.06,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1998.09,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1998.12,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1999.03,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1999.06,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1999.09,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,1999.12,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2000.03,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2000.06,1224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2000.09,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2000.12,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2001.03,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2001.06,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2001.09,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2001.12,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2002.03,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2002.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2002.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2002.12,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2003.03,1288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2003.06,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2003.09,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2003.12,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2004.03,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2004.06,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2004.09,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2004.12,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2005.03,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2005.06,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2005.09,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2005.12,1339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2006.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2006.06,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2006.09,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2006.12,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2007.03,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2007.06,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2007.09,1387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2007.12,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2008.03,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2008.06,1392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2008.09,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2008.12,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2009.03,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2009.06,1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2009.09,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2009.12,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2010.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2010.06,1363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2010.09,1332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2010.12,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2011.03,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2011.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2011.09,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2011.12,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2012.03,1272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2012.06,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2012.09,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2012.12,1265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2013.03,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2013.06,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2013.09,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2013.12,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2014.03,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2014.06,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2014.09,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2014.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2015.03,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2015.06,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2015.09,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2015.12,1358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2016.03,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2016.06,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2016.09,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2016.12,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2017.03,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2017.06,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2017.09,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2017.12,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2018.03,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2018.06,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2018.09,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2018.12,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2019.03,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2019.06,1492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2019.09,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2019.12,1547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2020.03,1557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2020.06,1231,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2020.09,1522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2020.12,1442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2021.03,1436,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2021.06,1451,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2021.09,1366,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2021.12,1433,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2022.03,1469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2022.06,1474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2022.09,1488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2022.12,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2023.03,1429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2023.06,1424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2023.09,1418,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2023.12,1394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2024.03,1384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A02E,2024.06,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,"Alcoholic beverages, tobacco and illicit drugs",Households,, +SNEQ.SG02RSC14P30A03E,1987.06,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1987.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1987.12,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1988.03,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1988.06,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1988.09,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1988.12,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1989.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1989.06,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1989.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1989.12,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1990.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1990.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1990.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1990.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1991.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1991.06,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1991.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1991.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1992.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1992.06,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1992.09,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1992.12,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1993.03,563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1993.06,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1993.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1993.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1994.03,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1994.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1994.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1994.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1995.03,629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1995.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1995.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1995.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1996.03,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1996.06,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1996.09,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1996.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1997.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1997.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1997.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1997.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1998.03,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1998.06,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1998.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1998.12,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1999.03,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1999.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1999.09,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,1999.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2000.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2000.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2000.09,776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2000.12,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2001.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2001.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2001.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2001.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2002.03,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2002.06,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2002.09,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2002.12,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2003.03,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2003.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2003.09,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2003.12,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2004.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2004.06,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2004.09,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2004.12,954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2005.03,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2005.06,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2005.09,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2005.12,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2006.03,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2006.06,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2006.09,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2006.12,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2007.03,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2007.06,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2007.09,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2007.12,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2008.03,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2008.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2008.09,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2008.12,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2009.03,1142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2009.06,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2009.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2009.12,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2010.03,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2010.06,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2010.09,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2010.12,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2011.03,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2011.06,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2011.09,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2011.12,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2012.03,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2012.06,1316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2012.09,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2012.12,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2013.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2013.06,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2013.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2013.12,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2014.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2014.06,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2014.09,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2014.12,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2015.03,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2015.06,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2015.09,1451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2015.12,1486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2016.03,1493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2016.06,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2016.09,1521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2016.12,1504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2017.03,1537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2017.06,1569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2017.09,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2017.12,1634,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2018.03,1593,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2018.06,1652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2018.09,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2018.12,1753,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2019.03,1740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2019.06,1769,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2019.09,1796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2019.12,1804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2020.03,1673,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2020.06,1459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2020.09,1948,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2020.12,2020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2021.03,2154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2021.06,2121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2021.09,1748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2021.12,2149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2022.03,2234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2022.06,2193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2022.09,2166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2022.12,2184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2023.03,2216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2023.06,2057,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2023.09,2068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2023.12,2007,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2024.03,1977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A03E,2024.06,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Clothing and footwear,Households,, +SNEQ.SG02RSC14P30A04E,1987.06,4568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1987.09,4621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1987.12,4664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1988.03,4691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1988.06,4693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1988.09,4688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1988.12,4687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1989.03,4653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1989.06,4644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1989.09,4640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1989.12,4633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1990.03,4662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1990.06,4685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1990.09,4717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1990.12,4735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1991.03,4744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1991.06,4765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1991.09,4772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1991.12,4799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1992.03,4799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1992.06,4803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1992.09,4756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1992.12,4826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1993.03,4838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1993.06,4846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1993.09,4879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1993.12,4870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1994.03,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1994.06,4864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1994.09,4895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1994.12,4951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1995.03,5035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1995.06,4999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1995.09,5027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1995.12,5036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1996.03,5053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1996.06,5084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1996.09,5126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1996.12,5165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1997.03,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1997.06,5244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1997.09,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1997.12,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1998.03,5313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1998.06,5334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1998.09,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1998.12,5386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1999.03,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1999.06,5428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1999.09,5456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,1999.12,5487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2000.03,5521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2000.06,5560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2000.09,5603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2000.12,5638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2001.03,5676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2001.06,5720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2001.09,5731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2001.12,5764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2002.03,5787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2002.06,5832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2002.09,5869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2002.12,5911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2003.03,5957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2003.06,5965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2003.09,6048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2003.12,6098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2004.03,6149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2004.06,6185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2004.09,6258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2004.12,6296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2005.03,6338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2005.06,6399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2005.09,6419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2005.12,6490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2006.03,6545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2006.06,6613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2006.09,6677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2006.12,6711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2007.03,6768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2007.06,6810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2007.09,6860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2007.12,6918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2008.03,6971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2008.06,7016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2008.09,7064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2008.12,7090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2009.03,7113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2009.06,7182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2009.09,7187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2009.12,7250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2010.03,7292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2010.06,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2010.09,7368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2010.12,7408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2011.03,7446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2011.06,7475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2011.09,7517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2011.12,7527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2012.03,7604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2012.06,7637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2012.09,7645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2012.12,7680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2013.03,7720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2013.06,7725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2013.09,7738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2013.12,7791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2014.03,7823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2014.06,7873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2014.09,7942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2014.12,7974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2015.03,8005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2015.06,8065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2015.09,8108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2015.12,8143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2016.03,8152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2016.06,8209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2016.09,8292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2016.12,8351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2017.03,8427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2017.06,8523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2017.09,8588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2017.12,8661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2018.03,8706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2018.06,8819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2018.09,8869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2018.12,8907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2019.03,9006,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2019.06,9107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2019.09,9160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2019.12,9188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2020.03,9182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2020.06,9166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2020.09,9260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2020.12,9363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2021.03,9456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2021.06,9460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2021.09,9525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2021.12,9634,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2022.03,9792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2022.06,9767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2022.09,9889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2022.12,9949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2023.03,9996,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2023.06,10094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2023.09,10143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2023.12,10183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2024.03,10239,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A04E,2024.06,10321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Housing and household utilities,Households,, +SNEQ.SG02RSC14P30A05E,1987.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1987.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1987.12,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1988.03,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1988.06,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1988.09,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1988.12,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1989.03,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1989.06,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1989.09,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1989.12,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1990.03,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1990.06,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1990.09,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1990.12,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1991.03,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1991.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1991.09,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1991.12,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1992.03,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1992.06,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1992.09,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1992.12,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1993.03,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1993.06,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1993.09,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1993.12,912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1994.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1994.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1994.09,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1994.12,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1995.03,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1995.06,1009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1995.09,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1995.12,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1996.03,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1996.06,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1996.09,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1996.12,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1997.03,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1997.06,998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1997.09,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1997.12,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1998.03,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1998.06,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1998.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1998.12,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1999.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1999.06,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1999.09,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,1999.12,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2000.03,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2000.06,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2000.09,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2000.12,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2001.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2001.06,1119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2001.09,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2001.12,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2002.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2002.06,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2002.09,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2002.12,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2003.03,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2003.06,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2003.09,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2003.12,1312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2004.03,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2004.06,1366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2004.09,1405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2004.12,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2005.03,1422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2005.06,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2005.09,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2005.12,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2006.03,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2006.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2006.09,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2006.12,1575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2007.03,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2007.06,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2007.09,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2007.12,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2008.03,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2008.06,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2008.09,1538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2008.12,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2009.03,1473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2009.06,1478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2009.09,1513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2009.12,1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2010.03,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2010.06,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2010.09,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2010.12,1509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2011.03,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2011.06,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2011.09,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2011.12,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2012.03,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2012.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2012.09,1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2012.12,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2013.03,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2013.06,1792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2013.09,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2013.12,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2014.03,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2014.06,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2014.09,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2014.12,1946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2015.03,2006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2015.06,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2015.09,2056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2015.12,2094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2016.03,2090,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2016.06,2145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2016.09,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2016.12,2169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2017.03,2203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2017.06,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2017.09,2259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2017.12,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2018.03,2340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2018.06,2367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2018.09,2406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2018.12,2430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2019.03,2488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2019.06,2427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2019.09,2521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2019.12,2552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2020.03,2540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2020.06,2240,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2020.09,2900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2020.12,2918,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2021.03,3024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2021.06,3075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2021.09,2628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2021.12,3025,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2022.03,3063,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2022.06,2881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2022.09,2845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2022.12,2766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2023.03,2800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2023.06,2733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2023.09,2740,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2023.12,2741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2024.03,2747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A05E,2024.06,2748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Household contents and services,Households,, +SNEQ.SG02RSC14P30A06E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A06E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Health,Households,, +SNEQ.SG02RSC14P30A07E,1987.06,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1987.09,1938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1987.12,1913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1988.03,1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1988.06,1924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1988.09,2031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1988.12,2111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1989.03,2221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1989.06,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1989.09,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1989.12,2128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1990.03,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1990.06,2137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1990.09,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1990.12,2157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1991.03,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1991.06,1916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1991.09,1983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1991.12,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1992.03,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1992.06,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1992.09,1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1992.12,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1993.03,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1993.06,1761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1993.09,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1993.12,1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1994.03,2044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1994.06,2026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1994.09,2088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1994.12,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1995.03,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1995.06,2215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1995.09,2282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1995.12,2363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1996.03,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1996.06,2551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1996.09,2604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1996.12,2582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1997.03,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1997.06,2494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1997.09,2431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1997.12,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1998.03,2438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1998.06,2473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1998.09,2481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1998.12,2610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1999.03,2607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1999.06,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1999.09,2669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,1999.12,2580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2000.03,2540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2000.06,2601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2000.09,2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2000.12,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2001.03,2498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2001.06,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2001.09,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2001.12,2669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2002.03,2674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2002.06,2659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2002.09,2813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2002.12,2856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2003.03,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2003.06,2978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2003.09,3054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2003.12,3221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2004.03,3351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2004.06,3272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2004.09,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2004.12,3408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2005.03,3411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2005.06,3545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2005.09,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2005.12,3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2006.03,3471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2006.06,3404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2006.09,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2006.12,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2007.03,3536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2007.06,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2007.09,3641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2007.12,3676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2008.03,3727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2008.06,3543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2008.09,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2008.12,3504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2009.03,3249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2009.06,3312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2009.09,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2009.12,3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2010.03,3627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2010.06,3638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2010.09,3618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2010.12,3555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2011.03,3512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2011.06,3558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2011.09,3588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2011.12,3554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2012.03,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2012.06,3612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2012.09,3622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2012.12,3712,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2013.03,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2013.06,3851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2013.09,3903,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2013.12,4019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2014.03,4068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2014.06,4103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2014.09,4145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2014.12,4229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2015.03,4354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2015.06,4434,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2015.09,4504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2015.12,4569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2016.03,4649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2016.06,4815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2016.09,5028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2016.12,5038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2017.03,5232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2017.06,5223,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2017.09,5381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2017.12,5471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2018.03,5520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2018.06,5704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2018.09,5746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2018.12,5802,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2019.03,5707,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2019.06,5735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2019.09,5703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2019.12,5643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2020.03,5222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2020.06,3283,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2020.09,4704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2020.12,4810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2021.03,4939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2021.06,5393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2021.09,4437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2021.12,4648,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2022.03,5123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2022.06,4967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2022.09,5525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2022.12,5561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2023.03,5597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2023.06,6082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2023.09,5619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2023.12,5802,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2024.03,5767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A07E,2024.06,5733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Transport,Households,, +SNEQ.SG02RSC14P30A08E,1987.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1987.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1987.12,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1988.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1988.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1988.09,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1988.12,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1989.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1989.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1989.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1989.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1990.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1990.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1990.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1990.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1991.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1991.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1991.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1991.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1992.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1992.06,178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1992.09,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1992.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1993.03,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1993.06,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1993.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1993.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1994.03,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1994.06,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1994.09,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1994.12,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1995.03,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1995.06,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1995.09,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1995.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1996.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1996.06,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1996.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1996.12,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1997.03,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1997.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1997.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1997.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1998.03,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1998.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1998.09,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1998.12,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1999.03,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1999.06,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1999.09,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,1999.12,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2000.03,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2000.06,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2000.09,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2000.12,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2001.03,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2001.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2001.09,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2001.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2002.03,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2002.06,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2002.09,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2002.12,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2003.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2003.06,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2003.09,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2003.12,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2004.03,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2004.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2004.09,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2004.12,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2005.03,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2005.06,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2005.09,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2005.12,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2006.03,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2006.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2006.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2006.12,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2007.03,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2007.06,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2007.09,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2007.12,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2008.03,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2008.06,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2008.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2008.12,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2009.03,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2009.06,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2009.09,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2009.12,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2010.03,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2010.06,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2010.09,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2010.12,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2011.03,1037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2011.06,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2011.09,1057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2011.12,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2012.03,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2012.06,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2012.09,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2012.12,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2013.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2013.06,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2013.09,1194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2013.12,1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2014.03,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2014.06,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2014.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2014.12,1262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2015.03,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2015.06,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2015.09,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2015.12,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2016.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2016.06,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2016.09,1352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2016.12,1359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2017.03,1384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2017.06,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2017.09,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2017.12,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2018.03,1474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2018.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2018.09,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2018.12,1472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2019.03,1462,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2019.06,1492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2019.09,1528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2019.12,1562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2020.03,1541,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2020.06,1546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2020.09,1572,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2020.12,1592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2021.03,1686,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2021.06,1675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2021.09,1675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2021.12,1679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2022.03,1737,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2022.06,1719,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2022.09,1730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2022.12,1732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2023.03,1685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2023.06,1679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2023.09,1685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2023.12,1655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2024.03,1580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A08E,2024.06,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Communication,Households,, +SNEQ.SG02RSC14P30A09E,1987.06,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1987.09,1015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1987.12,1040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1988.03,1049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1988.06,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1988.09,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1988.12,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1989.03,1122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1989.06,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1989.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1989.12,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1990.03,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1990.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1990.09,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1990.12,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1991.03,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1991.06,1072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1991.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1991.12,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1992.03,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1992.06,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1992.09,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1992.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1993.03,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1993.06,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1993.09,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1993.12,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1994.03,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1994.06,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1994.09,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1994.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1995.03,1338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1995.06,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1995.09,1377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1995.12,1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1996.03,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1996.06,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1996.09,1572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1996.12,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1997.03,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1997.06,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1997.09,1723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1997.12,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1998.03,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1998.06,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1998.09,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1998.12,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1999.03,1788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1999.06,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1999.09,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,1999.12,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2000.03,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2000.06,1911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2000.09,1956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2000.12,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2001.03,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2001.06,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2001.09,2018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2001.12,2038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2002.03,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2002.06,2101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2002.09,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2002.12,2143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2003.03,2176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2003.06,2215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2003.09,2238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2003.12,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2004.03,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2004.06,2304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2004.09,2388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2004.12,2372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2005.03,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2005.06,2453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2005.09,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2005.12,2481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2006.03,2455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2006.06,2458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2006.09,2529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2006.12,2536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2007.03,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2007.06,2603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2007.09,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2007.12,2600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2008.03,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2008.06,2677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2008.09,2691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2008.12,2726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2009.03,2596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2009.06,2572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2009.09,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2009.12,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2010.03,2652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2010.06,2654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2010.09,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2010.12,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2011.03,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2011.06,2840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2011.09,2922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2011.12,2904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2012.03,2994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2012.06,2926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2012.09,2929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2012.12,2985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2013.03,3057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2013.06,3087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2013.09,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2013.12,3158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2014.03,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2014.06,3222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2014.09,3257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2014.12,3306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2015.03,3412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2015.06,3463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2015.09,3484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2015.12,3579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2016.03,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2016.06,3711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2016.09,3756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2016.12,3852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2017.03,3955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2017.06,3971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2017.09,4058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2017.12,4079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2018.03,4185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2018.06,4259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2018.09,4363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2018.12,4381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2019.03,4402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2019.06,4510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2019.09,4618,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2019.12,4706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2020.03,4675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2020.06,3989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2020.09,4895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2020.12,5026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2021.03,5657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2021.06,5489,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2021.09,4777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2021.12,5311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2022.03,5815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2022.06,5497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2022.09,5293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2022.12,5351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2023.03,5478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2023.06,5411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2023.09,5343,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2023.12,5258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2024.03,5269,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A09E,2024.06,5338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Recreation and culture,Households,, +SNEQ.SG02RSC14P30A10E,1987.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1987.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1987.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1988.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1988.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1988.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1988.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1989.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1989.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1989.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1989.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1990.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1990.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1990.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1990.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1991.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1991.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1991.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1991.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1992.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1992.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1992.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1992.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1993.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1993.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1993.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1993.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1994.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1994.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1994.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1994.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1995.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1995.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1995.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1995.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1996.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1996.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1996.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1996.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1997.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1997.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1997.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1997.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1998.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1998.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1998.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1998.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1999.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1999.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1999.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,1999.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2000.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2000.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2000.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2000.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2001.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2001.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2001.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2001.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2002.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2002.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2002.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2002.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2003.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2003.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2003.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2003.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2004.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2004.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2004.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2004.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2005.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2005.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2005.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2005.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2006.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2006.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2006.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2006.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2007.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2007.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2007.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2007.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2008.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2008.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2008.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2008.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2009.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2009.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2009.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2009.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2010.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2010.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2010.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2010.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2011.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2011.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2011.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2011.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2012.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2012.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2012.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2012.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2013.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2013.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2013.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2013.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2014.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2014.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2014.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2014.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2015.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2015.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2015.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2015.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2016.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2016.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2016.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2016.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2017.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2017.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2017.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2017.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2018.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2018.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2018.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2018.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2019.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2019.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2019.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2019.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2020.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2020.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2020.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2020.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2021.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2021.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2021.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2021.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2022.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2022.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2022.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2022.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2023.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2023.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2023.09,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2023.12,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2024.03,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A10E,2024.06,,CONFIDENTIAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Education,Households,, +SNEQ.SG02RSC14P30A11E,1987.06,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1987.09,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1987.12,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1988.03,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1988.06,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1988.09,1069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1988.12,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1989.03,1025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1989.06,1050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1989.09,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1989.12,940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1990.03,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1990.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1990.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1990.12,980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1991.03,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1991.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1991.09,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1991.12,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1992.03,879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1992.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1992.09,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1992.12,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1993.03,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1993.06,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1993.09,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1993.12,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1994.03,972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1994.06,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1994.09,1018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1994.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1995.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1995.06,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1995.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1995.12,1002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1996.03,1068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1996.06,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1996.09,1153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1996.12,1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1997.03,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1997.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1997.09,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1997.12,1227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1998.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1998.06,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1998.09,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1998.12,1298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1999.03,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1999.06,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1999.09,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,1999.12,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2000.03,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2000.06,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2000.09,1214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2000.12,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2001.03,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2001.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2001.09,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2001.12,1196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2002.03,1036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2002.06,1173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2002.09,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2002.12,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2003.03,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2003.06,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2003.09,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2003.12,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2004.03,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2004.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2004.09,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2004.12,1482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2005.03,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2005.06,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2005.09,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2005.12,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2006.03,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2006.06,1502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2006.09,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2006.12,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2007.03,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2007.06,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2007.09,1634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2007.12,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2008.03,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2008.06,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2008.09,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2008.12,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2009.03,1389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2009.06,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2009.09,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2009.12,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2010.03,1593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2010.06,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2010.09,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2010.12,1624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2011.03,1650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2011.06,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2011.09,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2011.12,1718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2012.03,1833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2012.06,1760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2012.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2012.12,1806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2013.03,1852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2013.06,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2013.09,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2013.12,1933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2014.03,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2014.06,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2014.09,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2014.12,1834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2015.03,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2015.06,1829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2015.09,1857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2015.12,1941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2016.03,1868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2016.06,2065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2016.09,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2016.12,2163,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2017.03,2274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2017.06,2299,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2017.09,2253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2017.12,2266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2018.03,2293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2018.06,2296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2018.09,2331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2018.12,2396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2019.03,2315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2019.06,2351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2019.09,2343,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2019.12,2350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2020.03,2043,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2020.06,1601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2020.09,2376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2020.12,2687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2021.03,3407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2021.06,2965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2021.09,2180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2021.12,2471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2022.03,3100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2022.06,2898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2022.09,2695,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2022.12,2698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2023.03,2803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2023.06,2601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2023.09,2480,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2023.12,2472,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2024.03,2508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A11E,2024.06,2417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Restaurants and hotels,Households,, +SNEQ.SG02RSC14P30A12E,1987.06,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1987.09,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1987.12,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1988.03,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1988.06,1418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1988.09,1467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1988.12,1464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1989.03,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1989.06,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1989.09,1394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1989.12,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1990.03,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1990.06,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1990.09,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1990.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1991.03,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1991.06,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1991.09,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1991.12,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1992.03,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1992.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1992.09,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1992.12,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1993.03,1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1993.06,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1993.09,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1993.12,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1994.03,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1994.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1994.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1994.12,1460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1995.03,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1995.06,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1995.09,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1995.12,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1996.03,1541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1996.06,1537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1996.09,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1996.12,1568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1997.03,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1997.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1997.09,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1997.12,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1998.03,1623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1998.06,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1998.09,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1998.12,1687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1999.03,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1999.06,1766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1999.09,1784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,1999.12,1803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2000.03,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2000.06,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2000.09,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2000.12,1830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2001.03,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2001.06,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2001.09,1878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2001.12,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2002.03,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2002.06,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2002.09,1991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2002.12,2023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2003.03,2048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2003.06,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2003.09,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2003.12,2104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2004.03,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2004.06,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2004.09,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2004.12,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2005.03,2189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2005.06,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2005.09,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2005.12,2245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2006.03,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2006.06,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2006.09,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2006.12,2348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2007.03,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2007.06,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2007.09,2421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2007.12,2415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2008.03,2387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2008.06,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2008.09,2395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2008.12,2404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2009.03,2424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2009.06,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2009.09,2521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2009.12,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2010.03,2609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2010.06,2570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2010.09,2553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2010.12,2547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2011.03,2585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2011.06,2640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2011.09,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2011.12,2729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2012.03,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2012.06,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2012.09,2731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2012.12,2780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2013.03,2807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2013.06,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2013.09,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2013.12,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2014.03,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2014.06,2906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2014.09,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2014.12,2951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2015.03,3000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2015.06,3042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2015.09,3121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2015.12,3143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2016.03,3197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2016.06,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2016.09,3288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2016.12,3359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2017.03,3396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2017.06,3441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2017.09,3481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2017.12,3564,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2018.03,3588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2018.06,3640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2018.09,3702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2018.12,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2019.03,3873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2019.06,3908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2019.09,3954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2019.12,3935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2020.03,3936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2020.06,3651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2020.09,3962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2020.12,4064,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2021.03,4120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2021.06,4178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2021.09,3972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2021.12,4215,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2022.03,4250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2022.06,4243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2022.09,4281,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2022.12,4270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2023.03,4307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2023.06,4325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2023.09,4352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2023.12,4354,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2024.03,4342,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A12E,2024.06,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Miscellaneous goods and services,Households,, +SNEQ.SG02RSC14P30A13E,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2000.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2001.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2001.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2001.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2002.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2002.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2002.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2002.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2003.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2003.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2003.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2003.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2004.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2004.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2004.09,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2004.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2005.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2005.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2005.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2005.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2006.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2006.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2006.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2006.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2007.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2007.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2007.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2007.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2008.03,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2008.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2008.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2008.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2009.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2009.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2009.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2010.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2010.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2010.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2010.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2011.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2011.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2011.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2011.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2012.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2012.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2012.09,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2012.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2013.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2013.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2013.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2013.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2014.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2014.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2014.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2014.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2015.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2015.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2015.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2015.12,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2016.03,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2016.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2016.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2016.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2017.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2017.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2017.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2017.12,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2018.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2018.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2018.09,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2018.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2019.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2019.06,570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2019.09,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2019.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2020.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2020.06,619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2020.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2020.12,671,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2021.03,763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2021.06,794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2021.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2021.12,946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2022.03,856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2022.06,847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2022.09,812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2022.12,825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2023.03,862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2023.06,966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2023.09,978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2023.12,1094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2024.03,1301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC14P30A13E,2024.06,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain Volume, Seasonally Adjusted, Household FCE by item",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30AE,1987.06,5712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1987.09,5714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1987.12,5774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1988.03,5715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1988.06,5677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1988.09,5853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1988.12,5827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1989.03,5828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1989.06,6062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1989.09,5660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1989.12,5727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1990.03,5886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1990.06,5905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1990.09,5966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1990.12,6085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1991.03,5932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1991.06,5877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1991.09,5857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1991.12,5794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1992.03,5955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1992.06,5870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1992.09,5809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1992.12,5918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1993.03,5892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1993.06,5892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1993.09,5946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1993.12,5942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1994.03,5977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1994.06,6103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1994.09,6176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1994.12,6276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1995.03,6273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1995.06,6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1995.09,6393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1995.12,6412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1996.03,6611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1996.06,6538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1996.09,6598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1996.12,6582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1997.03,6566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1997.06,6618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1997.09,6633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1997.12,6659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1998.03,6767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1998.06,6707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1998.09,6725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1998.12,6777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1999.03,6853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1999.06,6893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1999.09,6944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,1999.12,6964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2000.03,6916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2000.06,6971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2000.09,7020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2000.12,7013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2001.03,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2001.06,7077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2001.09,7111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2001.12,7142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2002.03,7168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2002.06,7310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2002.09,7441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2002.12,7511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2003.03,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2003.06,7580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2003.09,7607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2003.12,7945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2004.03,8063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2004.06,7882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2004.09,8049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2004.12,8016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2005.03,8090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2005.06,8197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2005.09,8318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2005.12,8358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2006.03,8554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2006.06,8547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2006.09,8595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2006.12,8737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2007.03,8749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2007.06,8814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2007.09,8855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2007.12,8831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2008.03,9045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2008.06,8699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2008.09,8661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2008.12,8632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2009.03,8585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2009.06,8752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2009.09,8803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2009.12,8789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2010.03,8761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2010.06,8838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2010.09,8774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2010.12,8795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2011.03,8776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2011.06,8740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2011.09,8858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2011.12,8841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2012.03,8867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2012.06,8871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2012.09,8819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2012.12,8881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2013.03,8973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2013.06,9004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2013.09,8985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2013.12,9003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2014.03,9062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2014.06,9105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2014.09,9263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2014.12,9210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2015.03,9362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2015.06,9423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2015.09,9535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2015.12,9622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2016.03,9727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2016.06,9830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2016.09,9963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2016.12,9994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2017.03,10036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2017.06,10203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2017.09,10290,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2017.12,10451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2018.03,10382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2018.06,10512,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2018.09,10548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2018.12,10691,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2019.03,10624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2019.06,10695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2019.09,10763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2019.12,10742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2020.03,11152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2020.06,10039,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2020.09,11140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2020.12,10934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2021.03,11073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2021.06,11218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2021.09,10955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2021.12,11192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2022.03,11303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2022.06,10997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2022.09,11111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2022.12,11131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2023.03,10789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2023.06,10741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2023.09,10723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2023.12,10661,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2024.03,10704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30AE,2024.06,10858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1987.06,1995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1987.09,2008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1987.12,1962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1988.03,1907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1988.06,1885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1988.09,1938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1988.12,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1989.03,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1989.06,2193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1989.09,2036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1989.12,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1990.03,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1990.06,1960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1990.09,1954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1990.12,2028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1991.03,1855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1991.06,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1991.09,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1991.12,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1992.03,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1992.06,1798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1992.09,1784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1992.12,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1993.03,1835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1993.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1993.09,1927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1993.12,2002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1994.03,2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1994.06,2168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1994.09,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1994.12,2257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1995.03,2316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1995.06,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1995.09,2335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1995.12,2431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1996.03,2481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1996.06,2586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1996.09,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1996.12,2678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1997.03,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1997.06,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1997.09,2619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1997.12,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1998.03,2620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1998.06,2619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1998.09,2619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1998.12,2735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1999.03,2768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1999.06,2818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1999.09,2903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,1999.12,2894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2000.03,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2000.06,2908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2000.09,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2000.12,2838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2001.03,2826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2001.06,2963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2001.09,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2001.12,3012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2002.03,3061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2002.06,3101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2002.09,3219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2002.12,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2003.03,3303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2003.06,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2003.09,3466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2003.12,3538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2004.03,3654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2004.06,3624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2004.09,3775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2004.12,3801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2005.03,3832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2005.06,3935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2005.09,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2005.12,4028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2006.03,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2006.06,4028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2006.09,4071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2006.12,4089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2007.03,4304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2007.06,4273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2007.09,4255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2007.12,4275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2008.03,4312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2008.06,4235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2008.09,4274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2008.12,4261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2009.03,4062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2009.06,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2009.09,4139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2009.12,4288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2010.03,4415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2010.06,4524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2010.09,4574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2010.12,4442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2011.03,4571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2011.06,4666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2011.09,4744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2011.12,4846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2012.03,4948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2012.06,4967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2012.09,5002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2012.12,5113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2013.03,5173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2013.06,5377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2013.09,5473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2013.12,5684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2014.03,5776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2014.06,5818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2014.09,6015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2014.12,6144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2015.03,6352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2015.06,6408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2015.09,6476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2015.12,6552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2016.03,6543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2016.06,6792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2016.09,6807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2016.12,6883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2017.03,7191,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2017.06,7208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2017.09,7429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2017.12,7537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2018.03,7649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2018.06,7807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2018.09,7865,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2018.12,8068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2019.03,8074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2019.06,8113,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2019.09,8351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2019.12,8426,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2020.03,8087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2020.06,6922,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2020.09,9287,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2020.12,9234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2021.03,9871,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2021.06,9969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2021.09,8729,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2021.12,10096,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2022.03,10610,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2022.06,9362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2022.09,9521,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2022.12,9248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2023.03,9201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2023.06,9410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2023.09,9045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2023.12,9024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2024.03,8760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30BE,2024.06,8437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Durable Goods,Households,, +SNEQ.SG02RSC15P30CE,1987.06,7264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1987.09,7379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1987.12,7662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1988.03,7710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1988.06,7780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1988.09,8004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1988.12,7965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1989.03,7960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1989.06,7999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1989.09,7875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1989.12,7850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1990.03,7967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1990.06,8001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1990.09,8004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1990.12,8042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1991.03,8018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1991.06,7875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1991.09,7871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1991.12,7913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1992.03,7920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1992.06,7941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1992.09,7939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1992.12,8084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1993.03,8030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1993.06,8140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1993.09,8207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1993.12,8272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1994.03,8292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1994.06,8537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1994.09,8547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1994.12,8730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1995.03,8848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1995.06,8760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1995.09,8989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1995.12,8981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1996.03,9180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1996.06,9235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1996.09,9359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1996.12,9313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1997.03,9583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1997.06,9660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1997.09,9690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1997.12,9830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1998.03,9987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1998.06,10008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1998.09,10008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1998.12,10211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1999.03,10191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1999.06,10340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1999.09,10367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,1999.12,10344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2000.03,10285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2000.06,10554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2000.09,10588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2000.12,10559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2001.03,10599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2001.06,10719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2001.09,10957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2001.12,10948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2002.03,10734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2002.06,11116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2002.09,11150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2002.12,11307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2003.03,11609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2003.06,11686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2003.09,11886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2003.12,11985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2004.03,12269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2004.06,12268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2004.09,12613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2004.12,12796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2005.03,12753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2005.06,13060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2005.09,13014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2005.12,13216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2006.03,13238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2006.06,13232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2006.09,13420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2006.12,13640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2007.03,13741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2007.06,13896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2007.09,14050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2007.12,14085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2008.03,14270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2008.06,14147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2008.09,14206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2008.12,14213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2009.03,13907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2009.06,14221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2009.09,14256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2009.12,14441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2010.03,14690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2010.06,14672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2010.09,14679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2010.12,14780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2011.03,14883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2011.06,15086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2011.09,15281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2011.12,15308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2012.03,15487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2012.06,15489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2012.09,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2012.12,15773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2013.03,15933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2013.06,16049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2013.09,16142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2013.12,16192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2014.03,16293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2014.06,16384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2014.09,16465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2014.12,16470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2015.03,16598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2015.06,16820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2015.09,16994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2015.12,17313,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2016.03,17438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2016.06,17972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2016.09,18374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2016.12,18676,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2017.03,18883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2017.06,19034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2017.09,19164,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2017.12,19395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2018.03,19644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2018.06,19958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2018.09,20279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2018.12,20415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2019.03,20508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2019.06,20679,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2019.09,20757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2019.12,20918,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2020.03,20255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2020.06,18076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2020.09,20033,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2020.12,20946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2021.03,21937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2021.06,21940,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2021.09,20257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2021.12,20901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2022.03,22075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2022.06,22481,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2022.09,22662,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2022.12,22924,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2023.03,23212,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2023.06,23238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2023.09,23244,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2023.12,23327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2024.03,23435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30CE,2024.06,23579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Services,Households,, +SNEQ.SG02RSC15P30DE,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2000.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2001.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2001.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2001.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2002.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2002.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2002.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2002.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2003.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2003.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2003.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2003.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2004.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2004.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2004.09,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2004.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2005.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2005.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2005.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2005.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2006.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2006.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2006.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2006.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2007.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2007.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2007.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2007.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2008.03,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2008.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2008.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2008.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2009.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2009.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2009.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2010.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2010.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2010.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2010.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2011.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2011.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2011.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2011.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2012.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2012.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2012.09,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2012.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2013.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2013.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2013.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2013.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2014.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2014.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2014.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2014.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2015.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2015.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2015.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2015.12,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2016.03,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2016.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2016.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2016.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2017.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2017.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2017.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2017.12,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2018.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2018.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2018.09,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2018.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2019.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2019.06,570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2019.09,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2019.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2020.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2020.06,619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2020.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2020.12,671,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2021.03,763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2021.06,794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2021.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2021.12,946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2022.03,856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2022.06,847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2022.09,812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2022.12,825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2023.03,862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2023.06,966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2023.09,978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2023.12,1094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2024.03,1301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30DE,2024.06,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Imports of low value goods purchased directly by households,Households,, +SNEQ.SG02RSC15P30VE,1987.06,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1987.09,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1987.12,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1988.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1988.06,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1988.09,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1988.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1989.03,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1989.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1989.09,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1989.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1990.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1990.06,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1990.09,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1990.12,392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1991.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1991.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1991.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1991.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1992.03,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1992.06,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1992.09,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1992.12,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1993.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1993.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1993.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1993.12,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1994.03,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1994.06,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1994.09,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1994.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1995.03,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1995.06,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1995.09,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1995.12,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1996.03,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1996.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1996.09,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1996.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1997.03,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1997.06,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1997.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1997.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1998.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1998.06,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1998.09,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1998.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1999.03,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1999.06,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1999.09,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,1999.12,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2000.03,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2000.06,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2000.09,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2000.12,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2001.03,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2001.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2001.09,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2001.12,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2002.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2002.06,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2002.09,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2002.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2003.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2003.06,564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2003.09,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2003.12,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2004.03,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2004.06,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2004.09,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2004.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2005.03,874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2005.06,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2005.09,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2005.12,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2006.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2006.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2006.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2006.12,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2007.03,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2007.06,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2007.09,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2007.12,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2008.03,976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2008.06,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2008.09,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2008.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2009.03,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2009.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2009.09,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2009.12,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2010.03,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2010.06,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2010.09,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2010.12,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2011.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2011.06,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2011.09,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2011.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2012.03,969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2012.06,911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2012.09,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2012.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2013.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2013.06,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2013.09,1035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2013.12,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2014.03,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2014.06,1097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2014.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2014.12,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2015.03,1103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2015.06,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2015.09,1049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2015.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2016.03,1083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2016.06,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2016.09,1200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2016.12,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2017.03,1290,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2017.06,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2017.09,1314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2017.12,1306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2018.03,1350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2018.06,1352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2018.09,1327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2018.12,1295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2019.03,1241,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2019.06,1228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2019.09,1233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2019.12,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2020.03,1155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2020.06,216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2020.09,222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2020.12,280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2021.03,255,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2021.06,348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2021.09,302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2021.12,334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2022.03,334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2022.06,605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2022.09,844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2022.12,914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2023.03,969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2023.06,1047,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2023.09,1088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2023.12,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2024.03,1143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30VE,2024.06,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Resident Household's Expenditure Overseas,Households,, +SNEQ.SG02RSC15P30WE,1987.06,860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1987.09,942,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1987.12,852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1988.03,859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1988.06,906,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1988.09,790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1988.12,797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1989.03,811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1989.06,726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1989.09,864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1989.12,956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1990.03,828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1990.06,875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1990.09,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1990.12,784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1991.03,789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1991.06,851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1991.09,932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1991.12,860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1992.03,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1992.06,908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1992.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1992.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1993.03,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1993.06,970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1993.09,950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1993.12,1073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1994.03,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1994.06,1166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1994.09,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1994.12,1233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1995.03,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1995.06,1588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1995.09,1491,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1995.12,1596,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1996.03,1507,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1996.06,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1996.09,1565,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1996.12,1587,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1997.03,1415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1997.06,1359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1997.09,1414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1997.12,1491,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1998.03,1389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1998.06,1421,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1998.09,1478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1998.12,1499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1999.03,1748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1999.06,1603,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1999.09,1701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,1999.12,1845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2000.03,2037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2000.06,1876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2000.09,1833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2000.12,2073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2001.03,2140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2001.06,2212,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2001.09,2083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2001.12,2114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2002.03,2488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2002.06,2453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2002.09,2644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2002.12,2635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2003.03,2351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2003.06,2533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2003.09,2779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2003.12,2799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2004.03,2646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2004.06,2929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2004.09,2688,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2004.12,2498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2005.03,2519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2005.06,2317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2005.09,2698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2005.12,2387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2006.03,2451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2006.06,2528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2006.09,2377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2006.12,2423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2007.03,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2007.06,2428,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2007.09,2413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2007.12,2306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2008.03,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2008.06,2477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2008.09,2111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2008.12,2143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2009.03,2309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2009.06,2154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2009.09,2302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2009.12,2175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2010.03,2080,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2010.06,2092,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2010.09,2049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2010.12,2022,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2011.03,1981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2011.06,1952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2011.09,1979,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2011.12,2110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2012.03,1884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2012.06,1884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2012.09,1880,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2012.12,1821,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2013.03,1868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2013.06,1842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2013.09,1895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2013.12,1821,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2014.03,1954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2014.06,2025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2014.09,2028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2014.12,2495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2015.03,2495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2015.06,2655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2015.09,2808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2015.12,2744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2016.03,2845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2016.06,2706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2016.09,2711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2016.12,2794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2017.03,2770,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2017.06,2891,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2017.09,2915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2017.12,2866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2018.03,2888,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2018.06,3008,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2018.09,2813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2018.12,2897,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2019.03,2832,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2019.06,2830,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2019.09,2880,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2019.12,2873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2020.03,2703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2020.06,1111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2020.09,1146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2020.12,824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2021.03,555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2021.06,994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2021.09,782,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2021.12,547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2022.03,366,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2022.06,761,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2022.09,1319,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2022.12,1463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2023.03,1726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2023.06,1976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2023.09,2183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2023.12,2217,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2024.03,2274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30WE,2024.06,2293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Non Resident's Expenditure in New Zealand,Households,, +SNEQ.SG02RSC15P30ZE,1987.06,14757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1987.09,14882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1987.12,15076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1988.03,14996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1988.06,15006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1988.09,15441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1988.12,15472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1989.03,15597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1989.06,16035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1989.09,15324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1989.12,15258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1990.03,15486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1990.06,15522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1990.09,15574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1990.12,15832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1991.03,15390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1991.06,15151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1991.09,15217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1991.12,15156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1992.03,15256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1992.06,15190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1992.09,15133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1992.12,15382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1993.03,15326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1993.06,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1993.09,15710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1993.12,15865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1994.03,16188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1994.06,16512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1994.09,16730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1994.12,16978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1995.03,17204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1995.06,17186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1995.09,17431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1995.12,17616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1996.03,18036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1996.06,18198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1996.09,18450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1996.12,18458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1997.03,18565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1997.06,18795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1997.09,18749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1997.12,18856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1998.03,19177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1998.06,19147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1998.09,19148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1998.12,19542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1999.03,19636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1999.06,19894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1999.09,20053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,1999.12,20038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2000.03,19939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2000.06,20274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2000.09,20350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2000.12,20222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2001.03,20231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2001.06,20607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2001.09,20851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2001.12,20970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2002.03,20844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2002.06,21367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2002.09,21724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2002.12,22030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2003.03,22388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2003.06,22642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2003.09,22918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2003.12,23450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2004.03,23984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2004.06,23845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2004.09,24530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2004.12,24740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2005.03,24848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2005.06,25409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2005.09,25464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2005.12,25802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2006.03,26001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2006.06,25980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2006.09,26201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2006.12,26622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2007.03,26944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2007.06,27154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2007.09,27313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2007.12,27422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2008.03,27796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2008.06,27280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2008.09,27313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2008.12,27300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2009.03,26664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2009.06,27187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2009.09,27341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2009.12,27661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2010.03,27989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2010.06,28158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2010.09,28178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2010.12,28155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2011.03,28393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2011.06,28660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2011.09,29060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2011.12,29185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2012.03,29546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2012.06,29553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2012.09,29569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2012.12,29976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2013.03,30319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2013.06,30672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2013.09,30808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2013.12,31103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2014.03,31378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2014.06,31528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2014.09,31946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2014.12,32042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2015.03,32466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2015.06,32809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2015.09,33174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2015.12,33623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2016.03,33873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2016.06,34790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2016.09,35362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2016.12,35715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2017.03,36331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2017.06,36638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2017.09,37058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2017.12,37545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2018.03,37879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2018.06,38466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2018.09,38857,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2018.12,39345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2019.03,39427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2019.06,39751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2019.09,40086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2019.12,40196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2020.03,39739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2020.06,35410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2020.09,40420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2020.12,41066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2021.03,43153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2021.06,43170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2021.09,40196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2021.12,42224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2022.03,44109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2022.06,43142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2022.09,43398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2022.12,43545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2023.03,43709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2023.06,43860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2023.09,43398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2023.12,43568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2024.03,43777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC15P30ZE,2024.06,43934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Household FCE by item type",Final Consumption Expenditure,Final Consumption Expenditure of Resident Household,Households,, +SNEQ.SG02RSC17P61M,1990.06,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1990.09,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1990.12,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1991.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1991.06,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1991.09,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1991.12,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1992.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1992.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1992.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1992.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1993.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1993.06,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1993.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1993.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1994.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1994.06,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1994.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1994.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1995.03,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1995.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1995.09,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1995.12,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1996.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1996.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1996.09,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1996.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1997.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1997.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1997.09,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1997.12,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1998.03,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1998.06,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1998.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1998.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1999.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1999.06,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1999.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,1999.12,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2000.03,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2000.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2000.09,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2000.12,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2001.03,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2001.06,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2001.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2001.12,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2002.03,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2002.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2002.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2002.12,648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2003.03,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2003.06,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2003.09,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2003.12,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2004.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2004.06,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2004.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2004.12,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2005.03,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2005.06,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2005.09,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2005.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2006.03,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2006.06,780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2006.09,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2006.12,833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2007.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2007.06,860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2007.09,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2007.12,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2008.03,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2008.06,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2008.09,818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2008.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2009.03,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2009.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2009.09,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2009.12,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2010.03,847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2010.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2010.09,967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2010.12,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2011.03,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2011.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2011.09,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2011.12,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2012.03,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2012.06,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2012.09,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2012.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2013.03,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2013.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2013.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2013.12,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2014.03,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2014.06,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2014.09,920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2014.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2015.03,964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2015.06,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2015.09,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2015.12,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2016.03,1030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2016.06,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2016.09,988,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2016.12,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2017.03,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2017.06,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2017.09,1034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2017.12,995,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2018.03,994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2018.06,1060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2018.09,1138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2018.12,1233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2019.03,1202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2019.06,1248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2019.09,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2019.12,1196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2020.03,1404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2020.06,1294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2020.09,1483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2020.12,1524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2021.03,1375,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2021.06,1401,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2021.09,1509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2021.12,1469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2022.03,1230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2022.06,1302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2022.09,1285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2022.12,1293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2023.03,1202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2023.06,1209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2023.09,1155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2023.12,1002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2024.03,1400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61M,2024.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Agriculture & Fishing Primary Products,,, +SNEQ.SG02RSC17P61N,1990.06,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1990.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1990.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1991.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1991.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1991.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1991.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1992.03,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1992.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1992.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1992.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1993.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1993.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1993.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1993.12,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1994.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1994.06,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1994.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1994.12,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1995.03,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1995.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1995.09,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1995.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1996.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1996.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1996.09,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1996.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1997.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1997.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1997.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1997.12,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1998.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1998.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1998.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1998.12,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1999.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1999.06,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1999.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,1999.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2000.03,146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2000.06,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2000.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2000.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2001.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2001.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2001.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2001.12,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2002.03,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2002.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2002.09,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2002.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2003.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2003.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2003.09,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2003.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2004.03,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2004.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2004.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2004.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2005.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2005.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2005.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2005.12,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2006.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2006.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2006.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2006.12,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2007.03,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2007.06,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2007.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2007.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2008.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2008.06,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2008.09,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2008.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2009.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2009.06,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2009.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2009.12,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2010.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2010.06,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2010.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2010.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2011.03,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2011.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2011.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2011.12,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2012.03,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2012.06,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2012.09,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2012.12,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2013.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2013.06,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2013.09,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2013.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2014.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2014.06,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2014.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2014.12,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2015.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2015.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2015.09,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2015.12,419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2016.03,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2016.06,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2016.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2016.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2017.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2017.06,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2017.09,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2017.12,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2018.03,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2018.06,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2018.09,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2018.12,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2019.03,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2019.06,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2019.09,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2019.12,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2020.03,408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2020.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2020.09,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2020.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2021.03,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2021.06,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2021.09,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2021.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2022.03,467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2022.06,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2022.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2022.12,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2023.03,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2023.06,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2023.09,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2023.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2024.03,553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61N,2024.06,476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Forestry Primary Products,,, +SNEQ.SG02RSC17P61O,1990.06,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1990.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1990.12,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1991.03,206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1991.06,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1991.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1991.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1992.03,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1992.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1992.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1992.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1993.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1993.06,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1993.09,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1993.12,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1994.03,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1994.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1994.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1994.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1995.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1995.06,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1995.09,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1995.12,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1996.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1996.06,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1996.09,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1996.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1997.03,353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1997.06,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1997.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1997.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1998.03,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1998.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1998.09,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1998.12,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1999.03,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1999.06,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1999.09,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,1999.12,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2000.03,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2000.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2000.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2000.12,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2001.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2001.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2001.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2001.12,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2002.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2002.06,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2002.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2002.12,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2003.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2003.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2003.09,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2003.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2004.03,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2004.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2004.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2004.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2005.03,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2005.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2005.09,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2005.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2006.03,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2006.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2006.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2006.12,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2007.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2007.06,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2007.09,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2007.12,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2008.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2008.06,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2008.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2008.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2009.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2009.06,766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2009.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2009.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2010.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2010.06,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2010.09,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2010.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2011.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2011.06,665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2011.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2011.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2012.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2012.06,628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2012.09,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2012.12,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2013.03,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2013.06,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2013.09,506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2013.12,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2014.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2014.06,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2014.09,450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2014.12,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2015.03,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2015.06,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2015.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2015.12,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2016.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2016.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2016.09,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2016.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2017.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2017.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2017.09,509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2017.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2018.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2018.06,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2018.09,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2018.12,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2019.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2019.06,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2019.09,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2019.12,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2020.03,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2020.06,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2020.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2020.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2021.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2021.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2021.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2021.12,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2022.03,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2022.06,440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2022.09,423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2022.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2023.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2023.06,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2023.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2023.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2024.03,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61O,2024.06,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Coal, Crude Petroleum & Ores, Minerals & Gases",,, +SNEQ.SG02RSC17P61P,1990.06,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1990.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1990.12,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1991.03,838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1991.06,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1991.09,975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1991.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1992.03,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1992.06,1061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1992.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1992.12,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1993.03,1000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1993.06,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1993.09,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1993.12,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1994.03,1036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1994.06,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1994.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1994.12,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1995.03,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1995.06,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1995.09,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1995.12,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1996.03,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1996.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1996.09,1096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1996.12,1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1997.03,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1997.06,1117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1997.09,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1997.12,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1998.03,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1998.06,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1998.09,994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1998.12,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1999.03,1031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1999.06,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1999.09,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,1999.12,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2000.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2000.06,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2000.09,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2000.12,1221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2001.03,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2001.06,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2001.09,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2001.12,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2002.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2002.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2002.09,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2002.12,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2003.03,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2003.06,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2003.09,1290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2003.12,1260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2004.03,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2004.06,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2004.09,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2004.12,1261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2005.03,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2005.06,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2005.09,1301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2005.12,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2006.03,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2006.06,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2006.09,1432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2006.12,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2007.03,1325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2007.06,1272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2007.09,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2007.12,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2008.03,1380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2008.06,1361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2008.09,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2008.12,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2009.03,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2009.06,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2009.09,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2009.12,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2010.03,1413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2010.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2010.09,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2010.12,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2011.03,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2011.06,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2011.09,1240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2011.12,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2012.03,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2012.06,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2012.09,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2012.12,1365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2013.03,1391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2013.06,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2013.09,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2013.12,1395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2014.03,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2014.06,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2014.09,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2014.12,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2015.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2015.06,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2015.09,1580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2015.12,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2016.03,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2016.06,1494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2016.09,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2016.12,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2017.03,1449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2017.06,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2017.09,1341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2017.12,1488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2018.03,1411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2018.06,1507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2018.09,1564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2018.12,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2019.03,1501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2019.06,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2019.09,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2019.12,1475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2020.03,1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2020.06,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2020.09,1495,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2020.12,1509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2021.03,1571,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2021.06,1575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2021.09,1575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2021.12,1480,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2022.03,1416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2022.06,1447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2022.09,1650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2022.12,1391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2023.03,1474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2023.06,1544,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2023.09,1612,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2023.12,1657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2024.03,1576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61P,2024.06,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Meat Products,,, +SNEQ.SG02RSC17P61Q,1990.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1990.09,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1990.12,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1991.03,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1991.06,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1991.09,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1991.12,921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1992.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1992.06,867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1992.09,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1992.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1993.03,903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1993.06,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1993.09,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1993.12,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1994.03,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1994.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1994.09,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1994.12,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1995.03,974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1995.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1995.09,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1995.12,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1996.03,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1996.06,1094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1996.09,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1996.12,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1997.03,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1997.06,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1997.09,1293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1997.12,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1998.03,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1998.06,1211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1998.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1998.12,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1999.03,1370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1999.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1999.09,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,1999.12,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2000.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2000.06,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2000.09,1397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2000.12,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2001.03,1471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2001.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2001.09,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2001.12,1382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2002.03,1431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2002.06,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2002.09,1848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2002.12,1865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2003.03,1807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2003.06,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2003.09,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2003.12,2009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2004.03,2030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2004.06,1864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2004.09,1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2004.12,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2005.03,1757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2005.06,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2005.09,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2005.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2006.03,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2006.06,2040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2006.09,2151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2006.12,1948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2007.03,2144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2007.06,2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2007.09,1783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2007.12,2233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2008.03,1955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2008.06,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2008.09,1601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2008.12,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2009.03,1914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2009.06,2307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2009.09,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2009.12,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2010.03,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2010.06,2254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2010.09,2165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2010.12,2243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2011.03,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2011.06,2485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2011.09,2413,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2011.12,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2012.03,2524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2012.06,2703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2012.09,3369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2012.12,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2013.03,2886,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2013.06,2569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2013.09,2496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2013.12,2892,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2014.03,2936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2014.06,2892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2014.09,2858,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2014.12,2890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2015.03,3106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2015.06,2833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2015.09,3041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2015.12,3101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2016.03,2966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2016.06,3091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2016.09,3235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2016.12,3082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2017.03,2781,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2017.06,3132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2017.09,3097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2017.12,2989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2018.03,2893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2018.06,2965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2018.09,3137,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2018.12,3026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2019.03,3448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2019.06,3073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2019.09,2949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2019.12,3223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2020.03,3123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2020.06,3001,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2020.09,2990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2020.12,3143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2021.03,3297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2021.06,3355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2021.09,3094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2021.12,3188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2022.03,3057,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2022.06,2684,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2022.09,3578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2022.12,2965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2023.03,2959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2023.06,3334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2023.09,3278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2023.12,3149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2024.03,3345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61Q,2024.06,3059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Dairy Products,,, +SNEQ.SG02RSC17P61R,1990.06,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1990.09,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1990.12,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1991.03,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1991.06,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1991.09,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1991.12,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1992.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1992.06,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1992.09,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1992.12,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1993.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1993.06,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1993.09,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1993.12,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1994.03,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1994.06,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1994.09,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1994.12,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1995.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1995.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1995.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1995.12,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1996.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1996.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1996.09,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1996.12,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1997.03,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1997.06,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1997.09,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1997.12,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1998.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1998.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1998.09,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1998.12,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1999.03,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1999.06,689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1999.09,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,1999.12,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2000.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2000.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2000.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2000.12,784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2001.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2001.06,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2001.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2001.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2002.03,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2002.06,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2002.09,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2002.12,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2003.03,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2003.06,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2003.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2003.12,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2004.03,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2004.06,1044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2004.09,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2004.12,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2005.03,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2005.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2005.09,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2005.12,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2006.03,1170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2006.06,1083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2006.09,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2006.12,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2007.03,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2007.06,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2007.09,1212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2007.12,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2008.03,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2008.06,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2008.09,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2008.12,1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2009.03,1277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2009.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2009.09,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2009.12,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2010.03,1236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2010.06,1284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2010.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2010.12,1229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2011.03,1220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2011.06,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2011.09,1256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2011.12,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2012.03,1257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2012.06,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2012.09,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2012.12,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2013.03,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2013.06,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2013.09,1414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2013.12,1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2014.03,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2014.06,1278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2014.09,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2014.12,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2015.03,1427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2015.06,1413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2015.09,1470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2015.12,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2016.03,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2016.06,1732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2016.09,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2016.12,1670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2017.03,1661,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2017.06,1794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2017.09,1936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2017.12,1936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2018.03,1883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2018.06,1843,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2018.09,1833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2018.12,1944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2019.03,2004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2019.06,1987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2019.09,1934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2019.12,1785,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2020.03,1937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2020.06,1768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2020.09,1728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2020.12,1809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2021.03,1723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2021.06,1706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2021.09,1809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2021.12,1756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2022.03,1599,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2022.06,1772,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2022.09,1870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2022.12,1842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2023.03,1819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2023.06,1691,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2023.09,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2023.12,1681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2024.03,1727,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61R,2024.06,1814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Other Food, Beverages and Tobacco",,, +SNEQ.SG02RSC17P61T,1990.06,210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1990.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1990.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1991.03,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1991.06,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1991.09,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1991.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1992.03,305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1992.06,300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1992.09,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1992.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1993.03,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1993.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1993.09,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1993.12,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1994.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1994.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1994.09,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1994.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1995.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1995.06,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1995.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1995.12,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1996.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1996.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1996.09,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1996.12,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1997.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1997.06,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1997.09,302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1997.12,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1998.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1998.06,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1998.09,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1998.12,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1999.03,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1999.06,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1999.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,1999.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2000.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2000.06,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2000.09,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2000.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2001.03,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2001.06,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2001.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2001.12,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2002.03,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2002.06,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2002.09,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2002.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2003.03,348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2003.06,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2003.09,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2003.12,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2004.03,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2004.06,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2004.09,364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2004.12,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2005.03,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2005.06,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2005.09,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2005.12,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2006.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2006.06,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2006.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2006.12,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2007.03,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2007.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2007.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2007.12,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2008.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2008.06,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2008.09,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2008.12,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2009.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2009.06,318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2009.09,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2009.12,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2010.03,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2010.06,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2010.09,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2010.12,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2011.03,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2011.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2011.09,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2011.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2012.03,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2012.06,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2012.09,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2012.12,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2013.03,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2013.06,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2013.09,272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2013.12,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2014.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2014.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2014.09,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2014.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2015.03,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2015.06,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2015.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2015.12,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2016.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2016.06,253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2016.09,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2016.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2017.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2017.06,224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2017.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2017.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2018.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2018.06,252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2018.09,256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2018.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2019.03,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2019.06,272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2019.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2019.12,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2020.03,230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2020.06,154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2020.09,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2020.12,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2021.03,233,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2021.06,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2021.09,234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2021.12,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2022.03,201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2022.06,213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2022.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2022.12,216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2023.03,216,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2023.06,204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2023.09,207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2023.12,209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2024.03,203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61T,2024.06,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Textiles, Apparel and Leather Products",,, +SNEQ.SG02RSC17P61U,1990.06,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1990.09,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1990.12,359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1991.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1991.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1991.09,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1991.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1992.03,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1992.06,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1992.09,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1992.12,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1993.03,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1993.06,469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1993.09,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1993.12,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1994.03,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1994.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1994.09,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1994.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1995.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1995.06,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1995.09,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1995.12,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1996.03,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1996.06,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1996.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1996.12,514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1997.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1997.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1997.09,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1997.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1998.03,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1998.06,487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1998.09,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1998.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1999.03,553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1999.06,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1999.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,1999.12,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2000.03,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2000.06,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2000.09,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2000.12,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2001.03,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2001.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2001.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2001.12,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2002.03,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2002.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2002.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2002.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2003.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2003.06,600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2003.09,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2003.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2004.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2004.06,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2004.09,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2004.12,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2005.03,737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2005.06,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2005.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2005.12,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2006.03,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2006.06,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2006.09,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2006.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2007.03,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2007.06,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2007.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2007.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2008.03,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2008.06,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2008.09,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2008.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2009.03,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2009.06,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2009.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2009.12,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2010.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2010.06,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2010.09,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2010.12,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2011.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2011.06,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2011.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2011.12,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2012.03,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2012.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2012.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2012.12,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2013.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2013.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2013.09,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2013.12,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2014.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2014.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2014.09,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2014.12,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2015.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2015.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2015.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2015.12,711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2016.03,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2016.06,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2016.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2016.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2017.03,688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2017.06,665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2017.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2017.12,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2018.03,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2018.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2018.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2018.12,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2019.03,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2019.06,674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2019.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2019.12,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2020.03,674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2020.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2020.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2020.12,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2021.03,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2021.06,597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2021.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2021.12,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2022.03,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2022.06,548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2022.09,547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2022.12,559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2023.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2023.06,461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2023.09,468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2023.12,474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2024.03,489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61U,2024.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,Wood and Paper Products,,, +SNEQ.SG02RSC17P61V,1990.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1990.09,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1990.12,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1991.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1991.06,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1991.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1991.12,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1992.03,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1992.06,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1992.09,426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1992.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1993.03,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1993.06,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1993.09,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1993.12,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1994.03,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1994.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1994.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1994.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1995.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1995.06,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1995.09,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1995.12,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1996.03,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1996.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1996.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1996.12,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1997.03,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1997.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1997.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1997.12,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1998.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1998.06,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1998.09,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1998.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1999.03,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1999.06,697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1999.09,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,1999.12,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2000.03,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2000.06,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2000.09,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2000.12,805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2001.03,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2001.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2001.09,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2001.12,885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2002.03,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2002.06,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2002.09,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2002.12,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2003.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2003.06,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2003.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2003.12,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2004.03,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2004.06,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2004.09,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2004.12,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2005.03,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2005.06,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2005.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2005.12,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2006.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2006.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2006.09,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2006.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2007.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2007.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2007.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2007.12,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2008.03,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2008.06,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2008.09,764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2008.12,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2009.03,785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2009.06,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2009.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2009.12,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2010.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2010.06,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2010.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2010.12,830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2011.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2011.06,876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2011.09,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2011.12,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2012.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2012.06,850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2012.09,822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2012.12,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2013.03,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2013.06,946,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2013.09,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2013.12,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2014.03,1020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2014.06,1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2014.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2014.12,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2015.03,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2015.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2015.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2015.12,1055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2016.03,1047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2016.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2016.09,1270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2016.12,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2017.03,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2017.06,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2017.09,1231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2017.12,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2018.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2018.06,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2018.09,1225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2018.12,1287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2019.03,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2019.06,1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2019.09,1161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2019.12,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2020.03,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2020.06,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2020.09,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2020.12,1016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2021.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2021.06,978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2021.09,908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2021.12,1109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2022.03,1052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2022.06,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2022.09,1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2022.12,1151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2023.03,1125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2023.06,1086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2023.09,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2023.12,1191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2024.03,1147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61V,2024.06,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Chemicals, Rubber, Plastic and Other Non-Metallic Products",,, +SNEQ.SG02RSC17P61W,1990.06,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1990.09,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1990.12,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1991.03,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1991.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1991.09,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1991.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1992.03,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1992.06,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1992.09,685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1992.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1993.03,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1993.06,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1993.09,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1993.12,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1994.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1994.06,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1994.09,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1994.12,922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1995.03,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1995.06,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1995.09,941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1995.12,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1996.03,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1996.06,930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1996.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1996.12,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1997.03,968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1997.06,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1997.09,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1997.12,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1998.03,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1998.06,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1998.09,1135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1998.12,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1999.03,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1999.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1999.09,1309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,1999.12,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2000.03,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2000.06,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2000.09,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2000.12,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2001.03,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2001.06,1202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2001.09,1264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2001.12,1283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2002.03,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2002.06,1302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2002.09,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2002.12,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2003.03,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2003.06,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2003.09,1459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2003.12,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2004.03,1532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2004.06,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2004.09,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2004.12,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2005.03,1533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2005.06,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2005.09,1590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2005.12,1592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2006.03,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2006.06,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2006.09,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2006.12,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2007.03,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2007.06,1660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2007.09,1594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2007.12,1643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2008.03,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2008.06,1705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2008.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2008.12,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2009.03,1559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2009.06,1476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2009.09,1493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2009.12,1479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2010.03,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2010.06,1649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2010.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2010.12,1646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2011.03,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2011.06,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2011.09,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2011.12,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2012.03,1736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2012.06,1764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2012.09,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2012.12,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2013.03,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2013.06,1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2013.09,1628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2013.12,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2014.03,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2014.06,1635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2014.09,1611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2014.12,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2015.03,1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2015.06,1672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2015.09,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2015.12,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2016.03,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2016.06,1642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2016.09,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2016.12,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2017.03,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2017.06,1625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2017.09,1612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2017.12,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2018.03,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2018.06,1693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2018.09,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2018.12,1650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2019.03,1664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2019.06,1624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2019.09,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2019.12,1626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2020.03,1623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2020.06,1391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2020.09,1638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2020.12,1681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2021.03,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2021.06,1793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2021.09,1640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2021.12,1879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2022.03,1674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2022.06,1712,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2022.09,1721,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2022.12,1812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2023.03,1787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2023.06,1827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2023.09,1836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2023.12,1799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2024.03,1893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC17P61W,2024.06,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of export good",Exports of Goods,"Metal Products, Machinery and Equipment",,, +SNEQ.SG02RSC18P71APA,1990.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1990.09,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1990.12,326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1991.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1991.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1991.09,221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1991.12,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1992.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1992.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1992.09,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1992.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1993.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1993.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1993.09,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1993.12,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1994.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1994.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1994.09,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1994.12,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1995.03,415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1995.06,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1995.09,425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1995.12,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1996.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1996.06,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1996.09,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1996.12,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1997.03,490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1997.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1997.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1997.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1998.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1998.06,507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1998.09,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1998.12,500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1999.03,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1999.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1999.09,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,1999.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2000.03,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2000.06,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2000.09,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2000.12,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2001.03,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2001.06,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2001.09,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2001.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2002.03,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2002.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2002.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2002.12,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2003.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2003.06,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2003.09,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2003.12,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2004.03,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2004.06,1185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2004.09,1178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2004.12,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2005.03,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2005.06,1275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2005.09,1399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2005.12,1329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2006.03,1354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2006.06,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2006.09,1317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2006.12,1452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2007.03,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2007.06,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2007.09,1573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2007.12,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2008.03,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2008.06,2236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2008.09,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2008.12,1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2009.03,1456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2009.06,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2009.09,1266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2009.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2010.03,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2010.06,1425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2010.09,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2010.12,1585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2011.03,1657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2011.06,1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2011.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2011.12,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2012.03,1920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2012.06,2216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2012.09,1973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2012.12,2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2013.03,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2013.06,2175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2013.09,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2013.12,2403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2014.03,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2014.06,2627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2014.09,2684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2014.12,2760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2015.03,2781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2015.06,2795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2015.09,2930,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2015.12,2699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2016.03,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2016.06,2735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2016.09,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2016.12,2896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2017.03,3003,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2017.06,3121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2017.09,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2017.12,3532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2018.03,3626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2018.06,3525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2018.09,3438,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2018.12,3355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2019.03,3417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2019.06,3447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2019.09,3411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2019.12,3440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2020.03,3165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2020.06,2678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2020.09,3140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2020.12,3269,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2021.03,3790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2021.06,3588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2021.09,4256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2021.12,3924,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2022.03,4247,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2022.06,4187,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2022.09,4293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2022.12,4241,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2023.03,4329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2023.06,4108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2023.09,3987,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2023.12,3845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2024.03,3765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APA,2024.06,3678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - machinery and plant. BEC 41,,, +SNEQ.SG02RSC18P71APB,1990.06,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1990.09,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1990.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1991.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1991.06,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1991.09,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1991.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1992.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1992.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1992.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1992.12,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1993.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1993.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1993.09,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1993.12,205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1994.03,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1994.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1994.09,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1994.12,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1995.03,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1995.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1995.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1995.12,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1996.03,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1996.06,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1996.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1996.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1997.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1997.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1997.09,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1997.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1998.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1998.06,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1998.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1998.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1999.03,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1999.06,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1999.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,1999.12,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2000.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2000.06,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2000.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2000.12,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2001.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2001.06,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2001.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2001.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2002.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2002.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2002.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2002.12,457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2003.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2003.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2003.09,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2003.12,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2004.03,816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2004.06,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2004.09,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2004.12,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2005.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2005.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2005.09,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2005.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2006.03,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2006.06,383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2006.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2006.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2007.03,596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2007.06,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2007.09,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2007.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2008.03,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2008.06,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2008.09,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2008.12,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2009.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2009.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2009.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2009.12,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2010.03,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2010.06,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2010.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2010.12,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2011.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2011.06,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2011.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2011.12,605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2012.03,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2012.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2012.09,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2012.12,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2013.03,271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2013.06,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2013.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2013.12,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2014.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2014.06,743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2014.09,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2014.12,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2015.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2015.06,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2015.09,943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2015.12,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2016.03,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2016.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2016.09,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2016.12,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2017.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2017.06,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2017.09,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2017.12,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2018.03,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2018.06,855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2018.09,835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2018.12,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2019.03,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2019.06,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2019.09,887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2019.12,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2020.03,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2020.06,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2020.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2020.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2021.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2021.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2021.09,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2021.12,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2022.03,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2022.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2022.09,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2022.12,901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2023.03,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2023.06,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2023.09,826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2023.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2024.03,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APB,2024.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Capital goods - transport equipment, industrial. BEC 521",,, +SNEQ.SG02RSC18P71APC,1990.06,391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1990.09,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1990.12,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1991.03,413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1991.06,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1991.09,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1991.12,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1992.03,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1992.06,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1992.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1992.12,389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1993.03,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1993.06,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1993.09,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1993.12,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1994.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1994.06,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1994.09,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1994.12,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1995.03,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1995.06,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1995.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1995.12,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1996.03,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1996.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1996.09,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1996.12,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1997.03,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1997.06,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1997.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1997.12,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1998.03,733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1998.06,693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1998.09,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1998.12,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1999.03,745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1999.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1999.09,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,1999.12,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2000.03,761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2000.06,791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2000.09,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2000.12,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2001.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2001.06,809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2001.09,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2001.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2002.03,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2002.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2002.09,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2002.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2003.03,1078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2003.06,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2003.09,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2003.12,1412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2004.03,1667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2004.06,1615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2004.09,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2004.12,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2005.03,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2005.06,1815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2005.09,1963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2005.12,1924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2006.03,1895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2006.06,1690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2006.09,1931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2006.12,1771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2007.03,2027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2007.06,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2007.09,1971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2007.12,2076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2008.03,2247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2008.06,2761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2008.09,2163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2008.12,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2009.03,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2009.06,1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2009.09,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2009.12,1571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2010.03,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2010.06,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2010.09,1871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2010.12,2129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2011.03,2208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2011.06,1945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2011.09,2236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2011.12,2377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2012.03,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2012.06,2502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2012.09,2354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2012.12,2369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2013.03,2474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2013.06,2663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2013.09,2964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2013.12,2860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2014.03,3177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2014.06,3456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2014.09,3446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2014.12,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2015.03,3773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2015.06,3612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2015.09,3776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2015.12,3440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2016.03,3176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2016.06,3376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2016.09,3656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2016.12,3653,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2017.03,3598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2017.06,3759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2017.09,3581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2017.12,4390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2018.03,4482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2018.06,4423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2018.09,4123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2018.12,4064,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2019.03,4177,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2019.06,4219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2019.09,4202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2019.12,4040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2020.03,3654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2020.06,2858,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2020.09,3376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2020.12,3839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2021.03,4351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2021.06,4376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2021.09,4800,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2021.12,5006,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2022.03,4920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2022.06,4713,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2022.09,4816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2022.12,5001,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2023.03,5395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2023.06,4842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2023.09,4731,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2023.12,4443,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2024.03,4235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71APC,2024.06,4575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Capital goods - Total,,, +SNEQ.SG02RSC18P71BPD,1990.06,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1990.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1990.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1991.03,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1991.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1991.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1991.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1992.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1992.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1992.09,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1992.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1993.03,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1993.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1993.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1993.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1994.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1994.06,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1994.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1994.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1995.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1995.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1995.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1995.12,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1996.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1996.06,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1996.09,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1996.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1997.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1997.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1997.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1997.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1998.03,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1998.06,30,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1998.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1998.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1999.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1999.06,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1999.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,1999.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2000.03,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2000.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2000.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2000.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2001.03,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2001.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2001.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2001.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2002.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2002.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2002.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2002.12,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2003.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2003.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2003.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2003.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2004.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2004.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2004.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2004.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2005.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2005.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2005.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2005.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2006.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2006.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2006.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2006.12,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2007.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2007.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2007.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2007.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2008.03,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2008.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2008.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2008.12,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2009.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2009.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2009.09,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2009.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2010.03,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2010.06,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2010.09,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2010.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2011.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2011.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2011.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2011.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2012.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2012.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2012.09,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2012.12,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2013.03,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2013.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2013.09,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2013.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2014.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2014.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2014.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2014.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2015.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2015.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2015.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2015.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2016.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2016.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2016.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2016.12,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2017.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2017.06,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2017.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2017.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2018.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2018.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2018.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2018.12,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2019.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2019.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2019.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2019.12,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2020.03,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2020.06,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2020.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2020.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2021.03,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2021.06,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2021.09,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2021.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2022.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2022.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2022.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2022.12,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2023.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2023.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2023.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2023.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2024.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPD,2024.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - primary. BEC 111",,, +SNEQ.SG02RSC18P71BPE,1990.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1990.09,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1990.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1991.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1991.06,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1991.09,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1991.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1992.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1992.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1992.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1992.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1993.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1993.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1993.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1993.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1994.03,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1994.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1994.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1994.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1995.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1995.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1995.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1995.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1996.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1996.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1996.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1996.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1997.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1997.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1997.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1997.12,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1998.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1998.06,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1998.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1998.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1999.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1999.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1999.09,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,1999.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2000.03,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2000.06,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2000.09,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2000.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2001.03,75,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2001.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2001.09,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2001.12,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2002.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2002.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2002.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2002.12,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2003.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2003.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2003.09,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2003.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2004.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2004.06,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2004.09,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2004.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2005.03,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2005.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2005.09,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2005.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2006.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2006.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2006.09,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2006.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2007.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2007.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2007.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2007.12,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2008.03,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2008.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2008.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2008.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2009.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2009.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2009.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2009.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2010.03,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2010.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2010.09,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2010.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2011.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2011.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2011.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2011.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2012.03,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2012.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2012.09,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2012.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2013.03,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2013.06,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2013.09,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2013.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2014.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2014.06,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2014.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2014.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2015.03,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2015.06,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2015.09,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2015.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2016.03,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2016.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2016.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2016.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2017.03,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2017.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2017.09,216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2017.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2018.03,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2018.06,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2018.09,244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2018.12,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2019.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2019.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2019.09,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2019.12,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2020.03,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2020.06,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2020.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2020.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2021.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2021.06,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2021.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2021.12,245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2022.03,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2022.06,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2022.09,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2022.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2023.03,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2023.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2023.09,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2023.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2024.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPE,2024.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - food and beverages, mainly for industry - processed. BEC 121",,, +SNEQ.SG02RSC18P71BPG,1990.06,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1990.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1990.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1991.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1991.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1991.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1991.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1992.03,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1992.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1992.09,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1992.12,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1993.03,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1993.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1993.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1993.12,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1994.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1994.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1994.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1994.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1995.03,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1995.06,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1995.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1995.12,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1996.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1996.06,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1996.09,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1996.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1997.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1997.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1997.09,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1997.12,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1998.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1998.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1998.09,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1998.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1999.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1999.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1999.09,160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,1999.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2000.03,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2000.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2000.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2000.12,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2001.03,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2001.06,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2001.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2001.12,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2002.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2002.06,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2002.09,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2002.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2003.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2003.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2003.09,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2003.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2004.03,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2004.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2004.09,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2004.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2005.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2005.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2005.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2005.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2006.03,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2006.06,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2006.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2006.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2007.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2007.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2007.09,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2007.12,137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2008.03,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2008.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2008.09,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2008.12,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2009.03,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2009.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2009.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2009.12,97,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2010.03,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2010.06,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2010.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2010.12,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2011.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2011.06,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2011.09,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2011.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2012.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2012.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2012.09,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2012.12,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2013.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2013.06,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2013.09,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2013.12,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2014.03,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2014.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2014.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2014.12,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2015.03,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2015.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2015.09,159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2015.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2016.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2016.06,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2016.09,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2016.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2017.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2017.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2017.09,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2017.12,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2018.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2018.06,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2018.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2018.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2019.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2019.06,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2019.09,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2019.12,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2020.03,276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2020.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2020.09,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2020.12,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2021.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2021.06,217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2021.09,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2021.12,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2022.03,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2022.06,238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2022.09,280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2022.12,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2023.03,237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2023.06,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2023.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2023.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2024.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPG,2024.06,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - primary. BEC 21,,, +SNEQ.SG02RSC18P71BPH,1990.06,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1990.09,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1990.12,1023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1991.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1991.06,996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1991.09,1059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1991.12,1089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1992.03,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1992.06,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1992.09,1215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1992.12,1251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1993.03,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1993.06,1321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1993.09,1378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1993.12,1406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1994.03,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1994.06,1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1994.09,1578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1994.12,1581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1995.03,1632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1995.06,1591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1995.09,1588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1995.12,1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1996.03,1577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1996.06,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1996.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1996.12,1686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1997.03,1648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1997.06,1683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1997.09,1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1997.12,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1998.03,1714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1998.06,1674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1998.09,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1998.12,1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1999.03,1853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1999.06,1837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1999.09,1902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,1999.12,1978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2000.03,1891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2000.06,1870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2000.09,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2000.12,1901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2001.03,1856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2001.06,1892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2001.09,1979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2001.12,1961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2002.03,1964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2002.06,2004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2002.09,2067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2002.12,2110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2003.03,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2003.06,2101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2003.09,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2003.12,2155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2004.03,2279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2004.06,2329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2004.09,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2004.12,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2005.03,2402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2005.06,2389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2005.09,2305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2005.12,2188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2006.03,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2006.06,2207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2006.09,2192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2006.12,2258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2007.03,2276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2007.06,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2007.09,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2007.12,2367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2008.03,2398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2008.06,2447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2008.09,2318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2008.12,2295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2009.03,1844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2009.06,1826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2009.09,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2009.12,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2010.03,2114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2010.06,2142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2010.09,2257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2010.12,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2011.03,2202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2011.06,2230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2011.09,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2011.12,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2012.03,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2012.06,2161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2012.09,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2012.12,2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2013.03,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2013.06,2373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2013.09,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2013.12,2396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2014.03,2427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2014.06,2479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2014.09,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2014.12,2587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2015.03,2572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2015.06,2578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2015.09,2582,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2015.12,2681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2016.03,2745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2016.06,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2016.09,2833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2016.12,2735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2017.03,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2017.06,2901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2017.09,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2017.12,2882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2018.03,2953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2018.06,2890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2018.09,2918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2018.12,3061,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2019.03,2968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2019.06,3014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2019.09,2989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2019.12,2921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2020.03,2759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2020.06,2881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2020.09,2837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2020.12,2947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2021.03,3185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2021.06,3253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2021.09,3482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2021.12,3436,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2022.03,3456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2022.06,3285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2022.09,3074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2022.12,2840,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2023.03,2597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2023.06,2552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2023.09,2555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2023.12,2448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2024.03,2746,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPH,2024.06,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - industrial supplies nes - processed. BEC 22,,, +SNEQ.SG02RSC18P71BPJ,1990.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1990.09,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1990.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1991.03,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1991.06,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1991.09,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1991.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1992.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1992.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1992.09,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1992.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1993.03,566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1993.06,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1993.09,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1993.12,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1994.03,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1994.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1994.09,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1994.12,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1995.03,541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1995.06,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1995.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1995.12,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1996.03,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1996.06,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1996.09,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1996.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1997.03,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1997.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1997.09,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1997.12,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1998.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1998.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1998.09,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1998.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1999.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1999.06,781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1999.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,1999.12,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2000.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2000.06,906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2000.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2000.12,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2001.03,856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2001.06,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2001.09,710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2001.12,660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2002.03,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2002.06,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2002.09,768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2002.12,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2003.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2003.06,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2003.09,653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2003.12,616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2004.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2004.06,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2004.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2004.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2005.03,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2005.06,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2005.09,783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2005.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2006.03,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2006.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2006.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2006.12,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2007.03,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2007.06,800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2007.09,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2007.12,550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2008.03,872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2008.06,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2008.09,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2008.12,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2009.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2009.06,881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2009.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2009.12,837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2010.03,977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2010.06,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2010.09,836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2010.12,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2011.03,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2011.06,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2011.09,1062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2011.12,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2012.03,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2012.06,642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2012.09,1121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2012.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2013.03,1088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2013.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2013.09,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2013.12,815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2014.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2014.06,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2014.09,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2014.12,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2015.03,995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2015.06,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2015.09,984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2015.12,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2016.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2016.06,1004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2016.09,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2016.12,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2017.03,806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2017.06,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2017.09,1070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2017.12,1074,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2018.03,948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2018.06,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2018.09,1331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2018.12,864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2019.03,934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2019.06,1139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2019.09,897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2019.12,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2020.03,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2020.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2020.09,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2020.12,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2021.03,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2021.06,859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2021.09,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2021.12,736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2022.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2022.06,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2022.09,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2022.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2023.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2023.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2023.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2023.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2024.03,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPJ,2024.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - fuels and lubricants - primary. BEC 31,,, +SNEQ.SG02RSC18P71BPK,1990.06,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1990.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1990.12,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1991.03,36,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1991.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1991.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1991.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1992.03,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1992.06,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1992.09,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1992.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1993.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1993.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1993.09,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1993.12,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1994.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1994.06,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1994.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1994.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1995.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1995.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1995.09,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1995.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1996.03,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1996.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1996.09,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1996.12,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1997.03,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1997.06,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1997.09,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1997.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1998.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1998.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1998.09,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1998.12,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1999.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1999.06,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1999.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,1999.12,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2000.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2000.06,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2000.09,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2000.12,342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2001.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2001.06,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2001.09,352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2001.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2002.03,372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2002.06,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2002.09,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2002.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2003.03,439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2003.06,337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2003.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2003.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2004.03,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2004.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2004.09,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2004.12,539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2005.03,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2005.06,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2005.09,473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2005.12,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2006.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2006.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2006.09,390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2006.12,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2007.03,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2007.06,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2007.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2007.12,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2008.03,477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2008.06,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2008.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2008.12,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2009.03,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2009.06,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2009.09,493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2009.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2010.03,284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2010.06,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2010.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2010.12,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2011.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2011.06,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2011.09,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2011.12,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2012.03,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2012.06,340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2012.09,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2012.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2013.03,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2013.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2013.09,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2013.12,345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2014.03,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2014.06,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2014.09,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2014.12,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2015.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2015.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2015.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2015.12,293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2016.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2016.06,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2016.09,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2016.12,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2017.03,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2017.06,498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2017.09,461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2017.12,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2018.03,552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2018.06,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2018.09,535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2018.12,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2019.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2019.06,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2019.09,478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2019.12,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2020.03,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2020.06,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2020.09,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2020.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2021.03,516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2021.06,421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2021.09,445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2021.12,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2022.03,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2022.06,973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2022.09,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2022.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2023.03,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2023.06,1062,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2023.09,1297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2023.12,1128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2024.03,1295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPK,2024.06,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Intermediate goods - fuels and lubricants - processed, other than motor spirit. BEC 322",,, +SNEQ.SG02RSC18P71BPO,1990.06,483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1990.09,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1990.12,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1991.03,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1991.06,420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1991.09,384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1991.12,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1992.03,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1992.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1992.09,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1992.12,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1993.03,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1993.06,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1993.09,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1993.12,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1994.03,494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1994.06,486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1994.09,517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1994.12,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1995.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1995.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1995.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1995.12,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1996.03,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1996.06,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1996.09,559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1996.12,536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1997.03,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1997.06,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1997.09,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1997.12,620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1998.03,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1998.06,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1998.09,573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1998.12,522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1999.03,569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1999.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1999.09,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,1999.12,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2000.03,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2000.06,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2000.09,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2000.12,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2001.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2001.06,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2001.09,612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2001.12,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2002.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2002.06,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2002.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2002.12,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2003.03,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2003.06,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2003.09,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2003.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2004.03,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2004.06,829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2004.09,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2004.12,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2005.03,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2005.06,875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2005.09,868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2005.12,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2006.03,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2006.06,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2006.09,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2006.12,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2007.03,981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2007.06,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2007.09,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2007.12,1032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2008.03,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2008.06,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2008.09,1100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2008.12,1090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2009.03,1081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2009.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2009.09,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2009.12,927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2010.03,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2010.06,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2010.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2010.12,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2011.03,1158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2011.06,1328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2011.09,1254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2011.12,1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2012.03,1179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2012.06,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2012.09,1116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2012.12,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2013.03,1130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2013.06,1095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2013.09,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2013.12,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2014.03,1150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2014.06,1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2014.09,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2014.12,1136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2015.03,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2015.06,1159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2015.09,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2015.12,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2016.03,1176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2016.06,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2016.09,1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2016.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2017.03,1303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2017.06,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2017.09,1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2017.12,1450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2018.03,1453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2018.06,1446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2018.09,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2018.12,1396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2019.03,1423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2019.06,1385,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2019.09,1486,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2019.12,1505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2020.03,1471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2020.06,968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2020.09,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2020.12,1145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2021.03,1310,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2021.06,1399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2021.09,1377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2021.12,1453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2022.03,1488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2022.06,1349,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2022.09,1421,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2022.12,1463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2023.03,1406,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2023.06,1420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2023.09,1350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2023.12,1259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2024.03,1325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPO,2024.06,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - parts and accessories of capital goods. BEC 42 & 53,,, +SNEQ.SG02RSC18P71BPP,1990.06,2378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1990.09,2266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1990.12,2198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1991.03,2290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1991.06,2123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1991.09,2083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1991.12,2206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1992.03,2385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1992.06,2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1992.09,2475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1992.12,2540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1993.03,2500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1993.06,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1993.09,2734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1993.12,2761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1994.03,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1994.06,2965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1994.09,3062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1994.12,3077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1995.03,3067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1995.06,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1995.09,3170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1995.12,3043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1996.03,3236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1996.06,3203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1996.09,3314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1996.12,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1997.03,3144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1997.06,3284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1997.09,3335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1997.12,3319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1998.03,3493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1998.06,3343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1998.09,3356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1998.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1999.03,3551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1999.06,3605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1999.09,3650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,1999.12,3940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2000.03,3699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2000.06,3819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2000.09,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2000.12,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2001.03,3888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2001.06,3668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2001.09,3850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2001.12,3834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2002.03,3948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2002.06,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2002.09,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2002.12,4076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2003.03,3943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2003.06,4177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2003.09,4040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2003.12,4232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2004.03,4375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2004.06,4724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2004.09,4543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2004.12,4734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2005.03,4713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2005.06,4774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2005.09,4675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2005.12,4469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2006.03,4428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2006.06,4339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2006.09,4480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2006.12,4472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2007.03,4621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2007.06,4765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2007.09,4838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2007.12,4888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2008.03,5146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2008.06,5087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2008.09,5052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2008.12,4734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2009.03,4471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2009.06,4300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2009.09,4259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2009.12,4474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2010.03,4483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2010.06,4523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2010.09,4686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2010.12,5048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2011.03,4703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2011.06,5340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2011.09,5038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2011.12,4781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2012.03,5203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2012.06,4524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2012.09,5065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2012.12,5008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2013.03,5110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2013.06,4974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2013.09,5280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2013.12,5054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2014.03,5131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2014.06,5410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2014.09,5209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2014.12,5527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2015.03,5478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2015.06,5547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2015.09,5339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2015.12,5504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2016.03,5804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2016.06,5790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2016.09,5788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2016.12,5852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2017.03,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2017.06,6153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2017.09,6364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2017.12,6364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2018.03,6475,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2018.06,6373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2018.09,6702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2018.12,6388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2019.03,6487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2019.06,6582,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2019.09,6464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2019.12,6654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2020.03,6482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2020.06,4743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2020.09,5792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2020.12,6049,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2021.03,6054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2021.06,6388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2021.09,6640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2021.12,6649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2022.03,6518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2022.06,6158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2022.09,6019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2022.12,5855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2023.03,5682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2023.06,5550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2023.09,5712,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2023.12,5314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2024.03,6045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71BPP,2024.06,5802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Intermediate goods - Total,,, +SNEQ.SG02RSC18P71CPL,2000.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2000.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2001.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2001.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2001.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2001.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2002.03,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2002.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2002.09,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2002.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2003.03,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2003.06,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2003.09,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2003.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2004.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2004.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2004.09,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2004.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2005.03,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2005.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2005.09,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2005.12,202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2006.03,215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2006.06,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2006.09,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2006.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2007.03,153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2007.06,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2007.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2007.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2008.03,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2008.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2008.09,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2008.12,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2009.03,155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2009.06,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2009.09,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2009.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2010.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2010.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2010.09,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2010.12,150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2011.03,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2011.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2011.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2011.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2012.03,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2012.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2012.09,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2012.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2013.03,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2013.06,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2013.09,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2013.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2014.03,354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2014.06,361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2014.09,371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2014.12,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2015.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2015.06,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2015.09,349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2015.12,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2016.03,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2016.06,393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2016.09,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2016.12,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2017.03,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2017.06,433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2017.09,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2017.12,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2018.03,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2018.06,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2018.09,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2018.12,523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2019.03,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2019.06,570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2019.09,601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2019.12,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2020.03,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2020.06,619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2020.09,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2020.12,671,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2021.03,763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2021.06,794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2021.09,894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2021.12,946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2022.03,856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2022.06,847,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2022.09,812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2022.12,825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2023.03,862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2023.06,966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2023.09,978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2023.12,1094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2024.03,1301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPL,2024.06,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Low value goods purchased directly by households,,, +SNEQ.SG02RSC18P71CPQ,1990.06,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1990.09,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1990.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1991.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1991.06,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1991.09,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1991.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1992.03,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1992.06,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1992.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1992.12,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1993.03,51,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1993.06,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1993.09,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1993.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1994.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1994.06,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1994.09,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1994.12,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1995.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1995.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1995.09,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1995.12,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1996.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1996.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1996.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1996.12,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1997.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1997.06,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1997.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1997.12,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1998.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1998.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1998.09,65,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1998.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1999.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1999.06,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1999.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,1999.12,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2000.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2000.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2000.09,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2000.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2001.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2001.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2001.09,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2001.12,76,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2002.03,70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2002.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2002.09,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2002.12,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2003.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2003.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2003.09,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2003.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2004.03,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2004.06,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2004.09,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2004.12,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2005.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2005.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2005.09,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2005.12,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2006.03,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2006.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2006.09,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2006.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2007.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2007.06,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2007.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2007.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2008.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2008.06,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2008.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2008.12,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2009.03,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2009.06,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2009.09,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2009.12,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2010.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2010.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2010.09,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2010.12,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2011.03,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2011.06,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2011.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2011.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2012.03,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2012.06,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2012.09,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2012.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2013.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2013.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2013.09,113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2013.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2014.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2014.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2014.09,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2014.12,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2015.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2015.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2015.09,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2015.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2016.03,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2016.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2016.09,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2016.12,119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2017.03,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2017.06,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2017.09,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2017.12,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2018.03,129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2018.06,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2018.09,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2018.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2019.03,153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2019.06,133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2019.09,142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2019.12,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2020.03,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2020.06,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2020.09,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2020.12,126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2021.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2021.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2021.09,132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2021.12,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2022.03,113,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2022.06,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2022.09,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2022.12,114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2023.03,125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2023.06,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2023.09,119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2023.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2024.03,129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPQ,2024.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - primary. BEC 112",,, +SNEQ.SG02RSC18P71CPR,1990.06,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1990.09,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1990.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1991.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1991.06,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1991.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1991.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1992.03,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1992.06,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1992.09,173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1992.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1993.03,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1993.06,203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1993.09,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1993.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1994.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1994.06,226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1994.09,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1994.12,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1995.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1995.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1995.09,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1995.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1996.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1996.06,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1996.09,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1996.12,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1997.03,283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1997.06,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1997.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1997.12,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1998.03,319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1998.06,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1998.09,316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1998.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1999.03,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1999.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1999.09,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,1999.12,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2000.03,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2000.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2000.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2000.12,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2001.03,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2001.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2001.09,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2001.12,406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2002.03,414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2002.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2002.09,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2002.12,437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2003.03,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2003.06,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2003.09,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2003.12,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2004.03,485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2004.06,484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2004.09,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2004.12,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2005.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2005.06,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2005.09,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2005.12,520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2006.03,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2006.06,547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2006.09,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2006.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2007.03,592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2007.06,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2007.09,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2007.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2008.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2008.06,656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2008.09,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2008.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2009.03,572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2009.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2009.09,567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2009.12,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2010.03,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2010.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2010.09,595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2010.12,618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2011.03,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2011.06,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2011.09,634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2011.12,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2012.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2012.06,631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2012.09,658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2012.12,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2013.03,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2013.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2013.09,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2013.12,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2014.03,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2014.06,797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2014.09,779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2014.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2015.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2015.06,843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2015.09,878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2015.12,863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2016.03,896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2016.06,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2016.09,866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2016.12,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2017.03,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2017.06,875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2017.09,891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2017.12,927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2018.03,970,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2018.06,937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2018.09,960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2018.12,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2019.03,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2019.06,1005,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2019.09,1012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2019.12,1014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2020.03,985,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2020.06,1048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2020.09,986,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2020.12,1006,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2021.03,1029,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2021.06,1014,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2021.09,1114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2021.12,1078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2022.03,1042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2022.06,1029,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2022.09,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2022.12,1070,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2023.03,1046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2023.06,1064,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2023.09,1020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2023.12,967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2024.03,1026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPR,2024.06,1065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - food and beverages, mainly for household consumption - processed. BEC 122",,, +SNEQ.SG02RSC18P71CPT,1990.06,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1990.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1990.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1991.03,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1991.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1991.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1991.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1992.03,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1992.06,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1992.09,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1992.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1993.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1993.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1993.09,33,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1993.12,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1994.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1994.06,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1994.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1994.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1995.03,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1995.06,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1995.09,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1995.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1996.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1996.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1996.09,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1996.12,60,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1997.03,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1997.06,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1997.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1997.12,55,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1998.03,57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1998.06,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1998.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1998.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1999.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1999.06,38,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1999.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,1999.12,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2000.03,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2000.06,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2000.09,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2000.12,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2001.03,39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2001.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2001.09,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2001.12,45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2002.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2002.06,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2002.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2002.12,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2003.03,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2003.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2003.09,89,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2003.12,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2004.03,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2004.06,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2004.09,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2004.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2005.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2005.06,108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2005.09,105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2005.12,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2006.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2006.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2006.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2006.12,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2007.03,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2007.06,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2007.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2007.12,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2008.03,135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2008.06,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2008.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2008.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2009.03,81,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2009.06,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2009.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2009.12,63,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2010.03,82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2010.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2010.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2010.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2011.03,68,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2011.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2011.09,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2011.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2012.03,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2012.06,71,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2012.09,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2012.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2013.03,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2013.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2013.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2013.12,103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2014.03,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2014.06,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2014.09,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2014.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2015.03,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2015.06,109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2015.09,101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2015.12,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2016.03,100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2016.06,110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2016.09,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2016.12,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2017.03,128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2017.06,148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2017.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2017.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2018.03,156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2018.06,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2018.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2018.12,154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2019.03,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2019.06,156,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2019.09,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2019.12,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2020.03,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2020.06,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2020.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2020.12,147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2021.03,168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2021.06,190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2021.09,192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2021.12,213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2022.03,205,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2022.06,211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2022.09,198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2022.12,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2023.03,197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2023.06,179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2023.09,134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2023.12,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2024.03,108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPT,2024.06,95,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,"Consumption goods - transport equipment, non-industrial - other than passenger motor cars. BEC 522",,, +SNEQ.SG02RSC18P71CPU,1990.06,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1990.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1990.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1991.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1991.06,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1991.09,117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1991.12,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1992.03,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1992.06,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1992.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1992.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1993.03,131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1993.06,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1993.09,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1993.12,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1994.03,149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1994.06,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1994.09,158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1994.12,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1995.03,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1995.06,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1995.09,171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1995.12,164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1996.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1996.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1996.09,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1996.12,157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1997.03,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1997.06,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1997.09,167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1997.12,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1998.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1998.06,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1998.09,163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1998.12,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1999.03,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1999.06,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1999.09,194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,1999.12,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2000.03,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2000.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2000.09,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2000.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2001.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2001.06,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2001.09,189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2001.12,190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2002.03,219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2002.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2002.09,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2002.12,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2003.03,269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2003.06,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2003.09,304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2003.12,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2004.03,365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2004.06,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2004.09,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2004.12,397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2005.03,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2005.06,422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2005.09,430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2005.12,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2006.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2006.06,451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2006.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2006.12,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2007.03,479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2007.06,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2007.09,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2007.12,554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2008.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2008.06,524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2008.09,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2008.12,434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2009.03,403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2009.06,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2009.09,407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2009.12,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2010.03,448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2010.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2010.09,496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2010.12,495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2011.03,511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2011.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2011.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2011.12,518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2012.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2012.06,582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2012.09,597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2012.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2013.03,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2013.06,593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2013.09,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2013.12,632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2014.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2014.06,662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2014.09,674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2014.12,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2015.03,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2015.06,760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2015.09,825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2015.12,806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2016.03,814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2016.06,836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2016.09,795,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2016.12,828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2017.03,861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2017.06,843,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2017.09,852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2017.12,869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2018.03,888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2018.06,910,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2018.09,925,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2018.12,956,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2019.03,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2019.06,1039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2019.09,1145,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2019.12,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2020.03,1034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2020.06,706,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2020.09,1138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2020.12,1263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2021.03,1403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2021.06,1341,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2021.09,1359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2021.12,1324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2022.03,1298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2022.06,1324,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2022.09,1228,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2022.12,1258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2023.03,1426,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2023.06,1085,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2023.09,1203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2023.12,1147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2024.03,1094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPU,2024.06,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - durable. BEC 61,,, +SNEQ.SG02RSC18P71CPV,1990.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1990.09,213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1990.12,195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1991.03,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1991.06,198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1991.09,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1991.12,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1992.03,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1992.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1992.09,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1992.12,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1993.03,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1993.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1993.09,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1993.12,268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1994.03,267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1994.06,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1994.09,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1994.12,308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1995.03,310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1995.06,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1995.09,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1995.12,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1996.03,329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1996.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1996.09,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1996.12,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1997.03,385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1997.06,402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1997.09,388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1997.12,381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1998.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1998.06,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1998.09,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1998.12,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1999.03,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1999.06,410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1999.09,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,1999.12,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2000.03,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2000.06,428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2000.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2000.12,464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2001.03,474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2001.06,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2001.09,431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2001.12,441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2002.03,470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2002.06,475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2002.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2002.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2003.03,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2003.06,521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2003.09,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2003.12,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2004.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2004.06,578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2004.09,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2004.12,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2005.03,608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2005.06,661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2005.09,636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2005.12,622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2006.03,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2006.06,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2006.09,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2006.12,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2007.03,726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2007.06,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2007.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2007.12,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2008.03,770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2008.06,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2008.09,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2008.12,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2009.03,637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2009.06,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2009.09,664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2009.12,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2010.03,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2010.06,712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2010.09,708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2010.12,754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2011.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2011.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2011.09,769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2011.12,750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2012.03,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2012.06,771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2012.09,747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2012.12,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2013.03,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2013.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2013.09,811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2013.12,793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2014.03,784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2014.06,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2014.09,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2014.12,851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2015.03,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2015.06,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2015.09,924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2015.12,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2016.03,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2016.06,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2016.09,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2016.12,828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2017.03,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2017.06,918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2017.09,888,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2017.12,904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2018.03,938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2018.06,964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2018.09,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2018.12,1065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2019.03,1028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2019.06,1031,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2019.09,1018,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2019.12,972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2020.03,855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2020.06,890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2020.09,926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2020.12,1019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2021.03,1120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2021.06,1112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2021.09,1149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2021.12,1137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2022.03,1110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2022.06,1103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2022.09,1139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2022.12,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2023.03,1036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2023.06,1028,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2023.09,993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2023.12,913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2024.03,1020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPV,2024.06,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - semi-durable. BEC 62,,, +SNEQ.SG02RSC18P71CPW,1990.06,297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1990.09,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1990.12,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1991.03,298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1991.06,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1991.09,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1991.12,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1992.03,321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1992.06,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1992.09,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1992.12,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1993.03,367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1993.06,346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1993.09,338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1993.12,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1994.03,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1994.06,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1994.09,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1994.12,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1995.03,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1995.06,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1995.09,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1995.12,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1996.03,416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1996.06,394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1996.09,395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1996.12,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1997.03,401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1997.06,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1997.09,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1997.12,471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1998.03,458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1998.06,454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1998.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1998.12,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1999.03,465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1999.06,463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1999.09,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,1999.12,505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2000.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2000.06,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2000.09,540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2000.12,504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2001.03,519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2001.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2001.09,508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2001.12,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2002.03,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2002.06,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2002.09,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2002.12,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2003.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2003.06,513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2003.09,549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2003.12,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2004.03,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2004.06,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2004.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2004.12,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2005.03,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2005.06,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2005.09,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2005.12,586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2006.03,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2006.06,621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2006.09,625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2006.12,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2007.03,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2007.06,644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2007.09,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2007.12,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2008.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2008.06,691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2008.09,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2008.12,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2009.03,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2009.06,683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2009.09,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2009.12,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2010.03,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2010.06,727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2010.09,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2010.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2011.03,765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2011.06,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2011.09,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2011.12,751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2012.03,739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2012.06,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2012.09,728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2012.12,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2013.03,715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2013.06,707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2013.09,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2013.12,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2014.03,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2014.06,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2014.09,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2014.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2015.03,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2015.06,804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2015.09,862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2015.12,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2016.03,886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2016.06,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2016.09,905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2016.12,902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2017.03,926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2017.06,893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2017.09,917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2017.12,992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2018.03,963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2018.06,1003,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2018.09,953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2018.12,964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2019.03,957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2019.06,951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2019.09,999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2019.12,1003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2020.03,962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2020.06,906,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2020.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2020.12,887,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2021.03,1007,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2021.06,993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2021.09,1043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2021.12,1000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2022.03,1009,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2022.06,1087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2022.09,1149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2022.12,1126,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2023.03,1148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2023.06,1091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2023.09,994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2023.12,989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2024.03,1091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPW,2024.06,1008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - consumer goods nes - non-durable. BEC 63,,, +SNEQ.SG02RSC18P71CPY,1990.06,865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1990.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1990.12,870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1991.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1991.06,844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1991.09,871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1991.12,890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1992.03,945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1992.06,949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1992.09,961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1992.12,965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1993.03,993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1993.06,1007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1993.09,985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1993.12,1058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1994.03,1033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1994.06,1106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1994.09,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1994.12,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1995.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1995.06,1193,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1995.09,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1995.12,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1996.03,1252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1996.06,1234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1996.09,1282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1996.12,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1997.03,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1997.06,1429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1997.09,1353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1997.12,1416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1998.03,1401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1998.06,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1998.09,1337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1998.12,1404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1999.03,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1999.06,1435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1999.09,1565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,1999.12,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2000.03,1582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2000.06,1574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2000.09,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2000.12,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2001.03,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2001.06,1633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2001.09,1590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2001.12,1616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2002.03,1695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2002.06,1762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2002.09,1866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2002.12,1859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2003.03,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2003.06,1940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2003.09,2033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2003.12,2146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2004.03,2171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2004.06,2295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2004.09,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2004.12,2440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2005.03,2501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2005.06,2645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2005.09,2624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2005.12,2583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2006.03,2708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2006.06,2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2006.09,2662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2006.12,2745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2007.03,2837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2007.06,2759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2007.09,2939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2007.12,3025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2008.03,3010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2008.06,3063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2008.09,2925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2008.12,2801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2009.03,2628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2009.06,2636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2009.09,2658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2009.12,2710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2010.03,2825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2010.06,2819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2010.09,2886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2010.12,2962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2011.03,2969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2011.06,3005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2011.09,3180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2011.12,3009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2012.03,3107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2012.06,3190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2012.09,3185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2012.12,3165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2013.03,3259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2013.06,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2013.09,3388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2013.12,3434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2014.03,3465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2014.06,3544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2014.09,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2014.12,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2015.03,3787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2015.06,3745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2015.09,4050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2015.12,4009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2016.03,4051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2016.06,4136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2016.09,4078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2016.12,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2017.03,4164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2017.06,4195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2017.09,4272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2017.12,4415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2018.03,4466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2018.06,4545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2018.09,4617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2018.12,4739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2019.03,4711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2019.06,4815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2019.09,5043,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2019.12,5027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2020.03,4576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2020.06,4482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2020.09,4809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2020.12,5000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2021.03,5348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2021.06,5423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2021.09,5810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2021.12,5729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2022.03,5390,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2022.06,5600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2022.09,5656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2022.12,5616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2023.03,5556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2023.06,5475,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2023.09,5362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2023.12,5251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2024.03,5538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71CPY,2024.06,5599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Consumption goods - Total,,, +SNEQ.SG02RSC18P71DPZ,1990.06,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1990.09,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1990.12,223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1991.03,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1991.06,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1991.09,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1991.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1992.03,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1992.06,247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1992.09,225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1992.12,227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1993.03,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1993.06,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1993.09,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1993.12,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1994.03,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1994.06,291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1994.09,334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1994.12,332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1995.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1995.06,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1995.09,313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1995.12,335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1996.03,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1996.06,436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1996.09,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1996.12,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1997.03,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1997.06,317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1997.09,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1997.12,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1998.03,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1998.06,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1998.09,424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1998.12,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1999.03,491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1999.06,488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1999.09,533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,1999.12,502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2000.03,497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2000.06,503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2000.09,456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2000.12,442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2001.03,472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2001.06,512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2001.09,480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2001.12,555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2002.03,589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2002.06,529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2002.09,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2002.12,659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2003.03,641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2003.06,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2003.09,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2003.12,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2004.03,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2004.06,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2004.09,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2004.12,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2005.03,817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2005.06,789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2005.09,796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2005.12,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2006.03,651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2006.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2006.09,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2006.12,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2007.03,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2007.06,772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2007.09,749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2007.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2008.03,812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2008.06,722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2008.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2008.12,515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2009.03,343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2009.06,400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2009.09,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2009.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2010.03,640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2010.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2010.09,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2010.12,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2011.03,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2011.06,571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2011.09,667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2011.12,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2012.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2012.06,840,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2012.09,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2012.12,794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2013.03,823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2013.06,889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2013.09,939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2013.12,989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2014.03,966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2014.06,1005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2014.09,1092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2014.12,1029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2015.03,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2015.06,1087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2015.09,1080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2015.12,1080,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2016.03,1103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2016.06,1145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2016.09,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2016.12,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2017.03,1414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2017.06,1371,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2017.09,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2017.12,1392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2018.03,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2018.06,1450,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2018.09,1361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2018.12,1274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2019.03,1235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2019.06,1195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2019.09,1348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2019.12,1295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2020.03,1263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2020.06,631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2020.09,852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2020.12,1211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2021.03,1558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2021.06,1628,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2021.09,1468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2021.12,1462,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2022.03,1435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2022.06,1448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2022.09,1501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2022.12,1792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2023.03,1474,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2023.06,1497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2023.09,1607,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2023.12,1407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2024.03,1283,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71DPZ,2024.06,1232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Passenger motor cars. BEC 51,,, +SNEQ.SG02RSC18P71EQA,1990.06,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1990.09,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1990.12,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1991.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1991.06,61,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1991.09,98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1991.12,136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1992.03,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1992.06,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1992.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1992.12,139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1993.03,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1993.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1993.09,0,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1993.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1994.03,162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1994.06,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1994.09,106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1994.12,152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1995.03,125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1995.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1995.09,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1995.12,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1996.03,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1996.06,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1996.09,179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1996.12,169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1997.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1997.06,207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1997.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1997.12,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1998.03,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1998.06,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1998.09,143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1998.12,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1999.03,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1999.06,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1999.09,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,1999.12,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2000.03,311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2000.06,161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2000.09,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2000.12,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2001.03,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2001.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2001.09,192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2001.12,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2002.03,134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2002.06,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2002.09,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2002.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2003.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2003.06,182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2003.09,294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2003.12,200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2004.03,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2004.06,265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2004.09,296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2004.12,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2005.03,234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2005.06,235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2005.09,373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2005.12,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2006.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2006.06,446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2006.09,165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2006.12,209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2007.03,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2007.06,260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2007.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2007.12,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2008.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2008.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2008.09,141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2008.12,79,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2009.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2009.06,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2009.09,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2009.12,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2010.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2010.06,309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2010.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2010.12,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2011.03,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2011.06,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2011.09,187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2011.12,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2012.03,259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2012.06,336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2012.09,253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2012.12,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2013.03,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2013.06,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2013.09,243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2013.12,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2014.03,429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2014.06,107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2014.09,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2014.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2015.03,266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2015.06,412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2015.09,197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2015.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2016.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2016.06,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2016.09,220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2016.12,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2017.03,404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2017.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2017.09,274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2017.12,250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2018.03,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2018.06,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2018.09,214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2018.12,239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2019.03,333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2019.06,184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2019.09,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2019.12,254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2020.03,322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2020.06,224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2020.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2020.12,246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2021.03,613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2021.06,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2021.09,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2021.12,248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2022.03,286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2022.06,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2022.09,530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2022.12,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2023.03,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2023.06,522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2023.09,466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2023.12,510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2024.03,560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71EQA,2024.06,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Petrol and avgas. BEC 321,,, +SNEQ.SG02RSC18P71FQB,1990.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1990.09,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1990.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1991.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1991.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1991.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1991.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1992.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1992.06,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1992.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1992.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1993.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1993.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1993.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1993.12,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1994.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1994.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1994.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1994.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1995.03,16,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1995.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1995.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1995.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1996.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1996.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1996.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1996.12,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1997.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1997.06,810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1997.09,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1997.12,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1998.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1998.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1998.09,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1998.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1999.03,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1999.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1999.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,1999.12,799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2000.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2000.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2000.09,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2000.12,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2001.03,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2001.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2001.09,91,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2001.12,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2002.03,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2002.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2002.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2002.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2003.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2003.06,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2003.09,31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2003.12,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2004.03,124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2004.06,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2004.09,111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2004.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2005.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2005.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2005.09,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2005.12,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2006.03,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2006.06,44,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2006.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2006.12,17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2007.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2007.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2007.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2007.12,28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2008.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2008.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2008.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2008.12,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2009.03,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2009.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2009.09,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2009.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2010.03,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2010.06,99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2010.09,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2010.12,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2011.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2011.06,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2011.09,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2011.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2012.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2012.06,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2012.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2012.12,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2013.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2013.06,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2013.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2013.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2014.03,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2014.06,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2014.09,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2014.12,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2015.03,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2015.06,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2015.09,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2015.12,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2016.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2016.06,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2016.09,43,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2016.12,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2017.03,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2017.06,67,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2017.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2017.12,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2018.03,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2018.06,26,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2018.09,58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2018.12,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2019.03,50,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2019.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2019.09,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2019.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2020.03,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2020.06,85,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2020.09,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2020.12,22,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2021.03,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2021.06,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2021.09,25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2021.12,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2022.03,5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2022.06,7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2022.09,20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2022.12,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2023.03,9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2023.06,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2023.09,15,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2023.12,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2024.03,8,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC18P71FQB,2024.06,10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Type of import good",Imports of Goods,Military and other goods. BEC 7,,, +SNEQ.SG02RSC30P30C,1987.06,5477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1987.09,5583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1987.12,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1988.03,5510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1988.06,5482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1988.09,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1988.12,5601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1989.03,5545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1989.06,5665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1989.09,5707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1989.12,5852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1990.03,6136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1990.06,5970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1990.09,5980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1990.12,5832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1991.03,5816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1991.06,6017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1991.09,5649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1991.12,5811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1992.03,5871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1992.06,5996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1992.09,5826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1992.12,5895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1993.03,5896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1993.06,5939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1993.09,6001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1993.12,6002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1994.03,6065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1994.06,5982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1994.09,6155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1994.12,6273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1995.03,6311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1995.06,6312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1995.09,6302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1995.12,6267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1996.03,6259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1996.06,6443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1996.09,6293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1996.12,6433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1997.03,6390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1997.06,6479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1997.09,6657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1997.12,6592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1998.03,6682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1998.06,6696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1998.09,6735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1998.12,6732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1999.03,7030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1999.06,6888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1999.09,6818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,1999.12,6970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2000.03,6942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2000.06,6842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2000.09,6953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2000.12,7010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2001.03,7152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2001.06,7252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2001.09,7257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2001.12,7251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2002.03,7290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2002.06,7356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2002.09,7373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2002.12,7376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2003.03,7397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2003.06,7531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2003.09,7749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2003.12,7866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2004.03,7927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2004.06,7979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2004.09,8022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2004.12,8182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2005.03,8348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2005.06,8554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2005.09,8574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2005.12,8671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2006.03,8752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2006.06,8775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2006.09,8865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2006.12,8909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2007.03,8965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2007.06,9187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2007.09,9279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2007.12,9290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2008.03,9428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2008.06,9508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2008.09,9573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2008.12,9778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2009.03,9758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2009.06,9570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2009.09,9661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2009.12,9627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2010.03,9575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2010.06,9673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2010.09,9792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2010.12,9792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2011.03,9959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2011.06,9989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2011.09,9911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2011.12,10004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2012.03,9932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2012.06,9931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2012.09,9891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2012.12,9933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2013.03,9976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2013.06,9942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2013.09,10090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2013.12,10206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2014.03,10274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2014.06,10299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2014.09,10434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2014.12,10485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2015.03,10522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2015.06,10684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2015.09,10614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2015.12,10586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2016.03,10690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2016.06,10694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2016.09,10803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2016.12,10885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2017.03,10988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2017.06,11035,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2017.09,11330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2017.12,11286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2018.03,11360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2018.06,11531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2018.09,11571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2018.12,11618,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2019.03,11779,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2019.06,11965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2019.09,12210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2019.12,12439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2020.03,12580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2020.06,12798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2020.09,12981,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2020.12,13254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2021.03,13567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2021.06,13703,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2021.09,13902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2021.12,14465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2022.03,14714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2022.06,14646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2022.09,14707,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2022.12,14361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2023.03,14229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2023.06,14537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2023.09,14457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2023.12,14369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2024.03,14400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30C,2024.06,14490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,General Government,,, +SNEQ.SG02RSC30P30D,1987.06,273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1987.09,282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1987.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1988.03,288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1988.06,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1988.09,285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1988.12,287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1989.03,292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1989.06,299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1989.09,307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1989.12,315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1990.03,323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1990.06,331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1990.09,339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1990.12,347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1991.03,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1991.06,363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1991.09,368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1991.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1992.03,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1992.06,360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1992.09,357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1992.12,355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1993.03,356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1993.06,358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1993.09,362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1993.12,366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1994.03,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1994.06,376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1994.09,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1994.12,380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1995.03,379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1995.06,375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1995.09,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1995.12,386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1996.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1996.06,418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1996.09,435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1996.12,449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1997.03,460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1997.06,468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1997.09,482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1997.12,501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1998.03,526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1998.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1998.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1998.12,580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1999.03,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1999.06,556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1999.09,544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,1999.12,538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2000.03,537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2000.06,543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2000.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2000.12,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2001.03,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2001.06,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2001.09,546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2001.12,548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2002.03,551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2002.06,557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2002.09,561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2002.12,565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2003.03,568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2003.06,570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2003.09,574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2003.12,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2004.03,591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2004.06,603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2004.09,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2004.12,611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2005.03,607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2005.06,598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2005.09,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2005.12,584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2006.03,579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2006.06,576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2006.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2006.12,583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2007.03,594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2007.06,610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2007.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2007.12,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2008.03,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2008.06,652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2008.09,663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2008.12,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2009.03,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2009.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2009.09,718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2009.12,713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2010.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2010.06,666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2010.09,649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2010.12,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2011.03,650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2011.06,669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2011.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2011.12,671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2012.03,655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2012.06,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2012.09,609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2012.12,602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2013.03,606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2013.06,619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2013.09,633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2013.12,645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2014.03,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2014.06,668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2014.09,676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2014.12,680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2015.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2015.06,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2015.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2015.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2016.03,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2016.06,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2016.09,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2016.12,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2017.03,700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2017.06,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2017.09,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2017.12,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2018.03,695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2018.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2018.09,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2018.12,679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2019.03,681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2019.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2019.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2019.12,721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2020.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2020.06,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2020.09,720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2020.12,787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2021.03,802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2021.06,767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2021.09,725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2021.12,755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2022.03,778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2022.06,820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2022.09,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2022.12,877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2023.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2023.06,898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2023.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2023.12,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2024.03,935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30D,2024.06,955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations Serving Households,,, +SNEQ.SG02RSC30P30E,1987.06,14757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1987.09,14882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1987.12,15076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1988.03,14996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1988.06,15006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1988.09,15441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1988.12,15472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1989.03,15597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1989.06,16035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1989.09,15324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1989.12,15258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1990.03,15486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1990.06,15522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1990.09,15574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1990.12,15832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1991.03,15390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1991.06,15151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1991.09,15217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1991.12,15156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1992.03,15256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1992.06,15190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1992.09,15133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1992.12,15382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1993.03,15326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1993.06,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1993.09,15710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1993.12,15865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1994.03,16188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1994.06,16512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1994.09,16730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1994.12,16978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1995.03,17204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1995.06,17186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1995.09,17431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1995.12,17616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1996.03,18036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1996.06,18198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1996.09,18450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1996.12,18458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1997.03,18565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1997.06,18795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1997.09,18749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1997.12,18856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1998.03,19177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1998.06,19147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1998.09,19148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1998.12,19542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1999.03,19636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1999.06,19894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1999.09,20053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,1999.12,20038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2000.03,19939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2000.06,20274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2000.09,20350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2000.12,20222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2001.03,20231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2001.06,20607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2001.09,20851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2001.12,20970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2002.03,20844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2002.06,21367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2002.09,21724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2002.12,22030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2003.03,22388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2003.06,22642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2003.09,22918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2003.12,23450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2004.03,23984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2004.06,23845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2004.09,24530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2004.12,24740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2005.03,24848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2005.06,25409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2005.09,25464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2005.12,25802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2006.03,26001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2006.06,25980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2006.09,26201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2006.12,26622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2007.03,26944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2007.06,27154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2007.09,27313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2007.12,27422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2008.03,27796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2008.06,27280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2008.09,27313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2008.12,27300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2009.03,26664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2009.06,27187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2009.09,27341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2009.12,27661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2010.03,27989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2010.06,28158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2010.09,28178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2010.12,28155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2011.03,28393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2011.06,28660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2011.09,29060,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2011.12,29185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2012.03,29546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2012.06,29553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2012.09,29569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2012.12,29976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2013.03,30319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2013.06,30672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2013.09,30808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2013.12,31103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2014.03,31378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2014.06,31528,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2014.09,31946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2014.12,32042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2015.03,32466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2015.06,32809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2015.09,33174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2015.12,33623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2016.03,33873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2016.06,34790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2016.09,35362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2016.12,35715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2017.03,36331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2017.06,36638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2017.09,37058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2017.12,37545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2018.03,37879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2018.06,38466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2018.09,38857,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2018.12,39345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2019.03,39427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2019.06,39751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2019.09,40086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2019.12,40196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2020.03,39739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2020.06,35410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2020.09,40420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2020.12,41066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2021.03,43153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2021.06,43170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2021.09,40196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2021.12,42224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2022.03,44109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2022.06,43142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2022.09,43398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2022.12,43545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2023.03,43709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2023.06,43860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2023.09,43398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2023.12,43568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2024.03,43777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30E,2024.06,43934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Households,,, +SNEQ.SG02RSC30P30G,1987.06,15039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1987.09,15173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1987.12,15372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1988.03,15293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1988.06,15300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1988.09,15736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1988.12,15769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1989.03,15899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1989.06,16344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1989.09,15639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1989.12,15580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1990.03,15815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1990.06,15859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1990.09,15919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1990.12,16185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1991.03,15749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1991.06,15516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1991.09,15586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1991.12,15526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1992.03,15624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1992.06,15553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1992.09,15492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1992.12,15741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1993.03,15686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1993.06,15902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1993.09,16075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1993.12,16235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1994.03,16563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1994.06,16892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1994.09,17113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1994.12,17364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1995.03,17588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1995.06,17567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1995.09,17815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1995.12,18008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1996.03,18441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1996.06,18620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1996.09,18888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1996.12,18907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1997.03,19024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1997.06,19262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1997.09,19227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1997.12,19351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1998.03,19694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1998.06,19689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1998.09,19706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1998.12,20107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1999.03,20196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1999.06,20440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1999.09,20589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,1999.12,20569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2000.03,20469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2000.06,20809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2000.09,20889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2000.12,20762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2001.03,20771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2001.06,21145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2001.09,21390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2001.12,21511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2002.03,21388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2002.06,21917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2002.09,22279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2002.12,22589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2003.03,22949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2003.06,23205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2003.09,23486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2003.12,24025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2004.03,24570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2004.06,24441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2004.09,25134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2004.12,25346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2005.03,25450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2005.06,26004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2005.09,26053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2005.12,26385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2006.03,26580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2006.06,26556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2006.09,26778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2006.12,27205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2007.03,27538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2007.06,27764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2007.09,27936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2007.12,28056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2008.03,28439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2008.06,27931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2008.09,27974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2008.12,27974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2009.03,27355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2009.06,27897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2009.09,28059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2009.12,28374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2010.03,28684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2010.06,28824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2010.09,28826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2010.12,28798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2011.03,29043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2011.06,29329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2011.09,29735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2011.12,29855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2012.03,30201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2012.06,30181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2012.09,30179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2012.12,30580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2013.03,30926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2013.06,31292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2013.09,31441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2013.12,31749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2014.03,32036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2014.06,32197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2014.09,32623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2014.12,32723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2015.03,33148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2015.06,33489,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2015.09,33853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2015.12,34304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2016.03,34558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2016.06,35479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2016.09,36056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2016.12,36414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2017.03,37035,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2017.06,37345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2017.09,37765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2017.12,38250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2018.03,38578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2018.06,39155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2018.09,39540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2018.12,40027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2019.03,40110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2019.06,40439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2019.09,40788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2019.12,40920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2020.03,40466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2020.06,35999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2020.09,41144,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2020.12,41859,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2021.03,43959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2021.06,43942,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2021.09,40925,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2021.12,42984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2022.03,44891,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2022.06,43967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2022.09,44256,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2022.12,44427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2023.03,44606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2023.06,44763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2023.09,44310,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2023.12,44493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2024.03,44718,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30G,2024.06,44895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Private Non Profit Organisations and Households Combined,,, +SNEQ.SG02RSC30P30H,1987.06,4902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1987.09,5002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1987.12,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1988.03,4906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1988.06,4865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1988.09,4916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1988.12,4971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1989.03,4916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1989.06,5041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1989.09,5080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1989.12,5215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1990.03,5487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1990.06,5297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1990.09,5292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1990.12,5137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1991.03,5117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1991.06,5341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1991.09,4957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1991.12,5118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1992.03,5159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1992.06,5292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1992.09,5101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1992.12,5163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1993.03,5178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1993.06,5226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1993.09,5284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1993.12,5290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1994.03,5353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1994.06,5234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1994.09,5446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1994.12,5533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1995.03,5565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1995.06,5544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1995.09,5526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1995.12,5494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1996.03,5489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1996.06,5673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1996.09,5539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1996.12,5677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1997.03,5615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1997.06,5721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1997.09,5891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1997.12,5836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1998.03,5935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1998.06,5960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1998.09,6018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1998.12,6028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1999.03,6321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1999.06,6181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1999.09,6124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,1999.12,6238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2000.03,6230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2000.06,6125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2000.09,6260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2000.12,6311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2001.03,6435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2001.06,6527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2001.09,6534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2001.12,6526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2002.03,6559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2002.06,6613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2002.09,6625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2002.12,6633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2003.03,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2003.06,6761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2003.09,6943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2003.12,7045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2004.03,7105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2004.06,7127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2004.09,7166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2004.12,7327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2005.03,7470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2005.06,7686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2005.09,7676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2005.12,7763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2006.03,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2006.06,7831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2006.09,7919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2006.12,7924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2007.03,7966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2007.06,8167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2007.09,8213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2007.12,8228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2008.03,8352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2008.06,8440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2008.09,8474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2008.12,8675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2009.03,8652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2009.06,8455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2009.09,8595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2009.12,8543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2010.03,8476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2010.06,8562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2010.09,8661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2010.12,8608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2011.03,8727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2011.06,8801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2011.09,8643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2011.12,8760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2012.03,8735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2012.06,8712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2012.09,8744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2012.12,8790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2013.03,8833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2013.06,8795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2013.09,8918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2013.12,9020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2014.03,9049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2014.06,9120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2014.09,9183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2014.12,9244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2015.03,9291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2015.06,9411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2015.09,9343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2015.12,9293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2016.03,9383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2016.06,9379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2016.09,9489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2016.12,9548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2017.03,9638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2017.06,9676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2017.09,9937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2017.12,9886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2018.03,9941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2018.06,10068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2018.09,10147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2018.12,10197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2019.03,10316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2019.06,10457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2019.09,10682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2019.12,10883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2020.03,11025,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2020.06,11241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2020.09,11393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2020.12,11650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2021.03,11938,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2021.06,12089,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2021.09,12250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2021.12,12765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2022.03,12992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2022.06,12874,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2022.09,12893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2022.12,12532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2023.03,12359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2023.06,12638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2023.09,12551,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2023.12,12437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2024.03,12460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30H,2024.06,12559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Central Government,,, +SNEQ.SG02RSC30P30I,1987.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1987.09,587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1987.12,599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1988.03,604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1988.06,615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1988.09,623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1988.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1989.03,626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1989.06,624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1989.09,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1989.12,638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1990.03,654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1990.06,670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1990.09,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1990.12,684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1991.03,687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1991.06,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1991.09,678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1991.12,682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1992.03,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1992.06,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1992.09,709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1992.12,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1993.03,704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1993.06,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1993.09,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1993.12,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1994.03,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1994.06,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1994.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1994.12,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1995.03,735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1995.06,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1995.09,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1995.12,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1996.03,753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1996.06,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1996.09,740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1996.12,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1997.03,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1997.06,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1997.09,757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1997.12,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1998.03,742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1998.06,732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1998.09,717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1998.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1999.03,714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1999.06,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1999.09,698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,1999.12,734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2000.03,716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2000.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2000.09,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2000.12,705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2001.03,723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2001.06,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2001.09,730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2001.12,731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2002.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2002.06,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2002.09,752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2002.12,748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2003.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2003.06,774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2003.09,808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2003.12,824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2004.03,825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2004.06,853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2004.09,857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2004.12,858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2005.03,880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2005.06,873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2005.09,900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2005.12,910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2006.03,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2006.06,944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2006.09,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2006.12,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2007.03,997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2007.06,1019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2007.09,1063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2007.12,1060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2008.03,1073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2008.06,1066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2008.09,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2008.12,1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2009.03,1104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2009.06,1113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2009.09,1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2009.12,1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2010.03,1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2010.06,1108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2010.09,1129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2010.12,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2011.03,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2011.06,1186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2011.09,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2011.12,1242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2012.03,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2012.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2012.09,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2012.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2013.03,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2013.06,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2013.09,1169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2013.12,1182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2014.03,1223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2014.06,1176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2014.09,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2014.12,1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2015.03,1228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2015.06,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2015.09,1269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2015.12,1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2016.03,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2016.06,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2016.09,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2016.12,1336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2017.03,1349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2017.06,1360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2017.09,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2017.12,1400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2018.03,1420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2018.06,1465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2018.09,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2018.12,1419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2019.03,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2019.06,1510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2019.09,1530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2019.12,1557,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2020.03,1555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2020.06,1555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2020.09,1586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2020.12,1600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2021.03,1624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2021.06,1604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2021.09,1644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2021.12,1689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2022.03,1709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2022.06,1769,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2022.09,1816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2022.12,1839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2023.03,1889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2023.06,1916,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2023.09,1924,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2023.12,1954,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2024.03,1962,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC30P30I,2024.06,1951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, SA, Institutional sector, FCE",Final Consumption Expenditure,Local Government,,, +SNEQ.SG02RSC31B15PC,1986.06,,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1986.09,4.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1986.12,-3.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1987.03,-1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1987.06,3.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1987.09,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1987.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1988.03,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1988.06,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1988.09,1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1988.12,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1989.03,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1989.06,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1989.09,-3.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1989.12,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1990.03,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1990.06,-0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1990.09,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1990.12,2.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1991.03,-3.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1991.06,-0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1991.09,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1991.12,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1992.03,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1992.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1992.09,-1.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1992.12,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1993.03,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1993.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1993.09,2.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1993.12,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1994.03,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1994.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1994.09,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1994.12,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1995.03,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1995.06,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1995.09,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1995.12,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1996.03,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1996.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1996.09,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1996.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1997.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1997.06,2.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1997.09,2.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1997.12,-1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1998.03,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1998.06,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1998.09,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1998.12,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1999.03,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1999.06,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1999.09,1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,1999.12,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2000.03,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2000.06,-0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2000.09,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2000.12,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2001.03,-0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2001.06,3.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2001.09,-0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2001.12,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2002.03,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2002.06,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2002.09,1.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2002.12,2.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2003.03,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2003.06,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2003.09,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2003.12,1.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2004.03,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2004.06,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2004.09,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2004.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2005.03,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2005.06,2.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2005.09,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2005.12,0.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2006.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2006.06,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2006.09,1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2006.12,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2007.03,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2007.06,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2007.09,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2007.12,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2008.03,-0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2008.06,-1.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2008.09,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2008.12,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2009.03,-0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2009.06,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2009.09,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2009.12,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2010.03,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2010.06,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2010.09,-1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2010.12,-1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2011.03,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2011.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2011.09,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2011.12,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2012.03,0.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2012.06,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2012.09,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2012.12,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2013.03,0.5,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2013.06,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2013.09,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2013.12,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2014.03,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2014.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2014.09,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2014.12,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2015.03,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2015.06,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2015.09,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2015.12,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2016.03,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2016.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2016.09,0.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2016.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2017.03,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2017.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2017.09,1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2017.12,1.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2018.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2018.06,1.1,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2018.09,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2018.12,1.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2019.03,0.9,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2019.06,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2019.09,0.7,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2019.12,0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2020.03,-1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2020.06,-9.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2020.09,13.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2020.12,0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2021.03,1.8,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2021.06,1.6,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2021.09,-4.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2021.12,3.6,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2022.03,-0.4,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2022.06,1.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2022.09,2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2022.12,-0.6,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2023.03,-0.6,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2023.06,1.2,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2023.09,-0.6,REVISED,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2023.12,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2024.03,0.3,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG02RSC31B15PC,2024.06,0,FINAL,Percent,0,National Accounts - SNA 2008 - SNE,"Series, GDP(E), Chain volume, Seasonally adjusted, Total, Percentage change",Gross Domestic Product - expenditure measure,Percentage change from previous period,,, +SNEQ.SG03AB01GE00S900,2011.06,51716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2011.09,51054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2011.12,56306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2012.03,53954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2012.06,53604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2012.09,51650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2012.12,56728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2013.03,55512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2013.06,54913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2013.09,55175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2013.12,62462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2014.03,60247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2014.06,59128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2014.09,57865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2014.12,63665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2015.03,62041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2015.06,62083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2015.09,61020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2015.12,66653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2016.03,65642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2016.06,65410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2016.09,64515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2016.12,71163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2017.03,70269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2017.06,69645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2017.09,69357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2017.12,77184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2018.03,74539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2018.06,74532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2018.09,73057,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2018.12,80340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2019.03,78232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2019.06,78654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2019.09,77520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2019.12,85372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2020.03,81429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2020.06,72899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2020.09,80900,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2020.12,87955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2021.03,86044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2021.06,87845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2021.09,83890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2021.12,94948,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2022.03,91736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2022.06,93488,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2022.09,93578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2022.12,102182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2023.03,98410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2023.06,100714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2023.09,99384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2023.12,106327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2024.03,103664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GE00S900,2024.06,103926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03AB01GI00S900,2011.06,51462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2011.09,52841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2011.12,56330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2012.03,52396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2012.06,53398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2012.09,53332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2012.12,56774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2013.03,53989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2013.06,54761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2013.09,57093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2013.12,62524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2014.03,58419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2014.06,58889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2014.09,59572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2014.12,63866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2015.03,60372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2015.06,61862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2015.09,62783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2015.12,66923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2016.03,63829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2016.06,65212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2016.09,66213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2016.12,71513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2017.03,68418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2017.06,69521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2017.09,71178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2017.12,77360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2018.03,72666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2018.06,74487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2018.09,75182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2018.12,80393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2019.03,76112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2019.06,78619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2019.09,80038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2019.12,85297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2020.03,79121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2020.06,73081,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2020.09,83763,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2020.12,87767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2021.03,83381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2021.06,88106,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2021.09,86957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2021.12,94898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2022.03,88641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2022.06,93522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2022.09,97410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2022.12,102094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2023.03,95282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2023.06,100335,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2023.09,102315,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2023.12,105108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2024.03,99550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB01GI00S900,2024.06,103298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross domestic product - income measure,Total,, +SNEQ.SG03AB02G000S900,2011.06,22265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2011.09,23312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2011.12,25181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2012.03,22747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2012.06,22997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2012.09,22846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2012.12,24625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2013.03,23533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2013.06,23376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2013.09,25457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2013.12,28714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2014.03,26518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2014.06,25827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2014.09,25975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2014.12,28211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2015.03,26733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2015.06,26980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2015.09,27284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2015.12,29640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2016.03,27882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2016.06,27978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2016.09,28776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2016.12,32350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2017.03,30488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2017.06,30424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2017.09,31799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2017.12,35271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2018.03,32488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2018.06,32954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2018.09,33270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2018.12,35370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2019.03,33667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2019.06,34170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2019.09,35400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2019.12,37839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2020.03,37669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2020.06,37588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2020.09,39551,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2020.12,39330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2021.03,36312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2021.06,38256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2021.09,41316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2021.12,45591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2022.03,38600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2022.06,40415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2022.09,42853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2022.12,45179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2023.03,39994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2023.06,42452,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2023.09,43714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2023.12,43836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2024.03,39979,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB02G000S900,2024.06,41658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross surplus,Total,, +SNEQ.SG03AB05GNE0S900,2011.06,49632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2011.09,52481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2011.12,55620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2012.03,51996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2012.06,52269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2012.09,53539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2012.12,57147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2013.03,53026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2013.06,53868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2013.09,57635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2013.12,61330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2014.03,56215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2014.06,57586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2014.09,60493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2014.12,63915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2015.03,58738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2015.06,60765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2015.09,63314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2015.12,66831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2016.03,61892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2016.06,63724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2016.09,67008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2016.12,71309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2017.03,67097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2017.06,67606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2017.09,71414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2017.12,77098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2018.03,71745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2018.06,73340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2018.09,76679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2018.12,81195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2019.03,75055,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2019.06,77278,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2019.09,81324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2019.12,86070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2020.03,77640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2020.06,69739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2020.09,83203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2020.12,89415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2021.03,87356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2021.06,86803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2021.09,90267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2021.12,99955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2022.03,95473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2022.06,96645,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2022.09,102170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2022.12,109331,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2023.03,100689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2023.06,101578,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2023.09,106681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2023.12,110576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2024.03,103625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB05GNE0S900,2024.06,104699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross national expenditure,Total,, +SNEQ.SG03AB110000S600,2011.06,2085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2011.09,-1428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2011.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2012.03,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2012.06,1335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2012.09,-1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2012.12,-418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2013.03,2486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2013.06,1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2013.09,-2460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2013.12,1132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2014.03,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2014.06,1542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2014.09,-2627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2014.12,-250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2015.03,3303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2015.06,1318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2015.09,-2294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2015.12,-178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2016.03,3750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2016.06,1685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2016.09,-2493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2016.12,-146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2017.03,3172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2017.06,2039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2017.09,-2057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2017.12,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2018.03,2794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2018.06,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2018.09,-3622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2018.12,-855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2019.03,3177,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2019.06,1376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2019.09,-3804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2019.12,-698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2020.03,3789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2020.06,3160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2020.09,-2303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2020.12,-1460,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2021.03,-1312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2021.06,1042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2021.09,-6377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2021.12,-5007,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2022.03,-3738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2022.06,-3157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2022.09,-8592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2022.12,-7149,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2023.03,-2279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2023.06,-864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2023.09,-7297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2023.12,-4249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2024.03,40,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB110000S600,2024.06,-774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Balance on external goods and services,Rest of the world,, +SNEQ.SG03AB980000S900,2011.06,-254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2011.09,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2011.12,24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2012.03,-1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2012.06,-206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2012.09,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2012.12,46,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2013.03,-1523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2013.06,-152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2013.09,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2013.12,62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2014.03,-1828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2014.06,-239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2014.09,1707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2014.12,201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2015.03,-1669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2015.06,-221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2015.09,1763,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2015.12,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2016.03,-1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2016.06,-198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2016.09,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2016.12,350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2017.03,-1851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2017.06,-124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2017.09,1821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2017.12,176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2018.03,-1873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2018.06,-45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2018.09,2125,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2018.12,53,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2019.03,-2120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2019.06,-35,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2019.09,2518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2019.12,-75,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2020.03,-2308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2020.06,182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2020.09,2863,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2020.12,-188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2021.03,-2663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2021.06,261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2021.09,3067,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2021.12,-50,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2022.03,-3095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2022.06,34,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2022.09,3832,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2022.12,-88,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2023.03,-3128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2023.06,-379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2023.09,2931,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2023.12,-1219,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2024.03,-4114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AB980000S900,2024.06,-628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Statistical discrepancy - GDP,Total,, +SNEQ.SG03AD01R000S900,2011.06,22683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2011.09,22887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2011.12,23651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2012.03,23085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2012.06,23570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2012.09,23566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2012.12,24453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2013.03,23464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2013.06,24313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2013.09,24331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2013.12,25558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2014.03,24552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2014.06,25667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2014.09,25832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2014.12,26992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2015.03,25886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2015.06,26920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2015.09,27348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2015.12,28059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2016.03,27612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2016.06,28638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2016.09,28653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2016.12,29244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2017.03,29169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2017.06,30104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2017.09,30220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2017.12,31538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2018.03,30943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2018.06,32146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2018.09,32052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2018.12,33733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2019.03,32633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2019.06,34306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2019.09,34306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2019.12,35666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2020.03,35149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2020.06,34806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2020.09,35659,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2020.12,37111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2021.03,36881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2021.06,38744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2021.09,38700,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2021.12,40828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2022.03,40076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2022.06,42068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2022.09,42657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2022.12,43812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2023.03,43595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2023.06,45688,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2023.09,46122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2023.12,47386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2024.03,46967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD01R000S900,2024.06,48470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Compensation of employees receivable,Total,, +SNEQ.SG03AD02R000S900,2011.06,6789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2011.09,6963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2011.12,7729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2012.03,6814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2012.06,7084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2012.09,7176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2012.12,7909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2013.03,7223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2013.06,7342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2013.09,7559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2013.12,8456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2014.03,7532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2014.06,7637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2014.09,7997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2014.12,8859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2015.03,7934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2015.06,8153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2015.09,8362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2015.12,9411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2016.03,8515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2016.06,8788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2016.09,9002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2016.12,10150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2017.03,9012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2017.06,9244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2017.09,9400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2017.12,10815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2018.03,9490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2018.06,9648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2018.09,10122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2018.12,11546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2019.03,10069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2019.06,10401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2019.09,10660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2019.12,12088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2020.03,10383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2020.06,9230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2020.09,10853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2020.12,11859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2021.03,11087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2021.06,11694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2021.09,11377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2021.12,12855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2022.03,11901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2022.06,12115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2022.09,12693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2022.12,13704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2023.03,12325,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2023.06,12710,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2023.09,13077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2023.12,14446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2024.03,13178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD02R000S900,2024.06,13597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Taxes on production and imports receivable,Total,, +SNEQ.SG03AD03R000S900,2011.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2011.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2011.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2012.03,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2012.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2012.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2012.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2013.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2013.06,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2013.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2013.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2014.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2014.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2014.09,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2014.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2015.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2015.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2015.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2015.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2016.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2016.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2016.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2016.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2017.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2017.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2017.09,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2017.12,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2018.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2018.06,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2018.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2018.12,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2019.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2019.06,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2019.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2019.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2020.03,4080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2020.06,8543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2020.09,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2020.12,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2021.03,899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2021.06,588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2021.09,4435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2021.12,4376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2022.03,1936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2022.06,1077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2022.09,794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2022.12,601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2023.03,631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2023.06,515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2023.09,598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2023.12,560,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2024.03,574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AD03R000S900,2024.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Subsidies receivable,Total,, +SNEQ.SG03AP030000S310,2011.06,9547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2011.09,8933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2011.12,9169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2012.03,9028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2012.06,9590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2012.09,9151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2012.12,9293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2013.03,9256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2013.06,9791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2013.09,9521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2013.12,9701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2014.03,9658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2014.06,10320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2014.09,9958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2014.12,10062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2015.03,10046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2015.06,10787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2015.09,10334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2015.12,10277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2016.03,10354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2016.06,10967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2016.09,10818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2016.12,10829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2017.03,10910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2017.06,11572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2017.09,11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2017.12,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2018.03,11505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2018.06,12408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2018.09,12181,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2018.12,12366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2019.03,12406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2019.06,13705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2019.09,13092,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2019.12,13535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2020.03,13597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2020.06,15020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2020.09,14463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2020.12,15048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2021.03,15358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2021.06,16696,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2021.09,16234,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2021.12,17499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2022.03,17414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2022.06,18903,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2022.09,18123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2022.12,17963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2023.03,17870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2023.06,19690,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2023.09,18973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2023.12,19408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2024.03,18969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S310,2024.06,21116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Central government institutions,, +SNEQ.SG03AP030000S321,2011.06,1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2011.09,1267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2011.12,1310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2012.03,1174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2012.06,1351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2012.09,1166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2012.12,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2013.03,1134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2013.06,1280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2013.09,1213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2013.12,1255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2014.03,1216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2014.06,1323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2014.09,1304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2014.12,1319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2015.03,1230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2015.06,1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2015.09,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2015.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2016.03,1315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2016.06,1510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2016.09,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2016.12,1434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2017.03,1373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2017.06,1583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2017.09,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2017.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2018.03,1480,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2018.06,1734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2018.09,1566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2018.12,1587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2019.03,1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2019.06,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2019.09,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2019.12,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2020.03,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2020.06,1883,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2020.09,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2020.12,1813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2021.03,1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2021.06,1964,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2021.09,1882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2021.12,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2022.03,1978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2022.06,2326,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2022.09,2268,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2022.12,2377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2023.03,2367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2023.06,2682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2023.09,2514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2023.12,2621,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2024.03,2539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S321,2024.06,2797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Local government institutions,, +SNEQ.SG03AP030000S400,2011.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2011.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2011.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2012.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2012.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2012.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2012.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2013.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2013.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2013.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2013.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2014.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2014.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2014.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2014.12,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2015.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2015.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2015.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2015.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2016.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2016.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2016.09,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2016.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2017.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2017.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2017.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2017.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2018.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2018.06,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2018.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2018.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2019.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2019.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2019.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2019.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2020.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2020.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2020.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2020.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2021.03,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2021.06,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2021.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2021.12,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2022.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2022.06,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2022.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2022.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2023.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2023.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2023.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2023.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2024.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S400,2024.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03AP030000S500,2011.06,29434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2011.09,30391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2011.12,31993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2012.03,29647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2012.06,30568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2012.09,31125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2012.12,33059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2013.03,30598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2013.06,31799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2013.09,32668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2013.12,34722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2014.03,31982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2014.06,33070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2014.09,34119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2014.12,36059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2015.03,33314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2015.06,34622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2015.09,35831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2015.12,38183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2016.03,34998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2016.06,37014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2016.09,38272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2016.12,40920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2017.03,38114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2017.06,39459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2017.09,40732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2017.12,43678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2018.03,40017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2018.06,41810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2018.09,43451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2018.12,46432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2019.03,42228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2019.06,43888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2019.09,45430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2019.12,48342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2020.03,43827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2020.06,39753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2020.09,46423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2020.12,50042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2021.03,47879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2021.06,49667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2021.09,47836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2021.12,53701,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2022.03,51793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2022.06,52517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2022.09,54984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2022.12,59285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2023.03,54972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2023.06,56672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2023.09,58083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2023.12,61758,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2024.03,57037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S500,2024.06,58453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Households,, +SNEQ.SG03AP030000S900,2011.06,40959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2011.09,41285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2011.12,43162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2012.03,40524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2012.06,42155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2012.09,42072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2012.12,44196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2013.03,41623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2013.06,43526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2013.09,44075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2013.12,46364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2014.03,43550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2014.06,45411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2014.09,46083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2014.12,48143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2015.03,45293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2015.06,47558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2015.09,48208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2015.12,50545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2016.03,47378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2016.06,50211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2016.09,51209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2016.12,53925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2017.03,51152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2017.06,53386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2017.09,54489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2017.12,57460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2018.03,53802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2018.06,56756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2018.09,58005,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2018.12,61198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2019.03,57034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2019.06,60248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2019.09,61081,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2019.12,64499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2020.03,59977,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2020.06,57328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2020.09,63479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2020.12,67786,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2021.03,65899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2021.06,69209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2021.09,66798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2021.12,74099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2022.03,72168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2022.06,74799,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2022.09,76482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2022.12,80765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2023.03,76366,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2023.06,80200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2023.09,80732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2023.12,84959,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2024.03,79733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP030000S900,2024.06,83576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Final consumption expenditure,Total,, +SNEQ.SG03AP051G00S900,2011.06,10326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2011.09,10435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2011.12,11126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2012.03,10644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2012.06,11268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2012.09,11137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2012.12,11724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2013.03,11016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2013.06,12020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2013.09,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2013.12,12953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2014.03,12266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2014.06,13226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2014.09,13833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2014.12,14326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2015.03,13156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2015.06,14180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2015.09,15094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2015.12,15048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2016.03,14060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2016.06,15152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2016.09,15571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2016.12,15733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2017.03,14710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2017.06,15913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2017.09,16601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2017.12,17654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2018.03,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2018.06,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2018.09,17855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2018.12,18620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2019.03,17680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2019.06,18808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2019.09,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2019.12,19887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2020.03,17828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2020.06,15332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2020.09,19786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2020.12,20469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2021.03,20033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2021.06,20980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2021.09,20809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2021.12,23921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2022.03,22785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2022.06,23265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2022.09,25301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2022.12,25752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2023.03,24419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2023.06,25428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2023.09,25416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2023.12,26017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2024.03,24257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP051G00S900,2024.06,25296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Gross fixed capital formation,Total,, +SNEQ.SG03AP052000S900,2011.06,-1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2011.09,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2011.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2012.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2012.06,-1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2012.09,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2012.12,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2013.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2013.06,-1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2013.09,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2013.12,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2014.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2014.06,-1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2014.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2014.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2015.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2015.06,-974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2015.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2015.12,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2016.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2016.06,-1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2016.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2016.12,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2017.03,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2017.06,-1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2017.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2017.12,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2018.03,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2018.06,-1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2018.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2018.12,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2019.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2019.06,-1778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2019.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2019.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2020.03,-165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2020.06,-2921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2020.09,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2020.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2021.03,1423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2021.06,-3386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2021.09,2660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2021.12,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2022.03,520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2022.06,-1419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2022.09,388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2022.12,2814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2023.03,-95,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2023.06,-4051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2023.09,534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2023.12,-400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2024.03,-365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP052000S900,2024.06,-4173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Changes in inventories,Total,, +SNEQ.SG03AP060000S600,2011.06,16914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2011.09,14370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2011.12,16803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2012.03,16662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2012.06,16225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2012.09,14250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2012.12,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2013.03,16751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2013.06,15802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2013.09,14652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2013.12,17622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2014.03,19000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2014.06,17068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2014.09,14610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2014.12,17477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2015.03,18751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2015.06,17533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2015.09,16410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2015.12,18046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2016.03,19401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2016.06,18363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2016.09,15725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2016.12,18105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2017.03,20095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2017.06,20116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2017.09,17361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2017.12,21044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2018.03,21682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2018.06,21391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2018.09,19076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2018.12,21788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2019.03,23118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2019.06,22460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2019.09,19394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2019.12,22766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2020.03,23743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2020.06,19154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2020.09,16176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2020.12,18385,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2021.03,17561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2021.06,21500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2021.09,17879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2021.12,20771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2022.03,19960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2022.06,23259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2022.09,22359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2022.12,24497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2023.03,24518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2023.06,26021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2023.09,21797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2023.12,24562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2024.03,26172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP060000S600,2024.06,26421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Exports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2011.06,14830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2011.09,15797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2011.12,16117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2012.03,14704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2012.06,14890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2012.09,16139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2012.12,15958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2013.03,14266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2013.06,14758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2013.09,17113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2013.12,16490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2014.03,14968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2014.06,15525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2014.09,17237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2014.12,17727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2015.03,15448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2015.06,16215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2015.09,18704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2015.12,18224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2016.03,15650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2016.06,16677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2016.09,18219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2016.12,18251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2017.03,16923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2017.06,18077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2017.09,19418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2017.12,20957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2018.03,18888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2018.06,20200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2018.09,22698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2018.12,22643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2019.03,19941,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2019.06,21084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2019.09,23197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2019.12,23463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2020.03,19953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2020.06,15994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2020.09,18479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2020.12,19845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2021.03,18873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2021.06,20458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2021.09,24257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2021.12,25778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2022.03,23697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2022.06,26416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2022.09,30950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2022.12,31646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2023.03,26797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2023.06,26885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2023.09,29094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2023.12,28810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2024.03,26132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03AP070000S600,2024.06,27194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Actual,Imports of goods and services,Rest of the world,, +SNEQ.SG03SB01GE00S900,2011.06,52483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2011.09,53311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2011.12,53614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2012.03,53597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2012.06,54398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2012.09,53902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2012.12,54054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2013.03,55153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2013.06,55694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2013.09,57549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2013.12,59587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2014.03,59841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2014.06,59957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2014.09,60303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2014.12,60801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2015.03,61631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2015.06,62915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2015.09,63543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2015.12,63714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2016.03,65250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2016.06,66230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2016.09,67130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2016.12,68066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2017.03,69939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2017.06,70429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2017.09,72115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2017.12,73869,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2018.03,74277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2018.06,75304,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2018.09,75899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2018.12,76902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2019.03,78088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2019.06,79392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2019.09,80442,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2019.12,81756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2020.03,81419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2020.06,73508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2020.09,83819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2020.12,84317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2021.03,86142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2021.06,88510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2021.09,86767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2021.12,91138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2022.03,91914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2022.06,94155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2022.09,96642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2022.12,98180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2023.03,98660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2023.06,101405,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2023.09,102532,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2023.12,102229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2024.03,103968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GE00S900,2024.06,104614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - expenditure measure,Total,, +SNEQ.SG03SB01GI00S900,2011.06,52443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2011.09,53391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2011.12,53632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2012.03,53543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2012.06,54401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2012.09,53892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2012.12,54096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2013.03,55146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2013.06,55768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2013.09,57723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2013.12,59560,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2014.03,59652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2014.06,59901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2014.09,60278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2014.12,60921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2015.03,61626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2015.06,62864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2015.09,63564,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2015.12,63824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2016.03,65225,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2016.06,66169,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2016.09,67036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2016.12,68194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2017.03,69994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2017.06,70497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2017.09,71958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2017.12,73830,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2018.03,74513,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2018.06,75409,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2018.09,75827,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2018.12,76895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2019.03,78218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2019.06,79466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2019.09,80498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2019.12,81720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2020.03,81649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2020.06,73828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2020.09,84001,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2020.12,84249,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2021.03,86126,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2021.06,88824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2021.09,86951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2021.12,91074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2022.03,91757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2022.06,94179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2022.09,97189,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2022.12,98356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2023.03,98641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2023.06,100965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2023.09,101926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2023.12,101484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2024.03,103032,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB01GI00S900,2024.06,103889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross domestic product - income measure,Total,, +SNEQ.SG03SB02G000S900,2011.06,23060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2011.09,23646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2011.12,23652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2012.03,23115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2012.06,23809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2012.09,23195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2012.12,23134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2013.03,23886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2013.06,24198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2013.09,25879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2013.12,26977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2014.03,26914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2014.06,26668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2014.09,26463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2014.12,26521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2015.03,27118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2015.06,27823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2015.09,27821,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2015.12,27845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2016.03,28351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2016.06,28792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2016.09,29316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2016.12,30408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2017.03,31082,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2017.06,31287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2017.09,32258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2017.12,33209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2018.03,33280,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2018.06,33804,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2018.09,33559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2018.12,33431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2019.03,34630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2019.06,34976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2019.09,35501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2019.12,35862,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2020.03,38960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2020.06,38372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2020.09,39482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2020.12,37320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2021.03,37766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2021.06,38989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2021.09,41065,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2021.12,43269,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2022.03,40385,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2022.06,41107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2022.09,42435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2022.12,42916,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2023.03,42017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2023.06,43114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2023.09,43160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2023.12,41700,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2024.03,42087,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB02G000S900,2024.06,42265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross surplus,Total,, +SNEQ.SG03SB05GNE0S900,2011.06,51254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2011.09,52369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2011.12,52356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2012.03,53798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2012.06,53970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2012.09,53289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2012.12,53921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2013.03,54915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2013.06,55534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2013.09,57279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2013.12,57965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2014.03,58295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2014.06,59275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2014.09,60054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2014.12,60484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2015.03,60957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2015.06,62471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2015.09,62851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2015.12,63264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2016.03,64261,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2016.06,65469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2016.09,66515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2016.12,67546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2017.03,69635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2017.06,69437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2017.09,70909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2017.12,73066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2018.03,74386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2018.06,75362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2018.09,76132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2018.12,76978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2019.03,77751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2019.06,79463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2019.09,80725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2019.12,81611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2020.03,80394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2020.06,71754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2020.09,82556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2020.12,84809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2021.03,90398,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2021.06,89382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2021.09,89527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2021.12,94826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2022.03,98735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2022.06,99602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2022.09,101295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2022.12,103735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2023.03,104067,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2023.06,104761,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2023.09,105751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2023.12,104905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2024.03,107077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB05GNE0S900,2024.06,108021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross national expenditure,Total,, +SNEQ.SG03SB110000S600,2011.06,1171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2011.09,971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2011.12,1340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2012.03,-220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2012.06,447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2012.09,617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2012.12,168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2013.03,261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2013.06,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2013.09,229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2013.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2014.03,1489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2014.06,697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2014.09,130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2014.12,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2015.03,696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2015.06,432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2015.09,803,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2015.12,438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2016.03,1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2016.06,725,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2016.09,505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2016.12,464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2017.03,417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2017.06,917,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2017.09,1194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2017.12,790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2018.03,-131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2018.06,-121,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2018.09,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2018.12,-86,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2019.03,192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2019.06,-73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2019.09,-174,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2019.12,122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2020.03,864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2020.06,1938,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2020.09,617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2020.12,-711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2021.03,-3749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2021.06,-484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2021.09,-3012,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2021.12,-3944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2022.03,-6604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2022.06,-5042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2022.09,-4400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2022.12,-5812,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2023.03,-5519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2023.06,-2944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2023.09,-3308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2023.12,-3024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2024.03,-3171,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB110000S600,2024.06,-2928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Balance on external goods and services,Rest of the world,, +SNEQ.SG03SB980000S900,2011.06,-40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2011.09,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2011.12,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2012.03,-54,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2012.06,3,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2012.09,-10,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2012.12,42,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2013.03,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2013.06,74,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2013.09,174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2013.12,-27,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2014.03,-189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2014.06,-56,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2014.09,-25,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2014.12,120,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2015.03,-5,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2015.06,-51,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2015.09,21,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2015.12,110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2016.03,-25,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2016.06,-61,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2016.09,-94,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2016.12,128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2017.03,55,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2017.06,68,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2017.09,-157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2017.12,-39,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2018.03,236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2018.06,105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2018.09,-72,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2018.12,-7,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2019.03,130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2019.06,74,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2019.09,56,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2019.12,-36,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2020.03,230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2020.06,320,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2020.09,182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2020.12,-68,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2021.03,-16,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2021.06,314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2021.09,184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2021.12,-64,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2022.03,-157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2022.06,24,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2022.09,547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2022.12,176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2023.03,-19,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2023.06,-440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2023.09,-606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2023.12,-745,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2024.03,-936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SB980000S900,2024.06,-725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Statistical discrepancy - GDP,Total,, +SNEQ.SG03SD01R000S900,2011.06,22652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2011.09,23004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2011.12,23076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2012.03,23590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2012.06,23533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2012.09,23676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2012.12,23876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2013.03,23978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2013.06,24262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2013.09,24430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2013.12,24989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2014.03,25086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2014.06,25592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2014.09,25923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2014.12,26443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2015.03,26429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2015.06,26811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2015.09,27449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2015.12,27529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2016.03,28175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2016.06,28490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2016.09,28767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2016.12,28733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2017.03,29745,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2017.06,29911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2017.09,30361,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2017.12,31012,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2018.03,31552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2018.06,31899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2018.09,32220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2018.12,33185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2019.03,33292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2019.06,34000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2019.09,34490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2019.12,35103,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2020.03,35880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2020.06,34469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2020.09,35815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2020.12,36582,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2021.03,37640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2021.06,38367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2021.09,38811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2021.12,40336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2022.03,40851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2022.06,41681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2022.09,42722,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2022.12,43366,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2023.03,44374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2023.06,45303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2023.09,46158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2023.12,46950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2024.03,47759,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD01R000S900,2024.06,48091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Compensation of employees receivable,Total,, +SNEQ.SG03SD02R000S900,2011.06,7006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2011.09,7061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2011.12,7134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2012.03,7087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2012.06,7311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2012.09,7277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2012.12,7298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2013.03,7513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2013.06,7578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2013.09,7669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2013.12,7798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2014.03,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2014.06,7883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2014.09,8124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2014.12,8153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2015.03,8260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2015.06,8421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2015.09,8505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2015.12,8636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2016.03,8879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2016.06,9078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2016.09,9171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2016.12,9284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2017.03,9418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2017.06,9551,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2017.09,9580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2017.12,9873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2018.03,9936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2018.06,9968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2018.09,10311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2018.12,10536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2019.03,10554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2019.06,10748,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2019.09,10834,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2019.12,11050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2020.03,10889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2020.06,9530,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2020.09,11004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2020.12,10879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2021.03,11619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2021.06,12056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2021.09,11510,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2021.12,11845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2022.03,12457,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2022.06,12468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2022.09,12826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2022.12,12675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2023.03,12881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2023.06,13063,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2023.09,13206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2023.12,13394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2024.03,13760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD02R000S900,2024.06,13960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Taxes on production and imports receivable,Total,, +SNEQ.SG03SD03R000S900,2011.06,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2011.09,320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2011.12,230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2012.03,249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2012.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2012.09,256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2012.12,212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2013.03,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2013.06,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2013.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2013.12,204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2014.03,183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2014.06,242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2014.09,232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2014.12,196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2015.03,181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2015.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2015.09,211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2015.12,186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2016.03,180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2016.06,191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2016.09,218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2016.12,231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2017.03,251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2017.06,252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2017.09,241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2017.12,264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2018.03,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2018.06,262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2018.09,263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2018.12,257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2019.03,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2019.06,258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2019.09,327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2019.12,295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2020.03,4080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2020.06,8543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2020.09,2300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2020.12,532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2021.03,899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2021.06,588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2021.09,4435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2021.12,4376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2022.03,1936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2022.06,1077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2022.09,794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2022.12,601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2023.03,631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2023.06,515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2023.09,598,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2023.12,560,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2024.03,574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SD03R000S900,2024.06,427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Subsidies receivable,Total,, +SNEQ.SG03SP030000S310,2011.06,9164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2011.09,9054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2011.12,9227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2012.03,9218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2012.06,9226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2012.09,9270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2012.12,9350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2013.03,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2013.06,9440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2013.09,9627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2013.12,9766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2014.03,9851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2014.06,9964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2014.09,10035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2014.12,10153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2015.03,10244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2015.06,10428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2015.09,10378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2015.12,10394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2016.03,10551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2016.06,10619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2016.09,10833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2016.12,10966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2017.03,11129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2017.06,11193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2017.09,11504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2017.12,11601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2018.03,11765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2018.06,11954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2018.09,12255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2018.12,12483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2019.03,12710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2019.06,13139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2019.09,13262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2019.12,13616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2020.03,13936,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2020.06,14376,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2020.09,14700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2020.12,15114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2021.03,15732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2021.06,15990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2021.09,16509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2021.12,17543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2022.03,17876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2022.06,18108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2022.09,18379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2022.12,18025,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2023.03,18389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2023.06,18835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2023.09,19215,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2023.12,19479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2024.03,19563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S310,2024.06,20161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Central government institutions,, +SNEQ.SG03SP030000S321,2011.06,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2011.09,1305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2011.12,1285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2012.03,1241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2012.06,1271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2012.09,1195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2012.12,1200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2013.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2013.06,1205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2013.09,1233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2013.12,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2014.03,1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2014.06,1243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2014.09,1320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2014.12,1313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2015.03,1306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2015.06,1355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2015.09,1357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2015.12,1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2016.03,1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2016.06,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2016.09,1409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2016.12,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2017.03,1454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2017.06,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2017.09,1511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2017.12,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2018.03,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2018.06,1619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2018.09,1590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2018.12,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2019.03,1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2019.06,1710,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2019.09,1744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2019.12,1780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2020.03,1786,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2020.06,1774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2020.09,1801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2020.12,1820,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2021.03,1853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2021.06,1856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2021.09,1912,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2021.12,1994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2022.03,2064,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2022.06,2198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2022.09,2305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2022.12,2379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2023.03,2470,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2023.06,2533,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2023.09,2557,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2023.12,2622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2024.03,2651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S321,2024.06,2641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Local government institutions,, +SNEQ.SG03SP030000S400,2011.06,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2011.09,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2011.12,690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2012.03,674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2012.06,646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2012.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2012.12,627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2013.03,635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2013.06,657,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2013.09,673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2013.12,686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2014.03,694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2014.06,699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2014.09,701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2014.12,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2015.03,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2015.06,702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2015.09,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2015.12,706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2016.03,711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2016.06,719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2016.09,729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2016.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2017.03,756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2017.06,773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2017.09,786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2017.12,795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2018.03,801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2018.06,803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2018.09,807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2018.12,813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2019.03,821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2019.06,832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2019.09,842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2019.12,852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2020.03,841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2020.06,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2020.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2020.12,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2021.03,884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2021.06,882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2021.09,846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2021.12,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2022.03,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2022.06,1053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2022.09,1105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2022.12,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2023.03,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2023.06,1157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2023.09,1162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2023.12,1172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2024.03,1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S400,2024.06,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Non-profit institutions serving households,, +SNEQ.SG03SP030000S500,2011.06,29885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2011.09,30305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2011.12,30435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2012.03,30859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2012.06,31024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2012.09,31054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2012.12,31462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2013.03,31825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2013.06,32276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2013.09,32590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2013.12,33015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2014.03,33298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2014.06,33573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2014.09,34044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2014.12,34265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2015.03,34680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2015.06,35161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2015.09,35767,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2015.12,36226,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2016.03,36465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2016.06,37613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2016.09,38176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2016.12,38789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2017.03,39768,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2017.06,40136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2017.09,40614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2017.12,41369,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2018.03,41744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2018.06,42568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2018.09,43305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2018.12,43968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2019.03,44020,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2019.06,44708,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2019.09,45286,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2019.12,45790,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2020.03,45567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2020.06,40459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2020.09,46336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2020.12,47381,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2021.03,49990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2021.06,50636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2021.09,47771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2021.12,50868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2022.03,53892,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2022.06,53562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2022.09,54905,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2022.12,56200,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2023.03,57036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2023.06,57867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2023.09,58019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2023.12,58605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2024.03,59074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S500,2024.06,59682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Households,, +SNEQ.SG03SP030000S900,2011.06,40954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2011.09,41358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2011.12,41636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2012.03,41993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2012.06,42167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2012.09,42149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2012.12,42639,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2013.03,43101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2013.06,43577,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2013.09,44123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2013.12,44711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2014.03,45133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2014.06,45478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2014.09,46101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2014.12,46435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2015.03,46932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2015.06,47646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2015.09,48205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2015.12,48705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2016.03,49123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2016.06,50359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2016.09,51148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2016.12,51934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2017.03,53107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2017.06,53577,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2017.09,54415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2017.12,55294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2018.03,55867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2018.06,56945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2018.09,57958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2018.12,58864,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2019.03,59205,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2019.06,60389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2019.09,61134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2019.12,62038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2020.03,62131,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2020.06,57282,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2020.09,63657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2020.12,65198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2021.03,68458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2021.06,69363,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2021.09,67038,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2021.12,71312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2022.03,74814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2022.06,74921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2022.09,76694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2022.12,77744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2023.03,79053,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2023.06,80392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2023.09,80953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2023.12,81879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2024.03,82476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP030000S900,2024.06,83693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Final consumption expenditure,Total,, +SNEQ.SG03SP051G00S900,2011.06,10259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2011.09,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2011.12,10759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2012.03,11194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2012.06,11189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2012.09,11047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2012.12,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2013.03,11579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2013.06,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2013.09,12340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2013.12,12535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2014.03,12884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2014.06,13163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2014.09,13698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2014.12,13855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2015.03,13827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2015.06,14128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2015.09,14929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2015.12,14549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2016.03,14783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2016.06,15119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2016.09,15374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2016.12,15211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2017.03,15463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2017.06,15907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2017.09,16364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2017.12,17079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2018.03,17240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2018.06,17687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2018.09,17588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2018.12,18021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2019.03,18539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2019.06,18849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2019.09,18915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2019.12,19250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2020.03,18667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2020.06,15372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2020.09,19519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2020.12,19809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2021.03,20945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2021.06,21051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2021.09,20539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2021.12,23150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2022.03,23792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2022.06,23365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2022.09,24974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2022.12,24926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2023.03,25470,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2023.06,25562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2023.09,25076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2023.12,25199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2024.03,25270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP051G00S900,2024.06,25452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Gross fixed capital formation,Total,, +SNEQ.SG03SP052000S900,2011.06,30,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2011.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2011.12,60,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2012.03,613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2012.06,549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2012.09,73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2012.12,-7,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2013.03,206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2013.06,-29,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2013.09,870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2013.12,807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2014.03,183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2014.06,586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2014.09,400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2014.12,227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2015.03,-2,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2015.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2015.09,-100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2015.12,-6,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2016.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2016.06,101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2016.09,130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2016.12,403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2017.03,777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2017.06,138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2017.09,221,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2017.12,739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2018.03,927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2018.06,953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2018.09,651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2018.12,84,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2019.03,-314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2019.06,419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2019.09,851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2019.12,262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2020.03,-813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2020.06,-525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2020.09,-377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2020.12,-355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2021.03,815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2021.06,-844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2021.09,2251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2021.12,347,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2022.03,-92,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2022.06,1327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2022.09,-186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2022.12,1203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2023.03,-664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2023.06,-1230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2023.09,-115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2023.12,-2058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2024.03,-882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP052000S900,2024.06,-1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Changes in inventories,Total,, +SNEQ.SG03SP060000S600,2011.06,16484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2011.09,16121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2011.12,16652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2012.03,15468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2012.06,15891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2012.09,16018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2012.12,15336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2013.03,15516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2013.06,15557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2013.09,16472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2013.12,17355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2014.03,17562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2014.06,16862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2014.09,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2014.12,17196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2015.03,17344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2015.06,17301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2015.09,18454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2015.12,17751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2016.03,17997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2016.06,18045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2016.09,17702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2016.12,17789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2017.03,18749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2017.06,19654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2017.09,19542,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2017.12,20680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2018.03,20335,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2018.06,20794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2018.09,21469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2018.12,21396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2019.03,21793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2019.06,21751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2019.09,21789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2019.12,22373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2020.03,22461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2020.06,18508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2020.09,18114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2020.12,18108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2021.03,16659,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2021.06,20724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2021.09,19955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2021.12,20529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2022.03,18968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2022.06,22352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2022.09,24921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2022.12,24262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2023.03,23336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2023.06,24949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2023.09,24266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2023.12,24373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2024.03,24928,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP060000S600,2024.06,25295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Exports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2011.06,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2011.09,15150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2011.12,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2012.03,15688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2012.06,15443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2012.09,15400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2012.12,15168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2013.03,15255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2013.06,15349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2013.09,16243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2013.12,15671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2014.03,16073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2014.06,16166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2014.09,16288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2014.12,16854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2015.03,16648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2015.06,16869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2015.09,17651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2015.12,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2016.03,16918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2016.06,17320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2016.09,17197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2016.12,17325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2017.03,18332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2017.06,18736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2017.09,18349,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2017.12,19890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2018.03,20466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2018.06,20914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2018.09,21471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2018.12,21483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2019.03,21600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2019.06,21825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2019.09,21963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2019.12,22251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2020.03,21597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2020.06,16570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2020.09,17498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2020.12,18819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2021.03,20408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2021.06,21208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2021.09,22966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2021.12,24473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2022.03,25572,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2022.06,27394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2022.09,29321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2022.12,30074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2023.03,28856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2023.06,27893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2023.09,27575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2023.12,27397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2024.03,28099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG03SP070000S600,2024.06,28222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"GDP(I), current prices",Seasonally Adjusted,Imports of goods and services,Rest of the world,, +SNEQ.SG04RAC00B05,1987.06,25660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1987.09,25159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1987.12,27077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1988.03,26652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1988.06,25966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1988.09,26232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1988.12,27350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1989.03,26865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1989.06,26331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1989.09,26433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1989.12,27780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1990.03,26928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1990.06,26007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1990.09,26088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1990.12,27899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1991.03,25817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1991.06,24635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1991.09,24624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1991.12,26278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1992.03,25624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1992.06,25148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1992.09,24667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1992.12,26514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1993.03,26421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1993.06,26362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1993.09,26506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1993.12,28145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1994.03,27830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1994.06,27302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1994.09,28271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1994.12,30302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1995.03,29376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1995.06,29232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1995.09,29635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1995.12,31523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1996.03,30546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1996.06,30018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1996.09,30828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1996.12,32188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1997.03,30626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1997.06,30972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1997.09,31137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1997.12,33543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1998.03,32197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1998.06,31401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1998.09,31600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1998.12,34329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1999.03,32698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1999.06,32651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1999.09,33076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,1999.12,35583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2000.03,33869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2000.06,33908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2000.09,34495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2000.12,36655,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2001.03,35467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2001.06,35528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2001.09,36058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2001.12,38664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2002.03,37425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2002.06,36594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2002.09,37457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2002.12,40253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2003.03,38953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2003.06,38321,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2003.09,39869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2003.12,43044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2004.03,42014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2004.06,41393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2004.09,41528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2004.12,44543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2005.03,42644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2005.06,42562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2005.09,43078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2005.12,45083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2006.03,43125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2006.06,43197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2006.09,43666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2006.12,46459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2007.03,44893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2007.06,44899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2007.09,45357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2007.12,49333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2008.03,46639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2008.06,45639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2008.09,45683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2008.12,47998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2009.03,44928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2009.06,45073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2009.09,46487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2009.12,47504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2010.03,47392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2010.06,46966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2010.09,47209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2010.12,49700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2011.03,47755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2011.06,48153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2011.09,48644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2011.12,51671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2012.03,49201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2012.06,48524,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2012.09,49099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2012.12,52620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2013.03,49907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2013.06,50692,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2013.09,51904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2013.12,55881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2014.03,53990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2014.06,53412,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2014.09,54188,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2014.12,57252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2015.03,54971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2015.06,55043,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2015.09,55810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2015.12,59199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2016.03,57923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2016.06,57404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2016.09,58153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2016.12,62580,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2017.03,59591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2017.06,60010,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2017.09,60424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2017.12,64958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2018.03,61884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2018.06,61908,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2018.09,62576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2018.12,66856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2019.03,63754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2019.06,64024,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2019.09,65463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2019.12,70448,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2020.03,65685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2020.06,58832,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2020.09,67484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2020.12,71394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2021.03,67634,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2021.06,68711,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2021.09,66709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2021.12,72459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2022.03,68122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2022.06,68302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2022.09,69971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2022.12,72699,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2023.03,68417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2023.06,68477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2023.09,68965,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2023.12,71886,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2024.03,68586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B05,2024.06,68109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",National Income - gross,,,, +SNEQ.SG04RAC00B06,1987.06,25732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1987.09,25232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1987.12,27165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1988.03,26740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1988.06,26046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1988.09,26328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1988.12,27452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1989.03,26966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1989.06,26413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1989.09,26533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1989.12,27895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1990.03,27044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1990.06,26033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1990.09,26136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1990.12,27973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1991.03,25907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1991.06,24646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1991.09,24669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1991.12,26369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1992.03,25712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1992.06,25146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1992.09,24685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1992.12,26589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1993.03,26496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1993.06,26388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1993.09,26529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1993.12,28196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1994.03,28180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1994.06,27374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1994.09,28325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1994.12,30401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1995.03,29513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1995.06,29221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1995.09,29666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1995.12,31688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1996.03,30628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1996.06,30293,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1996.09,31019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1996.12,32665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1997.03,30821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1997.06,31046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1997.09,31279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1997.12,33742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1998.03,32512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1998.06,31402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1998.09,31667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1998.12,34604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1999.03,32738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1999.06,32807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1999.09,33246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,1999.12,35631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2000.03,34032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2000.06,34046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2000.09,34637,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2000.12,36792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2001.03,35576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2001.06,35630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2001.09,36104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2001.12,38761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2002.03,37384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2002.06,36601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2002.09,37464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2002.12,40401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2003.03,38886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2003.06,38364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2003.09,39877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2003.12,43360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2004.03,41934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2004.06,41482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2004.09,41586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2004.12,44622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2005.03,42789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2005.06,42597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2005.09,43126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2005.12,45201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2006.03,43097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2006.06,43422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2006.09,43856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2006.12,46700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2007.03,44853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2007.06,45104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2007.09,45642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2007.12,49461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2008.03,46791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2008.06,45966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2008.09,45989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2008.12,48117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2009.03,44920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2009.06,45364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2009.09,46596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2009.12,47541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2010.03,47575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2010.06,46870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2010.09,47186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2010.12,49696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2011.03,47710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2011.06,48047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2011.09,48601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2011.12,51650,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2012.03,49041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2012.06,48433,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2012.09,48976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2012.12,52554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2013.03,49785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2013.06,50512,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2013.09,51783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2013.12,55856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2014.03,53870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2014.06,53275,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2014.09,54041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2014.12,57274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2015.03,54865,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2015.06,54920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2015.09,55831,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2015.12,59185,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2016.03,57730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2016.06,57393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2016.09,58004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2016.12,62641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2017.03,59444,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2017.06,59774,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2017.09,60301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2017.12,64930,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2018.03,61591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2018.06,61602,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2018.09,62362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2018.12,66836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2019.03,63733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2019.06,63871,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2019.09,65356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2019.12,70493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2020.03,65677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2020.06,58522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2020.09,67352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2020.12,71388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2021.03,67597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2021.06,68604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2021.09,66553,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2021.12,72323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2022.03,67982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2022.06,68206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2022.09,69912,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2022.12,72801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2023.03,68629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2023.06,68300,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2023.09,68818,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2023.12,71714,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2024.03,68253,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B06,2024.06,67869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Disposable Income - gross,,,, +SNEQ.SG04RAC00B26,1987.06,-707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1987.09,-891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1987.12,-562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1988.03,-308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1988.06,-419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1988.09,-254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1988.12,-294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1989.03,-422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1989.06,-305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1989.09,-210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1989.12,-57,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1990.03,-119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1990.06,-449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1990.09,-470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1990.12,-600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1991.03,-864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1991.06,-756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1991.09,-695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1991.12,-878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1992.03,-860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1992.06,-1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1992.09,-852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1992.12,-783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1993.03,-702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1993.06,-671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1993.09,-770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1993.12,-853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1994.03,-753,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1994.06,-845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1994.09,-927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1994.12,-483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1995.03,-520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1995.06,-845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1995.09,-808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1995.12,-629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1996.03,-699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1996.06,-716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1996.09,-566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1996.12,-770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1997.03,-667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1997.06,-640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1997.09,-810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1997.12,-795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1998.03,-812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1998.06,-997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1998.09,-963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1998.12,-1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1999.03,-1167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1999.06,-1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1999.09,-959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,1999.12,-1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2000.03,-1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2000.06,-1448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2000.09,-1127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2000.12,-1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2001.03,-907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2001.06,-924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2001.09,-869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2001.12,-996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2002.03,-904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2002.06,-1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2002.09,-1126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2002.12,-1289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2003.03,-834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2003.06,-745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2003.09,-698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2003.12,-336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2004.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2004.06,-82,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2004.09,1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2004.12,96,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2005.03,314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2005.06,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2005.09,-20,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2005.12,-52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2006.03,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2006.06,-295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2006.09,-404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2006.12,-122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2007.03,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2007.06,306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2007.09,443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2007.12,1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2008.03,1668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2008.06,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2008.09,675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2008.12,369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2009.03,236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2009.06,-502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2009.09,-241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2009.12,-45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2010.03,788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2010.06,895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2010.09,760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2010.12,1388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2011.03,1410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2011.06,1554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2011.09,1415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2011.12,1346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2012.03,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2012.06,845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2012.09,588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2012.12,370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2013.03,1091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2013.06,1433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2013.09,1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2013.12,3296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2014.03,3716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2014.06,3297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2014.09,2370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2014.12,2096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2015.03,2985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2015.06,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2015.09,1948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2015.12,1630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2016.03,3147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2016.06,2577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2016.09,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2016.12,3048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2017.03,3769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2017.06,3638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2017.09,3328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2017.12,4263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2018.03,4310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2018.06,3912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2018.09,3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2018.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2019.03,3816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2019.06,3721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2019.09,3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2019.12,4359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2020.03,4639,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2020.06,3359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2020.09,2761,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2020.12,3284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2021.03,2941,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2021.06,3641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2021.09,2949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2021.12,3328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2022.03,3044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2022.06,2919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2022.09,2137,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2022.12,2298,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2023.03,2310,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2023.06,2568,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2023.09,2293,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2023.12,1688,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2024.03,2879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B26,2024.06,2589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Trading Gain or Loss,,,, +SNEQ.SG04RAC00B27,1987.06,26498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1987.09,26254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1987.12,28083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1988.03,27581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1988.06,26966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1988.09,27131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1988.12,28114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1989.03,27407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1989.06,27403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1989.09,27096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1989.12,28622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1990.03,27556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1990.06,26767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1990.09,26892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1990.12,28534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1991.03,26499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1991.06,26134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1991.09,26190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1991.12,27680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1992.03,26742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1992.06,26198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1992.09,26038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1992.12,28045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1993.03,27572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1993.06,27844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1993.09,28124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1993.12,30049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1994.03,29507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1994.06,29174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1994.09,29418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1994.12,32243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1995.03,31290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1995.06,30834,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1995.09,31034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1995.12,33499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1996.03,32398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1996.06,32220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1996.09,32524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1996.12,34869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1997.03,33231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1997.06,33434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1997.09,33165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1997.12,35328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1998.03,33400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1998.06,32816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1998.09,33024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1998.12,35451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1999.03,34011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1999.06,33838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1999.09,35078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,1999.12,37649,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2000.03,35883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2000.06,35325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2000.09,36068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2000.12,38312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2001.03,37021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2001.06,36875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2001.09,37533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2001.12,40253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2002.03,38761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2002.06,38286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2002.09,39163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2002.12,41942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2003.03,40638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2003.06,40352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2003.09,41596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2003.12,45003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2004.03,44050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2004.06,43709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2004.09,44239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2004.12,46917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2005.03,45338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2005.06,45367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2005.09,45921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2005.12,48148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2006.03,46353,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2006.06,45972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2006.09,46526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2006.12,49770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2007.03,48089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2007.06,48399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2007.09,49260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2007.12,52974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2008.03,50360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2008.06,49466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2008.09,49120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2008.12,51102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2009.03,47686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2009.06,46555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2009.09,47468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2009.12,51030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2010.03,49255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2010.06,49372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2010.09,49386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2010.12,52537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2011.03,50273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2011.06,50326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2011.09,51135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2011.12,54196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2012.03,51375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2012.06,50956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2012.09,51189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2012.12,54702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2013.03,52189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2013.06,52811,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2013.09,54017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2013.12,58537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2014.03,56534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2014.06,56042,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2014.09,56561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2014.12,60051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2015.03,57485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2015.06,57556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2015.09,58056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2015.12,61508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2016.03,59927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2016.06,59604,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2016.09,60559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2016.12,64842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2017.03,62379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2017.06,62419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2017.09,63492,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2017.12,68101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2018.03,64752,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2018.06,64856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2018.09,65312,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2018.12,69715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2019.03,66367,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2019.06,66407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2019.09,67681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2019.12,72424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2020.03,67596,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2020.06,60289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2020.09,69224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2020.12,72999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2021.03,69863,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2021.06,70916,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2021.09,68837,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2021.12,74850,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2022.03,70484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2022.06,70895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2022.09,72397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2022.12,75485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2023.03,70693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2023.06,71347,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2023.09,71995,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2023.12,74611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2024.03,71414,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RAC00B27,2024.06,71027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, Actual, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B05,1987.06,26181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1987.09,25668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1987.12,26177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1988.03,26500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1988.06,26506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1988.09,26768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1988.12,26426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1989.03,26714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1989.06,26892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1989.09,26975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1989.12,26828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1990.03,26781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1990.06,26555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1990.09,26639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1990.12,26935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1991.03,25671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1991.06,25156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1991.09,25149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1991.12,25361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1992.03,25494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1992.06,25671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1992.09,25190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1992.12,25580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1993.03,26309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1993.06,26923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1993.09,27025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1993.12,27143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1994.03,27770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1994.06,27886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1994.09,28772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1994.12,29204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1995.03,29369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1995.06,29884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1995.09,30116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1995.12,30319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1996.03,30628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1996.06,30688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1996.09,31323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1996.12,30885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1997.03,30780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1997.06,31665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1997.09,31643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1997.12,32122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1998.03,32424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1998.06,32072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1998.09,32142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1998.12,32849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1999.03,32926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1999.06,33363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1999.09,33651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,1999.12,34043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2000.03,34084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2000.06,34669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2000.09,35091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2000.12,35092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2001.03,35637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2001.06,36371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2001.09,36654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2001.12,37048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2002.03,37575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2002.06,37473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2002.09,38055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2002.12,38609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2003.03,39089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2003.06,39234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2003.09,40494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2003.12,41304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2004.03,42184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2004.06,42340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2004.09,42182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2004.12,42738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2005.03,42870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2005.06,43481,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2005.09,43768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2005.12,43228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2006.03,43437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2006.06,44064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2006.09,44371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2006.12,44532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2007.03,45272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2007.06,45765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2007.09,46080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2007.12,47286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2008.03,47069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2008.06,46495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2008.09,46402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2008.12,46019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2009.03,45341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2009.06,45924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2009.09,47203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2009.12,45545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2010.03,47851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2010.06,47843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2010.09,47919,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2010.12,47669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2011.03,48208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2011.06,49071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2011.09,49342,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2011.12,49581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2012.03,49665,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2012.06,49450,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2012.09,49795,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2012.12,50509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2013.03,50346,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2013.06,51691,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2013.09,52635,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2013.12,53623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2014.03,54482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2014.06,54447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2014.09,54973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2014.12,54928,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2015.03,55468,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2015.06,56105,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2015.09,56640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2015.12,56766,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2016.03,58482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2016.06,58485,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2016.09,59045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2016.12,59971,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2017.03,60193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2017.06,61143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2017.09,61359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2017.12,62193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2018.03,62574,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2018.06,63073,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2018.09,63522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2018.12,63989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2019.03,64504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2019.06,65257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2019.09,66362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2019.12,67465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2020.03,66498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2020.06,59973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2020.09,68289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2020.12,68464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2021.03,68484,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2021.06,70045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2021.09,67393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2021.12,69582,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2022.03,68998,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2022.06,69601,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2022.09,70614,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2022.12,69889,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2023.03,69306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2023.06,69760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2023.09,69550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2023.12,69153,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2024.03,69489,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B05,2024.06,69369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",National Income - gross,,,, +SNEQ.SG04RSC00B06,1987.06,26275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1987.09,25749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1987.12,26252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1988.03,26571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1988.06,26611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1988.09,26873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1988.12,26512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1989.03,26795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1989.06,27003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1989.09,27084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1989.12,26925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1990.03,26875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1990.06,26614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1990.09,26696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1990.12,26986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1991.03,25744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1991.06,25198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1991.09,25204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1991.12,25426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1992.03,25567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1992.06,25700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1992.09,25219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1992.12,25623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1993.03,26379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1993.06,26974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1993.09,27067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1993.12,27151,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1994.03,28120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1994.06,27981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1994.09,28856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1994.12,29246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1995.03,29509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1995.06,29895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1995.09,30187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1995.12,30415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1996.03,30710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1996.06,31000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1996.09,31555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1996.12,31279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1997.03,30970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1997.06,31778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1997.09,31821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1997.12,32252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1998.03,32734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1998.06,32113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1998.09,32232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1998.12,33065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1999.03,32959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1999.06,33559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1999.09,33839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,1999.12,34046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2000.03,34254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2000.06,34835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2000.09,35246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2000.12,35176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2001.03,35775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2001.06,36483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2001.09,36716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2001.12,37080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2002.03,37584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2002.06,37476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2002.09,38082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2002.12,38680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2003.03,39086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2003.06,39270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2003.09,40522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2003.12,41525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2004.03,42191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2004.06,42414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2004.09,42248,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2004.12,42737,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2005.03,43120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2005.06,43489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2005.09,43795,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2005.12,43291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2006.03,43522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2006.06,44259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2006.09,44512,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2006.12,44734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2007.03,45375,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2007.06,45921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2007.09,46289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2007.12,47393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2008.03,47391,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2008.06,46765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2008.09,46619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2008.12,46116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2009.03,45508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2009.06,46157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2009.09,47220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2009.12,45559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2010.03,48206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2010.06,47695,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2010.09,47816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2010.12,47626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2011.03,48314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2011.06,48928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2011.09,49246,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2011.12,49501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2012.03,49623,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2012.06,49351,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2012.09,49647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2012.12,50368,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2013.03,50303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2013.06,51527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2013.09,52518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2013.12,53501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2014.03,54410,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2014.06,54356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2014.09,54852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2014.12,54829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2015.03,55395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2015.06,56044,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2015.09,56705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2015.12,56619,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2016.03,58309,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2016.06,58556,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2016.09,58938,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2016.12,59888,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2017.03,60061,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2017.06,60993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2017.09,61277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2017.12,62026,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2018.03,62292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2018.06,62854,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2018.09,63338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2018.12,63839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2019.03,64501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2019.06,65183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2019.09,66288,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2019.12,67384,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2020.03,66504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2020.06,59723,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2020.09,68198,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2020.12,68334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2021.03,68465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2021.06,69999,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2021.09,67288,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2021.12,69324,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2022.03,68875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2022.06,69561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2022.09,70615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2022.12,69853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2023.03,69548,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2023.06,69630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2023.09,69465,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2023.12,68855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2024.03,69178,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B06,2024.06,69174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Disposable Income - gross,,,, +SNEQ.SG04RSC00B26,1987.06,-664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1987.09,-871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1987.12,-620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1988.03,-315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1988.06,-372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1988.09,-242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1988.12,-346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1989.03,-431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1989.06,-247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1989.09,-217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1989.12,-99,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1990.03,-125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1990.06,-392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1990.09,-488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1990.12,-627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1991.03,-879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1991.06,-694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1991.09,-717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1991.12,-897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1992.03,-882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1992.06,-989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1992.09,-861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1992.12,-802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1993.03,-739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1993.06,-608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1993.09,-772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1993.12,-874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1994.03,-792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1994.06,-788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1994.09,-919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1994.12,-506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1995.03,-560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1995.06,-791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1995.09,-803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1995.12,-651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1996.03,-725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1996.06,-673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1996.09,-570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1996.12,-789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1997.03,-675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1997.06,-602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1997.09,-843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1997.12,-792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1998.03,-805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1998.06,-972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1998.09,-1013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1998.12,-1056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1999.03,-1164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1999.06,-992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1999.09,-1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,1999.12,-1107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2000.03,-1545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2000.06,-1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2000.09,-1189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2000.12,-1238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2001.03,-958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2001.06,-890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2001.09,-921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2001.12,-905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2002.03,-995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2002.06,-1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2002.09,-1143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2002.12,-1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2003.03,-959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2003.06,-704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2003.09,-677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2003.12,-270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2004.03,-69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2004.06,-48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2004.09,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2004.12,121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2005.03,166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2005.06,115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2005.09,102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2005.12,-58,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2006.03,-291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2006.06,-257,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2006.09,-252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2006.12,-142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2007.03,-64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2007.06,351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2007.09,614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2007.12,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2008.03,1474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2008.06,1294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2008.09,854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2008.12,344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2009.03,41,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2009.06,-467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2009.09,-66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2009.12,-52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2010.03,590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2010.06,919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2010.09,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2010.12,1403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2011.03,1209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2011.06,1546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2011.09,1605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2011.12,1390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2012.03,982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2012.06,790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2012.09,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2012.12,444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2013.03,831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2013.06,1330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2013.09,2215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2013.12,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2014.03,3390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2014.06,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2014.09,2752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2014.12,2199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2015.03,2607,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2015.06,2705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2015.09,2403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2015.12,1711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2016.03,2736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2016.06,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2016.09,2590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2016.12,3079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2017.03,3352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2017.06,3503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2017.09,3875,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2017.12,4246,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2018.03,3913,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2018.06,3787,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2018.09,3630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2018.12,3250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2019.03,3478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2019.06,3593,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2019.09,3796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2019.12,4265,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2020.03,4370,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2020.06,3211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2020.09,3235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2020.12,3206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2021.03,2735,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2021.06,3471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2021.09,3357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2021.12,3285,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2022.03,2888,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2022.06,2732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2022.09,2478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2022.12,2295,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2023.03,2184,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2023.06,2372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2023.09,2581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2023.12,1724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2024.03,2760,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B26,2024.06,2394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Trading Gain or Loss,,,, +SNEQ.SG04RSC00B27,1987.06,26891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1987.09,26779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1987.12,27164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1988.03,27557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1988.06,27388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1988.09,27670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1988.12,27176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1989.03,27382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1989.06,27865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1989.09,27628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1989.12,27639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1990.03,27543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1990.06,27232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1990.09,27431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1990.12,27524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1991.03,26486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1991.06,26606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1991.09,26737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1991.12,26660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1992.03,26736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1992.06,26674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1992.09,26612,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1992.12,26980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1993.03,27562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1993.06,28362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1993.09,28766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1993.12,28871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1994.03,29512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1994.06,29725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1994.09,30097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1994.12,30940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1995.03,31318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1995.06,31443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1995.09,31741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1995.12,32090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1996.03,32470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1996.06,32906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1996.09,33213,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1996.12,33359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1997.03,33353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1997.06,34200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1997.09,33799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1997.12,33775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1998.03,33566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1998.06,33610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1998.09,33585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1998.12,33895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1999.03,34206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1999.06,34682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1999.09,35622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,1999.12,36016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2000.03,36087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2000.06,36224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2000.09,36595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2000.12,36682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2001.03,37213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2001.06,37811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2001.09,38064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2001.12,38591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2002.03,38941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2002.06,39224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2002.09,39722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2002.12,40254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2003.03,40820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2003.06,41290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2003.09,42200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2003.12,43226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2004.03,44260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2004.06,44671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2004.09,44895,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2004.12,45068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2005.03,45591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2005.06,46322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2005.09,46608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2005.12,46235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2006.03,46664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2006.06,46907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2006.09,47229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2006.12,47760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2007.03,48459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2007.06,49366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2007.09,50013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2007.12,50797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2008.03,50787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2008.06,50451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2008.09,49872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2008.12,48975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2009.03,48117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2009.06,47478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2009.09,48195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2009.12,48888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2010.03,49726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2010.06,50340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2010.09,50140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2010.12,50331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2011.03,50765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2011.06,51297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2011.09,51922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2011.12,51925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2012.03,51884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2012.06,51924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2012.09,51981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2012.12,52423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2013.03,52694,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2013.06,53808,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2013.09,54858,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2013.12,56109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2014.03,57069,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2014.06,57104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2014.09,57439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2014.12,57567,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2015.03,58019,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2015.06,58651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2015.09,58956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2015.12,58956,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2016.03,60499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2016.06,60742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2016.09,61483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2016.12,62136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2017.03,63007,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2017.06,63615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2017.09,64434,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2017.12,65242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2018.03,65455,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2018.06,66096,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2018.09,66238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2018.12,66788,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2019.03,67140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2019.06,67670,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2019.09,68569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2019.12,69420,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2020.03,68437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2020.06,61416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2020.09,70041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2020.12,70041,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2021.03,70777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2021.06,72210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2021.09,69559,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2021.12,71898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2022.03,71436,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2022.06,72161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2022.09,73083,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2022.12,72569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2023.03,71674,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2023.06,72595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2023.09,72636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2023.12,71762,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2024.03,72425,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG04RSC00B27,2024.06,72255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, National disposable income account, Chain volume, SA, Total",Domestic Income - gross,,,, +SNEQ.SG05NAC00P50,1987.06,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1987.09,3598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1987.12,4057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1988.03,3767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1988.06,3172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1988.09,3651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1988.12,3969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1989.03,4000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1989.06,3186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1989.09,4241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1989.12,5461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1990.03,4455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1990.06,3456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1990.09,3937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1990.12,4600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1991.03,3590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1991.06,2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1991.09,2976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1991.12,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1992.03,4048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1992.06,2897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1992.09,2966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1992.12,4391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1993.03,4369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1993.06,3534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1993.09,4046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1993.12,5418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1994.03,4954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1994.06,4420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1994.09,4658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1994.12,5992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1995.03,5388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1995.06,5020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1995.09,5181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1995.12,6553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1996.03,6009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1996.06,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1996.09,5718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1996.12,6662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1997.03,5823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1997.06,6017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1997.09,5583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1997.12,6645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1998.03,5788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1998.06,5169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1998.09,4698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1998.12,6674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1999.03,5692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1999.06,5630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1999.09,5842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,1999.12,8004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2000.03,6830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2000.06,5851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2000.09,6223,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2000.12,7911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2001.03,6420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2001.06,5915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2001.09,6262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2001.12,9023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2002.03,8342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2002.06,6003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2002.09,7795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2002.12,9160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2003.03,7789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2003.06,7377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2003.09,8427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2003.12,9936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2004.03,9127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2004.06,8428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2004.09,10036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2004.12,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2005.03,9416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2005.06,9413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2005.09,10916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2005.12,11274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2006.03,9817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2006.06,8747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2006.09,9760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2006.12,12006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2007.03,10354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2007.06,10125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2007.09,11884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2007.12,13150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2008.03,11091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2008.06,10881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2008.09,10991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2008.12,11940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2009.03,9234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2009.06,7773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2009.09,9063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2009.12,11505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2010.03,10006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2010.06,8266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2010.09,10097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2010.12,12639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2011.03,10022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2011.06,8673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2011.09,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2011.12,12459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2012.03,11471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2012.06,10114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2012.09,11467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2012.12,12950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2013.03,11403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2013.06,10342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2013.09,13560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2013.12,14966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2014.03,12665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2014.06,12175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2014.09,14410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2014.12,15771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2015.03,13445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2015.06,13206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2015.09,15105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2015.12,16286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2016.03,14513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2016.06,13514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2016.09,15799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2016.12,17384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2017.03,15944,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2017.06,14220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2017.09,16925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2017.12,19638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2018.03,17943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2018.06,16584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2018.09,18675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2018.12,19997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2019.03,18021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2019.06,17030,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2019.09,20243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2019.12,21571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2020.03,17663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2020.06,12411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2020.09,19724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2020.12,21629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2021.03,21457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2021.06,17594,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2021.09,23469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2021.12,25856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2022.03,23305,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2022.06,21846,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2022.09,25688,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2022.12,28566,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2023.03,24323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2023.06,21377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2023.09,25950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2023.12,25617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2024.03,23892,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P50,2024.06,21123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Capital Formation,,,, +SNEQ.SG05NAC00P51,1987.06,3837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1987.09,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1987.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1988.03,3617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1988.06,3677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1988.09,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1988.12,3794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1989.03,3623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1989.06,3942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1989.09,3963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1989.12,4337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1990.03,3812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1990.06,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1990.09,4103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1990.12,4270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1991.03,3382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1991.06,3218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1991.09,3429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1991.12,3459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1992.03,3310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1992.06,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1992.09,3473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1992.12,3688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1993.03,3477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1993.06,3829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1993.09,4240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1993.12,4379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1994.03,4071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1994.06,4587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1994.09,4890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1994.12,5066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1995.03,4750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1995.06,5263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1995.09,5375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1995.12,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1996.03,5337,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1996.06,5734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1996.09,5705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1996.12,5746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1997.03,5406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1997.06,6370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1997.09,5947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1997.12,5574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1998.03,5326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1998.06,5678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1998.09,5268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1998.12,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1999.03,5363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1999.06,5661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1999.09,5982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,1999.12,6787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2000.03,6338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2000.06,6152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2000.09,6575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2000.12,6584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2001.03,5676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2001.06,6628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2001.09,6714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2001.12,7246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2002.03,7068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2002.06,7049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2002.09,7541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2002.12,7835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2003.03,7231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2003.06,7959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2003.09,8276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2003.12,8773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2004.03,8599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2004.06,9320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2004.09,9659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2004.12,9620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2005.03,8831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2005.06,9973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2005.09,10286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2005.12,10534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2006.03,9527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2006.06,9736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2006.09,10491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2006.12,10727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2007.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2007.06,10765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2007.09,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2007.12,11901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2008.03,10632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2008.06,11478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2008.09,10922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2008.12,10923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2009.03,9673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2009.06,10219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2009.09,9834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2009.12,9897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2010.03,9248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2010.06,9848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2010.09,9920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2010.12,10460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2011.03,9935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2011.06,10326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2011.09,10435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2011.12,11126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2012.03,10644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2012.06,11268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2012.09,11137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2012.12,11724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2013.03,11016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2013.06,12020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2013.09,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2013.12,12953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2014.03,12266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2014.06,13226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2014.09,13833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2014.12,14326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2015.03,13156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2015.06,14180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2015.09,15094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2015.12,15048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2016.03,14060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2016.06,15152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2016.09,15571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2016.12,15733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2017.03,14710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2017.06,15913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2017.09,16601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2017.12,17654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2018.03,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2018.06,17666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2018.09,17855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2018.12,18620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2019.03,17680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2019.06,18808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2019.09,19195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2019.12,19887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2020.03,17828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2020.06,15332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2020.09,19786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2020.12,20469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2021.03,20033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2021.06,20980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2021.09,20809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2021.12,23921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2022.03,22785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2022.06,23265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2022.09,25301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2022.12,25752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2023.03,24419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2023.06,25428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2023.09,25416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2023.12,26017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2024.03,24257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P51,2024.06,25296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NAC00P52,1987.06,-497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1987.09,-307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1987.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1988.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1988.06,-506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1988.09,-161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1988.12,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1989.03,378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1989.06,-756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1989.09,278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1989.12,1124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1990.03,643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1990.06,-527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1990.09,-166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1990.12,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1991.03,208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1991.06,-785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1991.09,-452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1991.12,411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1992.03,738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1992.06,-464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1992.09,-507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1992.12,703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1993.03,892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1993.06,-295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1993.09,-194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1993.12,1038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1994.03,883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1994.06,-167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1994.09,-231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1994.12,925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1995.03,639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1995.06,-243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1995.09,-194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1995.12,947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1996.03,672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1996.06,-537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1996.09,13,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1996.12,916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1997.03,417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1997.06,-352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1997.09,-364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1997.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1998.03,462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1998.06,-509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1998.09,-571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1998.12,1022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1999.03,328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1999.06,-31,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1999.09,-141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,1999.12,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2000.03,492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2000.06,-301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2000.09,-352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2000.12,1327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2001.03,744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2001.06,-713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2001.09,-452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2001.12,1777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2002.03,1274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2002.06,-1045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2002.09,255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2002.12,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2003.03,558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2003.06,-582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2003.09,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2003.12,1163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2004.03,527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2004.06,-893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2004.09,377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2004.12,1576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2005.03,585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2005.06,-560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2005.09,630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2005.12,741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2006.03,290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2006.06,-988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2006.09,-731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2006.12,1279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2007.03,175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2007.06,-640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2007.09,542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2007.12,1249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2008.03,459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2008.06,-596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2008.09,69,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2008.12,1017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2009.03,-438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2009.06,-2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2009.09,-772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2009.12,1608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2010.03,758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2010.06,-1581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2010.09,177,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2010.12,2180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2011.03,87,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2011.06,-1653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2011.09,762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2011.12,1333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2012.03,827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2012.06,-1154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2012.09,330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2012.12,1226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2013.03,387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2013.06,-1678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2013.09,1111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2013.12,2013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2014.03,399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2014.06,-1051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2014.09,577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2014.12,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2015.03,289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2015.06,-974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2015.09,11,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2015.12,1237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2016.03,453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2016.06,-1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2016.09,228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2016.12,1651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2017.03,1235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2017.06,-1693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2017.09,324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2017.12,1984,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2018.03,1525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2018.06,-1082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2018.09,819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2018.12,1376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2019.03,341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2019.06,-1778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2019.09,1048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2019.12,1684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2020.03,-165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2020.06,-2921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2020.09,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2020.12,1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2021.03,1423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2021.06,-3386,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2021.09,2660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2021.12,1935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2022.03,520,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2022.06,-1419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2022.09,388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2022.12,2814,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2023.03,-95,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2023.06,-4051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2023.09,534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2023.12,-400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2024.03,-365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NAC00P52,2024.06,-4173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Actual, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P50,1987.06,3920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1987.09,3685,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1987.12,3597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1988.03,3588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1988.06,3771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1988.09,3755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1988.12,3475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1989.03,3798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1989.06,3839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1989.09,4403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1989.12,4727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1990.03,4195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1990.06,4218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1990.09,4141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1990.12,3934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1991.03,3370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1991.06,2966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1991.09,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1991.12,3289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1992.03,3802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1992.06,3486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1992.09,3205,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1992.12,3734,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1993.03,4126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1993.06,4163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1993.09,4394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1993.12,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1994.03,4722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1994.06,5097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1994.09,5046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1994.12,5162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1995.03,5207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1995.06,5665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1995.09,5598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1995.12,5662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1996.03,5898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1996.06,5767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1996.09,6161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1996.12,5775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1997.03,5755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1997.06,6572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1997.09,6020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1997.12,5746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1998.03,5749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1998.06,5684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1998.09,5081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1998.12,5737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1999.03,5668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1999.06,6220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1999.09,6322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,1999.12,6914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2000.03,6850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2000.06,6498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2000.09,6690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2000.12,6728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2001.03,6458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2001.06,6640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2001.09,6613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2001.12,7694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2002.03,8463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2002.06,6772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2002.09,8064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2002.12,7875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2003.03,7957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2003.06,8342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2003.09,8555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2003.12,8606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2004.03,9416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2004.06,9503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2004.09,10041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2004.12,9781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2005.03,9757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2005.06,10598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2005.09,10844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2005.12,9872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2006.03,10213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2006.06,9834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2006.09,9707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2006.12,10481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2007.03,10750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2007.06,11447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2007.09,11888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2007.12,11373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2008.03,11482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2008.06,12444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2008.09,11009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2008.12,10274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2009.03,9500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2009.06,9003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2009.09,9069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2009.12,9867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2010.03,10254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2010.06,9683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2010.09,10023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2010.12,10880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2011.03,10250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2011.06,10197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2011.09,11027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2011.12,10776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2012.03,11788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2012.06,11839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2012.09,11171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2012.12,11327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2013.03,11782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2013.06,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2013.09,13148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2013.12,13221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2014.03,13143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2014.06,13881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2014.09,13946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2014.12,14055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2015.03,13960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2015.06,14901,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2015.09,14660,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2015.12,14573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2016.03,15056,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2016.06,15168,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2016.09,15357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2016.12,15606,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2017.03,16504,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2017.06,15932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2017.09,16467,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2017.12,17663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2018.03,18508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2018.06,18644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2018.09,18139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2018.12,17984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2019.03,18575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2019.06,19209,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2019.09,19626,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2019.12,19382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2020.03,18207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2020.06,14059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2020.09,19053,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2020.12,19446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2021.03,22102,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2021.06,20002,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2021.09,22590,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2021.12,23311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2022.03,23920,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2022.06,24947,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2022.09,24647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2022.12,25831,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2023.03,24884,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2023.06,24456,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2023.09,24878,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2023.12,23206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2024.03,24379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P50,2024.06,24202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Capital Formation,,,, +SNEQ.SG05NSC00P51,1987.06,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1987.09,3805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1987.12,3683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1988.03,3822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1988.06,3714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1988.09,3715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1988.12,3656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1989.03,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1989.06,3985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1989.09,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1989.12,4175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1990.03,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1990.06,4023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1990.09,4004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1990.12,4108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1991.03,3577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1991.06,3245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1991.09,3353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1991.12,3326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1992.03,3501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1992.06,3383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1992.09,3403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1992.12,3547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1993.03,3675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1993.06,3847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1993.09,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1993.12,4221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1994.03,4299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1994.06,4597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1994.09,4797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1994.12,4909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1995.03,4995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1995.06,5264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1995.09,5277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1995.12,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1996.03,5597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1996.06,5722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1996.09,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1996.12,5610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1997.03,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1997.06,6350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1997.09,5856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1997.12,5443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1998.03,5565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1998.06,5652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1998.09,5197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1998.12,5522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1999.03,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1999.06,5642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1999.09,5904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,1999.12,6644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2000.03,6604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2000.06,6136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2000.09,6487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2000.12,6423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2001.03,5915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2001.06,6624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2001.09,6620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2001.12,7053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2002.03,7374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2002.06,7065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2002.09,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2002.12,7609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2003.03,7556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2003.06,7992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2003.09,8137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2003.12,8496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2004.03,9024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2004.06,9347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2004.09,9495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2004.12,9306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2005.03,9295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2005.06,9974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2005.09,10124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2005.12,10181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2006.03,10050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2006.06,9706,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2006.09,10342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2006.12,10376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2007.03,10728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2007.06,10722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2007.09,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2007.12,11510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2008.03,11206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2008.06,11413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2008.09,10806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2008.12,10563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2009.03,10179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2009.06,10164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2009.09,9741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2009.12,9568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2010.03,9728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2010.06,9790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2010.09,9836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2010.12,10110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2011.03,10449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2011.06,10259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2011.09,10350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2011.12,10759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2012.03,11194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2012.06,11189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2012.09,11047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2012.12,11342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2013.03,11579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2013.06,11945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2013.09,12340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2013.12,12535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2014.03,12884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2014.06,13163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2014.09,13698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2014.12,13855,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2015.03,13827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2015.06,14128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2015.09,14929,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2015.12,14549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2016.03,14783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2016.06,15119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2016.09,15374,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2016.12,15211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2017.03,15463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2017.06,15907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2017.09,16364,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2017.12,17079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2018.03,17240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2018.06,17687,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2018.09,17588,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2018.12,18021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2019.03,18539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2019.06,18849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2019.09,18915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2019.12,19250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2020.03,18667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2020.06,15372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2020.09,19519,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2020.12,19809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2021.03,20945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2021.06,21051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2021.09,20539,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2021.12,23150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2022.03,23792,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2022.06,23365,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2022.09,24974,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2022.12,24926,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2023.03,25470,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2023.06,25562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2023.09,25076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2023.12,25199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2024.03,25270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P51,2024.06,25452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG05NSC00P52,1987.06,45,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1987.09,-112,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1987.12,-133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1988.03,-226,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1988.06,68,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1988.09,31,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1988.12,-227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1989.03,-4,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1989.06,-165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1989.09,496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1989.12,702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1990.03,224,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1990.06,85,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1990.09,110,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1990.12,-134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1991.03,-245,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1991.06,-175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1991.09,-97,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1991.12,-90,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1992.03,250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1992.06,135,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1992.09,-73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1992.12,160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1993.03,396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1993.06,281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1993.09,302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1993.12,452,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1994.03,402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1994.06,394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1994.09,301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1994.12,279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1995.03,204,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1995.06,312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1995.09,352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1995.12,233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1996.03,308,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1996.06,4,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1996.09,563,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1996.12,148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1997.03,109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1997.06,179,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1997.09,203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1997.12,247,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1998.03,180,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1998.06,39,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1998.09,27,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1998.12,129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1999.03,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1999.06,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1999.09,464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,1999.12,259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2000.03,195,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2000.06,396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2000.09,220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2000.12,330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2001.03,431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2001.06,99,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2001.09,36,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2001.12,759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2002.03,966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2002.06,-123,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2002.09,622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2002.12,316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2003.03,268,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2003.06,423,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2003.09,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2003.12,150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2004.03,299,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2004.06,143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2004.09,534,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2004.12,583,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2005.03,411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2005.06,475,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2005.09,749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2005.12,-274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2006.03,152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2006.06,74,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2006.09,-620,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2006.12,218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2007.03,17,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2007.06,505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2007.09,678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2007.12,79,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2008.03,284,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2008.06,689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2008.09,155,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2008.12,-207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2009.03,-656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2009.06,-1015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2009.09,-746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2009.12,338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2010.03,509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2010.06,12,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2010.09,82,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2010.12,911,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2011.03,-170,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2011.06,30,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2011.09,581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2011.12,60,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2012.03,613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2012.06,549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2012.09,73,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2012.12,-7,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2013.03,206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2013.06,-29,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2013.09,870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2013.12,807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2014.03,183,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2014.06,586,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2014.09,400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2014.12,227,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2015.03,-2,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2015.06,692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2015.09,-100,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2015.12,-6,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2016.03,80,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2016.06,101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2016.09,130,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2016.12,403,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2017.03,777,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2017.06,138,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2017.09,221,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2017.12,739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2018.03,927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2018.06,953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2018.09,651,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2018.12,84,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2019.03,-314,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2019.06,419,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2019.09,851,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2019.12,262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2020.03,-813,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2020.06,-525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2020.09,-377,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2020.12,-355,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2021.03,815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2021.06,-844,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2021.09,2251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2021.12,347,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2022.03,-92,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2022.06,1327,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2022.09,-186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2022.12,1203,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2023.03,-664,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2023.06,-1230,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2023.09,-115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2023.12,-2058,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2024.03,-882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG05NSC00P52,2024.06,-1291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Capital account, Nominal, Seasonally adjusted, Total",Changes in Inventories,,,, +SNEQ.SG06NAC00P60,1987.06,4342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1987.09,3994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1987.12,4150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1988.03,4554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1988.06,4402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1988.09,4285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1988.12,4690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1989.03,4994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1989.06,5162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1989.09,4382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1989.12,4831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1990.03,5180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1990.06,5192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1990.09,4786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1990.12,5066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1991.03,5329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1991.06,5487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1991.09,5246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1991.12,5641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1992.03,5779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1992.06,6353,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1992.09,5670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1992.12,5975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1993.03,6436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1993.06,6658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1993.09,6067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1993.12,6291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1994.03,6866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1994.06,7053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1994.09,6405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1994.12,6993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1995.03,7435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1995.06,7159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1995.09,6579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1995.12,7200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1996.03,7349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1996.06,7379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1996.09,6761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1996.12,7272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1997.03,7249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1997.06,7285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1997.09,6924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1997.12,7652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1998.03,7823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1998.06,7415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1998.09,7530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1998.12,8192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1999.03,8502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1999.06,7903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1999.09,8049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,1999.12,9082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2000.03,10012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2000.06,9652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2000.09,9631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2000.12,11625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2001.03,11929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2001.06,11539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2001.09,10699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2001.12,11192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2002.03,12173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2002.06,11422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2002.09,10397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2002.12,11137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2003.03,11447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2003.06,10643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2003.09,9894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2003.12,10801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2004.03,11782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2004.06,12138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2004.09,10171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2004.12,11303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2005.03,12051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2005.06,11539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2005.09,10537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2005.12,11519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2006.03,12492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2006.06,12980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2006.09,11890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2006.12,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2007.03,13608,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2007.06,12893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2007.09,11820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2007.12,14463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2008.03,15469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2008.06,15163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2008.09,13838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2008.12,15700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2009.03,16059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2009.06,14446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2009.09,12492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2009.12,13441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2010.03,15452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2010.06,15616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2010.09,13549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2010.12,15416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2011.03,16978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2011.06,16914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2011.09,14370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2011.12,16803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2012.03,16662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2012.06,16225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2012.09,14250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2012.12,15540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2013.03,16751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2013.06,15802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2013.09,14652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2013.12,17622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2014.03,19000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2014.06,17068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2014.09,14610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2014.12,17477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2015.03,18751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2015.06,17533,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2015.09,16410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2015.12,18046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2016.03,19401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2016.06,18363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2016.09,15725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2016.12,18105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2017.03,20095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2017.06,20116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2017.09,17361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2017.12,21044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2018.03,21682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2018.06,21391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2018.09,19076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2018.12,21788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2019.03,23118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2019.06,22460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2019.09,19394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2019.12,22766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2020.03,23743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2020.06,19154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2020.09,16176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2020.12,18385,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2021.03,17561,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2021.06,21500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2021.09,17879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2021.12,20771,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2022.03,19960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2022.06,23259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2022.09,22359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2022.12,24497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2023.03,24518,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2023.06,26021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2023.09,21797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2023.12,24562,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2024.03,26172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P60,2024.06,26421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06NAC00P61,1987.06,3410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1987.09,3087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1987.12,3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1988.03,3247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1988.06,3390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1988.09,3352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1988.12,3570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1989.03,3680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1989.06,4210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1989.09,3400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1989.12,3614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1990.03,3808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1990.06,4117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1990.09,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1990.12,3865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1991.03,3898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1991.06,4378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1991.09,4144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1991.12,4342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1992.03,4166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1992.06,5094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1992.09,4469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1992.12,4582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1993.03,4648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1993.06,5336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1993.09,4863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1993.12,4670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1994.03,4801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1994.06,5514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1994.09,4906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1994.12,5104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1995.03,5222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1995.06,5364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1995.09,4953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1995.12,5015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1996.03,4845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1996.06,5582,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1996.09,5162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1996.12,5163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1997.03,4866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1997.06,5659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1997.09,5365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1997.12,5521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1998.03,5354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1998.06,5605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1998.09,5801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1998.12,5911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1999.03,5462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1999.06,5857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1999.09,6090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,1999.12,6280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2000.03,6410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2000.06,7284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2000.09,7411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2000.12,8370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2001.03,7827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2001.06,8825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2001.09,8184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2001.12,8014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2002.03,7738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2002.06,8445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2002.09,7547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2002.12,7423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2003.03,7137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2003.06,7601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2003.09,6957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2003.12,7171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2004.03,7334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2004.06,8689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2004.09,7156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2004.12,7787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2005.03,7598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2005.06,8352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2005.09,7335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2005.12,7962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2006.03,7865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2006.06,9493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2006.09,8760,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2006.12,8592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2007.03,8687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2007.06,9327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2007.09,8428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2007.12,10510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2008.03,10359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2008.06,11307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2008.09,10429,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2008.12,11613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2009.03,10765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2009.06,10898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2009.09,9013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2009.12,9456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2010.03,10574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2010.06,11981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2010.09,10094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2010.12,11344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2011.03,11871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2011.06,13301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2011.09,10741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2011.12,12332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2012.03,11667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2012.06,12556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2012.09,10741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2012.12,11515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2013.03,11715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2013.06,12085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2013.09,11048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2013.12,13547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2014.03,13729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2014.06,13278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2014.09,10952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2014.12,12563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2015.03,12419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2015.06,12727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2015.09,11614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2015.12,12398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2016.03,12137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2016.06,13151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2016.09,10871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2016.12,12222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2017.03,12686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2017.06,14369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2017.09,12124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2017.12,14759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2018.03,13643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2018.06,15259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2018.09,13656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2018.12,15079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2019.03,14828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2019.06,16220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2019.09,13380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2019.12,15773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2020.03,15341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2020.06,15708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2020.09,12900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2020.12,15066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2021.03,14400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2021.06,17543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2021.09,14591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2021.12,17229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2022.03,16619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2022.06,19415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2022.09,17719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2022.12,19014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2023.03,16850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2023.06,19757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2023.09,15281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2023.12,17327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2024.03,17238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P61,2024.06,19467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Goods,,,, +SNEQ.SG06NAC00P62,1987.06,931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1987.09,907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1987.12,1141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1988.03,1307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1988.06,1011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1988.09,933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1988.12,1120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1989.03,1314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1989.06,951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1989.09,983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1989.12,1218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1990.03,1372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1990.06,1075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1990.09,979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1990.12,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1991.03,1430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1991.06,1110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1991.09,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1991.12,1299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1992.03,1613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1992.06,1258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1992.09,1201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1992.12,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1993.03,1787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1993.06,1322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1993.09,1204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1993.12,1621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1994.03,2065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1994.06,1539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1994.09,1499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1994.12,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1995.03,2213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1995.06,1795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1995.09,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1995.12,2185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1996.03,2504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1996.06,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1996.09,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1996.12,2109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1997.03,2383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1997.06,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1997.09,1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1997.12,2131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1998.03,2469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1998.06,1810,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1998.09,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1998.12,2281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1999.03,3040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1999.06,2045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1999.09,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,1999.12,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2000.03,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2000.06,2368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2000.09,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2000.12,3254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2001.03,4102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2001.06,2714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2001.09,2515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2001.12,3179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2002.03,4435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2002.06,2977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2002.09,2850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2002.12,3713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2003.03,4310,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2003.06,3041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2003.09,2937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2003.12,3630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2004.03,4448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2004.06,3449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2004.09,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2004.12,3516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2005.03,4453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2005.06,3187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2005.09,3202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2005.12,3557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2006.03,4627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2006.06,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2006.09,3131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2006.12,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2007.03,4922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2007.06,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2007.09,3392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2007.12,3953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2008.03,5110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2008.06,3856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2008.09,3408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2008.12,4087,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2009.03,5294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2009.06,3548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2009.09,3480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2009.12,3986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2010.03,4878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2010.06,3635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2010.09,3455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2010.12,4072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2011.03,5107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2011.06,3613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2011.09,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2011.12,4470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2012.03,4994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2012.06,3669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2012.09,3509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2012.12,4025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2013.03,5036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2013.06,3717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2013.09,3604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2013.12,4075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2014.03,5271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2014.06,3790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2014.09,3659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2014.12,4914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2015.03,6332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2015.06,4806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2015.09,4796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2015.12,5648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2016.03,7263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2016.06,5212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2016.09,4855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2016.12,5884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2017.03,7409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2017.06,5747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2017.09,5237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2017.12,6284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2018.03,8039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2018.06,6133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2018.09,5420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2018.12,6709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2019.03,8289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2019.06,6241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2019.09,6014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2019.12,6992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2020.03,8402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2020.06,3446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2020.09,3276,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2020.12,3319,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2021.03,3161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2021.06,3957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2021.09,3289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2021.12,3542,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2022.03,3340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2022.06,3843,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2022.09,4639,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2022.12,5482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2023.03,7668,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2023.06,6263,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2023.09,6516,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2023.12,7235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2024.03,8934,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P62,2024.06,6954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Exports of Services,,,, +SNEQ.SG06NAC00P70,1987.06,3980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1987.09,4052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1987.12,4049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1988.03,3498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1988.06,3642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1988.09,3927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1988.12,4049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1989.03,3961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1989.06,4496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1989.09,4988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1989.12,5164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1990.03,4370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1990.06,4861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1990.09,5236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1990.12,5069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1991.03,4510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1991.06,4521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1991.09,4891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1991.12,5034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1992.03,4906,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1992.06,5263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1992.09,5814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1992.12,5819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1993.03,5071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1993.06,5499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1993.09,6121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1993.12,5926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1994.03,5248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1994.06,5939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1994.09,6801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1994.12,6611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1995.03,6050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1995.06,6254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1995.09,7096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1995.12,6880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1996.03,6255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1996.06,6664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1996.09,7406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1996.12,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1997.03,6095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1997.06,7082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1997.09,7203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1997.12,7320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1998.03,6618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1998.06,7171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1998.09,7899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1998.12,7940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1999.03,7199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1999.06,7731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1999.09,8766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,1999.12,9704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2000.03,8277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2000.06,8913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2000.09,10210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2000.12,10928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2001.03,9222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2001.06,9655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2001.09,10503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2001.12,10671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2002.03,10105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2002.06,9669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2002.09,10781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2002.12,10829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2003.03,9017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2003.06,9630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2003.09,10512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2003.12,10650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2004.03,9776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2004.06,11003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2004.09,11711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2004.12,11940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2005.03,10564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2005.06,11591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2005.09,12888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2005.12,12506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2006.03,11462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2006.06,12636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2006.09,13778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2006.12,13134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2007.03,12045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2007.06,12628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2007.09,13782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2007.12,14578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2008.03,13430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2008.06,15273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2008.09,16644,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2008.12,16272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2009.03,13045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2009.06,12672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2009.09,13046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2009.12,13241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2010.03,12361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2010.06,13164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2010.09,14381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2010.12,15406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2011.03,13941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2011.06,14830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2011.09,15797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2011.12,16117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2012.03,14704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2012.06,14890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2012.09,16139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2012.12,15958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2013.03,14266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2013.06,14758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2013.09,17113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2013.12,16490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2014.03,14968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2014.06,15525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2014.09,17237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2014.12,17727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2015.03,15448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2015.06,16215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2015.09,18704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2015.12,18224,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2016.03,15650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2016.06,16677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2016.09,18219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2016.12,18251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2017.03,16923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2017.06,18077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2017.09,19418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2017.12,20957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2018.03,18888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2018.06,20200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2018.09,22698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2018.12,22643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2019.03,19941,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2019.06,21084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2019.09,23197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2019.12,23463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2020.03,19953,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2020.06,15994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2020.09,18479,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2020.12,19845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2021.03,18873,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2021.06,20458,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2021.09,24257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2021.12,25778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2022.03,23697,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2022.06,26416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2022.09,30950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2022.12,31646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2023.03,26797,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2023.06,26885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2023.09,29094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2023.12,28810,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2024.03,26132,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P70,2024.06,27194,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06NAC00P71,1987.06,2732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1987.09,2900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1987.12,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1988.03,2422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1988.06,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1988.09,2632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1988.12,2804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1989.03,2821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1989.06,3103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1989.09,3460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1989.12,3802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1990.03,3178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1990.06,3339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1990.09,3705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1990.12,3661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1991.03,3215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1991.06,2995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1991.09,3295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1991.12,3471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1992.03,3483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1992.06,3514,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1992.09,4005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1992.12,4099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1993.03,3574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1993.06,3852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1993.09,4395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1993.12,4329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1994.03,3806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1994.06,4220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1994.09,4934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1994.12,4920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1995.03,4448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1995.06,4464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1995.09,5186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1995.12,5068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1996.03,4585,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1996.06,4825,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1996.09,5480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1996.12,5147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1997.03,4467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1997.06,5273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1997.09,5179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1997.12,5305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1998.03,4872,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1998.06,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1998.09,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1998.12,5773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1999.03,5219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1999.06,5631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1999.09,6392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,1999.12,7431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2000.03,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2000.06,6574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2000.09,7512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2000.12,8161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2001.03,6767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2001.06,7089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2001.09,7788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2001.12,8020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2002.03,7686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2002.06,7117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2002.09,8003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2002.12,8167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2003.03,6782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2003.06,7251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2003.09,7749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2003.12,8047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2004.03,7402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2004.06,8315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2004.09,8667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2004.12,9027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2005.03,7876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2005.06,8633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2005.09,9647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2005.12,9465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2006.03,8648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2006.06,9523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2006.09,10372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2006.12,10002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2007.03,9160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2007.06,9461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2007.09,10237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2007.12,11133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2008.03,10266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2008.06,11575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2008.09,12654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2008.12,12345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2009.03,9633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2009.06,9307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2009.09,9481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2009.12,9851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2010.03,9175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2010.06,9749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2010.09,10561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2010.12,11635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2011.03,10419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2011.06,11046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2011.09,11667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2011.12,12222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2012.03,11144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2012.06,11161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2012.09,12035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2012.12,12040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2013.03,10776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2013.06,11001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2013.09,12911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2013.12,12501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2014.03,11316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2014.06,11646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2014.09,12996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2014.12,13491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2015.03,11531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2015.06,12056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2015.09,14063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2015.12,13739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2016.03,11519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2016.06,12265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2016.09,13479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2016.12,13654,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2017.03,12459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2017.06,13375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2017.09,14260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2017.12,15914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2018.03,14122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2018.06,14979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2018.09,16874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2018.12,16899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2019.03,14541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2019.06,15309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2019.09,16852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2019.12,17304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2020.03,14457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2020.06,12025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2020.09,14345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2020.12,15646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2021.03,14801,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2021.06,15822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2021.09,19027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2021.12,20061,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2022.03,18264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2022.06,20076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2022.09,23250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2022.12,23694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2023.03,19580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2023.06,19537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2023.09,21142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2023.12,20990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2024.03,18716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P71,2024.06,19484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Goods,,,, +SNEQ.SG06NAC00P72,1987.06,1248,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1987.09,1152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1987.12,1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1988.03,1076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1988.06,1311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1988.09,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1988.12,1245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1989.03,1140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1989.06,1393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1989.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1989.12,1362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1990.03,1192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1990.06,1522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1990.09,1531,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1990.12,1408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1991.03,1295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1991.06,1526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1991.09,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1991.12,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1992.03,1423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1992.06,1749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1992.09,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1992.12,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1993.03,1497,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1993.06,1647,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1993.09,1726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1993.12,1597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1994.03,1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1994.06,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1994.09,1867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1994.12,1691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1995.03,1602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1995.06,1790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1995.09,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1995.12,1812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1996.03,1670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1996.06,1839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1996.09,1926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1996.12,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1997.03,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1997.06,1809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1997.09,2024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1997.12,2015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1998.03,1746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1998.06,2182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1998.09,2358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1998.12,2167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1999.03,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1999.06,2100,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1999.09,2374,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,1999.12,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2000.03,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2000.06,2340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2000.09,2698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2000.12,2767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2001.03,2454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2001.06,2566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2001.09,2715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2001.12,2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2002.03,2419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2002.06,2552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2002.09,2778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2002.12,2662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2003.03,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2003.06,2379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2003.09,2762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2003.12,2604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2004.03,2375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2004.06,2689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2004.09,3045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2004.12,2912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2005.03,2688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2005.06,2958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2005.09,3241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2005.12,3041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2006.03,2814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2006.06,3113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2006.09,3405,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2006.12,3132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2007.03,2884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2007.06,3167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2007.09,3545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2007.12,3445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2008.03,3165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2008.06,3698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2008.09,3990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2008.12,3927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2009.03,3413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2009.06,3365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2009.09,3565,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2009.12,3391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2010.03,3186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2010.06,3415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2010.09,3820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2010.12,3770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2011.03,3522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2011.06,3784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2011.09,4130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2011.12,3895,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2012.03,3560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2012.06,3729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2012.09,4104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2012.12,3918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2013.03,3490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2013.06,3756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2013.09,4202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2013.12,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2014.03,3651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2014.06,3879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2014.09,4241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2014.12,4236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2015.03,3917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2015.06,4160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2015.09,4641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2015.12,4485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2016.03,4131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2016.06,4412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2016.09,4739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2016.12,4597,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2017.03,4464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2017.06,4702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2017.09,5158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2017.12,5043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2018.03,4766,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2018.06,5220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2018.09,5824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2018.12,5744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2019.03,5400,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2019.06,5775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2019.09,6345,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2019.12,6159,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2020.03,5496,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2020.06,3969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2020.09,4134,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2020.12,4199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2021.03,4072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2021.06,4636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2021.09,5229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2021.12,5717,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2022.03,5434,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2022.06,6340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2022.09,7700,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2022.12,7951,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2023.03,7218,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2023.06,7348,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2023.09,7952,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2023.12,7821,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2024.03,7416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NAC00P72,2024.06,7711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Actual, Total",Imports of Services,,,, +SNEQ.SG06NSC00P60,1987.06,4217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1987.09,4199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1987.12,4218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1988.03,4401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1988.06,4261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1988.09,4526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1988.12,4764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1989.03,4821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1989.06,4991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1989.09,4641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1989.12,4901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1990.03,5006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1990.06,5004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1990.09,5083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1990.12,5141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1991.03,5148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1991.06,5285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1991.09,5574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1991.12,5726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1992.03,5583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1992.06,6115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1992.09,6031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1992.12,6060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1993.03,6209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1993.06,6426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1993.09,6462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1993.12,6351,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1994.03,6624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1994.06,6833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1994.09,6836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1994.12,7007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1995.03,7171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1995.06,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1995.09,7025,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1995.12,7152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1996.03,7079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1996.06,7286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1996.09,7203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1996.12,7172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1997.03,6964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1997.06,7278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1997.09,7358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1997.12,7509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1998.03,7493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1998.06,7469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1998.09,7988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1998.12,8039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1999.03,8101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1999.06,7991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1999.09,8547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,1999.12,8936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2000.03,9490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2000.06,9755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2000.09,10251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2000.12,11495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2001.03,11262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2001.06,11600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2001.09,11443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2001.12,11112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2002.03,11483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2002.06,11389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2002.09,11165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2002.12,11110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2003.03,10800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2003.06,10527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2003.09,10658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2003.12,10820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2004.03,11113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2004.06,11941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2004.09,10986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2004.12,11354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2005.03,11355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2005.06,11308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2005.09,11436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2005.12,11568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2006.03,11749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2006.06,12701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2006.09,12966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2006.12,12499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2007.03,12765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2007.06,12592,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2007.09,12964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2007.12,14520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2008.03,14458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2008.06,14785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2008.09,15288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2008.12,15720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2009.03,14991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2009.06,14054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2009.09,13896,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2009.12,13418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2010.03,14402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2010.06,15195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2010.09,15144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2010.12,15333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2011.03,15807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2011.06,16484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2011.09,16121,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2011.12,16652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2012.03,15468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2012.06,15891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2012.09,16018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2012.12,15336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2013.03,15516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2013.06,15557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2013.09,16472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2013.12,17355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2014.03,17562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2014.06,16862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2014.09,16418,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2014.12,17196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2015.03,17344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2015.06,17301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2015.09,18454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2015.12,17751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2016.03,17997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2016.06,18045,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2016.09,17702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2016.12,17789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2017.03,18749,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2017.06,19654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2017.09,19542,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2017.12,20680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2018.03,20335,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2018.06,20794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2018.09,21469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2018.12,21396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2019.03,21793,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2019.06,21751,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2019.09,21789,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2019.12,22373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2020.03,22461,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2020.06,18508,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2020.09,18114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2020.12,18108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2021.03,16659,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2021.06,20724,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2021.09,19955,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2021.12,20529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2022.03,18968,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2022.06,22352,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2022.09,24921,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2022.12,24262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2023.03,23336,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2023.06,24949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2023.09,24266,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2023.12,24373,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2024.03,24928,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P60,2024.06,25295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06NSC00P61,1987.06,3189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1987.09,3145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1987.12,3111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1988.03,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1988.06,3168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1988.09,3421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1988.12,3686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1989.03,3754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1989.06,3928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1989.09,3474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1989.12,3726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1990.03,3888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1990.06,3836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1990.09,3899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1990.12,3976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1991.03,3983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1991.06,4081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1991.09,4253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1991.12,4446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1992.03,4269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1992.06,4749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1992.09,4593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1992.12,4669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1993.03,4777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1993.06,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1993.09,4985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1993.12,4738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1994.03,4953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1994.06,5171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1994.09,5011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1994.12,5166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1995.03,5393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1995.06,5055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1995.09,5041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1995.12,5060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1996.03,5017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1996.06,5275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1996.09,5242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1996.12,5198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1997.03,5046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1997.06,5360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1997.09,5444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1997.12,5542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1998.03,5558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1998.06,5320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1998.09,5881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1998.12,5925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1999.03,5675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1999.06,5559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1999.09,6184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,1999.12,6284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2000.03,6659,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2000.06,6907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2000.09,7548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2000.12,8367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2001.03,8126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2001.06,8349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2001.09,8370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2001.12,8014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2002.03,8010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2002.06,7970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2002.09,7762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2002.12,7422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2003.03,7368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2003.06,7150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2003.09,7208,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2003.12,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2004.03,7551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2004.06,8142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2004.09,7475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2004.12,7776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2005.03,7789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2005.06,7804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2005.09,7721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2005.12,7950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2006.03,8024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2006.06,8850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2006.09,9295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2006.12,8574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2007.03,8820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2007.06,8678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2007.09,9024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2007.12,10462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2008.03,10471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2008.06,10518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2008.09,11245,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2008.12,11535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2009.03,10828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2009.06,10153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2009.09,9768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2009.12,9384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2010.03,10566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2010.06,11201,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2010.09,10983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2010.12,11233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2011.03,11819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2011.06,12463,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2011.09,11721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2011.12,12196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2012.03,11587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2012.06,11775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2012.09,11758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2012.12,11362,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2013.03,11634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2013.06,11328,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2013.09,12124,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2013.12,13340,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2014.03,13641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2014.06,12437,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2014.09,12051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2014.12,12334,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2015.03,12357,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2015.06,11925,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2015.09,12784,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2015.12,12146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2016.03,12108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2016.06,12307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2016.09,11975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2016.12,11945,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2017.03,12704,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2017.06,13427,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2017.09,13345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2017.12,14395,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2018.03,13750,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2018.06,14199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2018.09,15030,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2018.12,14685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2019.03,15037,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2019.06,15027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2019.09,14726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2019.12,15349,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2020.03,15640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2020.06,14490,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2020.09,14212,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2020.12,14646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2021.03,14732,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2021.06,16146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2021.09,16071,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2021.12,16742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2022.03,17048,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2022.06,17842,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2022.09,19499,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2022.12,18482,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2023.03,17322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2023.06,18128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2023.09,16807,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2023.12,16841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2024.03,17755,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P61,2024.06,17829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06NSC00P62,1987.06,1027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1987.09,1067,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1987.12,1084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1988.03,1098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1988.06,1115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1988.09,1093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1988.12,1071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1989.03,1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1989.06,1046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1989.09,1149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1989.12,1175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1990.03,1144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1990.06,1180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1990.09,1146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1990.12,1168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1991.03,1184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1991.06,1217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1991.09,1296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1991.12,1268,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1992.03,1326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1992.06,1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1992.09,1424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1992.12,1356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1993.03,1462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1993.06,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1993.09,1443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1993.12,1567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1994.03,1682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1994.06,1702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1994.09,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1994.12,1805,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1995.03,1797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1995.06,1999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1995.09,1992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1995.12,2070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1996.03,2022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1996.06,2020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1996.09,1976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1996.12,1990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1997.03,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1997.06,1846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1997.09,1942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1997.12,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1998.03,1948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1998.06,2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1998.09,2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1998.12,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1999.03,2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1999.06,2364,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1999.09,2466,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,1999.12,2673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2000.03,2781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2000.06,2746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2000.09,2784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2000.12,3125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2001.03,3169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2001.06,3129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2001.09,3133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2001.12,3070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2002.03,3452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2002.06,3399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2002.09,3502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2002.12,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2003.03,3388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2003.06,3423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2003.09,3566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2003.12,3573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2004.03,3527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2004.06,3834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2004.09,3620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2004.12,3498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2005.03,3552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2005.06,3500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2005.09,3831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2005.12,3566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2006.03,3693,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2006.06,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2006.09,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2006.12,3892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2007.03,3922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2007.06,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2007.09,4035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2007.12,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2008.03,4065,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2008.06,4251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2008.09,4036,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2008.12,4103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2009.03,4226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2009.06,3928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2009.09,4107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2009.12,3980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2010.03,3903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2010.06,4055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2010.09,4051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2010.12,4053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2011.03,4098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2011.06,4041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2011.09,4246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2011.12,4440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2012.03,4010,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2012.06,4112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2012.09,4102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2012.12,3999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2013.03,4044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2013.06,4154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2013.09,4226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2013.12,4056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2014.03,4229,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2014.06,4216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2014.09,4301,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2014.12,4909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2015.03,5078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2015.06,5307,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2015.09,5666,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2015.12,5648,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2016.03,5835,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2016.06,5720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2016.09,5744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2016.12,5890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2017.03,5969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2017.06,6277,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2017.09,6194,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2017.12,6291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2018.03,6503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2018.06,6673,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2018.09,6385,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2018.12,6736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2019.03,6721,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2019.06,6769,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2019.09,7066,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2019.12,7040,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2020.03,6824,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2020.06,3730,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2020.09,3830,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2020.12,3358,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2021.03,2570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2021.06,4272,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2021.09,3828,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2021.12,3600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2022.03,2720,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2022.06,4136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2022.09,5382,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2022.12,5597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2023.03,6254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2023.06,6715,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2023.09,7545,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2023.12,7408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2024.03,7292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P62,2024.06,7439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06NSC00P70,1987.06,4038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1987.09,3876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1987.12,3914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1988.03,3741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1988.06,3697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1988.09,3756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1988.12,3913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1989.03,4233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1989.06,4575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1989.09,4764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1989.12,4989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1990.03,4673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1990.06,4959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1990.09,4985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1990.12,4890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1991.03,4837,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1991.06,4626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1991.09,4632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1991.12,4856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1992.03,5281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1992.06,5399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1992.09,5474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1992.12,5615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1993.03,5481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1993.06,5653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1993.09,5728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1993.12,5725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1994.03,5691,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1994.06,6112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1994.09,6339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1994.12,6390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1995.03,6579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1995.06,6433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1995.09,6606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1995.12,6651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1996.03,6798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1996.06,6859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1996.09,6910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1996.12,6653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1997.03,6610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1997.06,6718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1997.09,6754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1997.12,7021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1998.03,7171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1998.06,7402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1998.09,7450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1998.12,7562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1999.03,7803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1999.06,7988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1999.09,8309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,1999.12,8586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2000.03,8983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2000.06,9215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2000.09,9701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2000.12,10313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2001.03,10024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2001.06,9963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2001.09,9993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2001.12,10064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2002.03,11019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2002.06,9935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2002.09,10247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2002.12,10256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2003.03,9847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2003.06,9844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2003.09,9973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2003.12,10149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2004.03,10670,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2004.06,11212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2004.09,11081,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2004.12,11453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2005.03,11503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2005.06,11790,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2005.09,12195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2005.12,12021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2006.03,12449,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2006.06,12866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2006.09,13050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2006.12,12622,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2007.03,13035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2007.06,12712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2007.09,13106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2007.12,13964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2008.03,14478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2008.06,15624,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2008.09,15907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2008.12,15524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2009.03,14012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2009.06,12990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2009.09,12528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2009.12,12584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2010.03,13237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2010.06,13540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2010.09,13821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2010.12,14634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2011.03,14885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2011.06,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2011.09,15150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2011.12,15312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2012.03,15688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2012.06,15443,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2012.09,15400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2012.12,15168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2013.03,15255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2013.06,15349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2013.09,16243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2013.12,15671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2014.03,16073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2014.06,16166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2014.09,16288,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2014.12,16854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2015.03,16648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2015.06,16869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2015.09,17651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2015.12,17313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2016.03,16918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2016.06,17320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2016.09,17197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2016.12,17325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2017.03,18332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2017.06,18736,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2017.09,18349,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2017.12,19890,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2018.03,20466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2018.06,20914,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2018.09,21471,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2018.12,21483,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2019.03,21600,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2019.06,21825,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2019.09,21963,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2019.12,22251,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2020.03,21597,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2020.06,16570,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2020.09,17498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2020.12,18819,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2021.03,20408,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2021.06,21208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2021.09,22966,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2021.12,24473,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2022.03,25572,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2022.06,27394,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2022.09,29321,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2022.12,30074,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2023.03,28856,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2023.06,27893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2023.09,27575,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2023.12,27397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2024.03,28099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P70,2024.06,28222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06NSC00P71,1987.06,2878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1987.09,2770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1987.12,2762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1988.03,2557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1988.06,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1988.09,2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1988.12,2653,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1989.03,2978,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1989.06,3261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1989.09,3311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1989.12,3599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1990.03,3358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1990.06,3508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1990.09,3540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1990.12,3461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1991.03,3414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1991.06,3148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1991.09,3130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1991.12,3286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1992.03,3717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1992.06,3695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1992.09,3780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1992.12,3887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1993.03,3835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1993.06,4052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1993.09,4117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1993.12,4118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1994.03,4104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1994.06,4432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1994.09,4602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1994.12,4690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1995.03,4811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1995.06,4675,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1995.09,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1995.12,4838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1996.03,4955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1996.06,5047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1996.09,5127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1996.12,4907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1997.03,4815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1997.06,5487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1997.09,4878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1997.12,5027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1998.03,5251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1998.06,5210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1998.09,5258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1998.12,5434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1999.03,5631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1999.06,5874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1999.09,6102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,1999.12,6991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2000.03,6618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2000.06,6841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2000.09,7192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2000.12,7618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2001.03,7345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2001.06,7345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2001.09,7472,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2001.12,7486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2002.03,8378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2002.06,7325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2002.09,7674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2002.12,7665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2003.03,7398,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2003.06,7419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2003.09,7419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2003.12,7605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2004.03,8062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2004.06,8480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2004.09,8275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2004.12,8591,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2005.03,8551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2005.06,8797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2005.09,9207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2005.12,9024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2006.03,9365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2006.06,9727,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2006.09,9901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2006.12,9532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2007.03,9885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2007.06,9688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2007.09,9804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2007.12,10571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2008.03,11039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2008.06,11889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2008.09,12186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2008.12,11668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2009.03,10323,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2009.06,9578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2009.09,9181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2009.12,9271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2010.03,9804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2010.06,10066,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2010.09,10234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2010.12,10947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2011.03,11096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2011.06,11456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2011.09,11273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2011.12,11504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2012.03,11861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2012.06,11640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2012.09,11550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2012.12,11341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2013.03,11504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2013.06,11520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2013.09,12297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2013.12,11773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2014.03,12153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2014.06,12217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2014.09,12301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2014.12,12705,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2015.03,12452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2015.06,12636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2015.09,13281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2015.12,12918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2016.03,12500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2016.06,12830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2016.09,12735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2016.12,12815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2017.03,13558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2017.06,13958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2017.09,13499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2017.12,14924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2018.03,15366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2018.06,15615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2018.09,16006,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2018.12,15839,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2019.03,15798,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2019.06,15969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2019.09,16000,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2019.12,16210,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2020.03,15689,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2020.06,12565,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2020.09,13612,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2020.12,14656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2021.03,16050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2021.06,16554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2021.09,18031,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2021.12,18817,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2022.03,19778,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2022.06,21021,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2022.09,22018,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2022.12,22257,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2023.03,21166,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2023.06,20477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2023.09,20006,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2023.12,19736,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2024.03,20214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P71,2024.06,20431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06NSC00P72,1987.06,1156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1987.09,1112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1987.12,1147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1988.03,1199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1988.06,1222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1988.09,1239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1988.12,1259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1989.03,1276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1989.06,1308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1989.09,1447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1989.12,1375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1990.03,1343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1990.06,1438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1990.09,1440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1990.12,1417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1991.03,1457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1991.06,1455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1991.09,1498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1991.12,1563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1992.03,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1992.06,1681,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1992.09,1692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1992.12,1718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1993.03,1673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1993.06,1600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1993.09,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1993.12,1596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1994.03,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1994.06,1680,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1994.09,1733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1994.12,1696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1995.03,1765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1995.06,1761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1995.09,1770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1995.12,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1996.03,1831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1996.06,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1996.09,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1996.12,1758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1997.03,1774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1997.06,1799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1997.09,1875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1997.12,2017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1998.03,1897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1998.06,2187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1998.09,2188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1998.12,2153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1999.03,2140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1999.06,2127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1999.09,2210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,1999.12,2235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2000.03,2332,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2000.06,2388,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2000.09,2526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2000.12,2686,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2001.03,2656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2001.06,2629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2001.09,2542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2001.12,2559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2002.03,2633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2002.06,2615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2002.09,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2002.12,2572,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2003.03,2450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2003.06,2430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2003.09,2556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2003.12,2538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2004.03,2610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2004.06,2730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2004.09,2806,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2004.12,2864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2005.03,2951,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2005.06,2990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2005.09,2986,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2005.12,3008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2006.03,3080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2006.06,3136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2006.09,3151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2006.12,3093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2007.03,3145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2007.06,3196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2007.09,3300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2007.12,3385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2008.03,3438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2008.06,3742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2008.09,3735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2008.12,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2009.03,3684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2009.06,3425,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2009.09,3341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2009.12,3316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2010.03,3424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2010.06,3486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2010.09,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2010.12,3689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2011.03,3782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2011.06,3870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2011.09,3857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2011.12,3817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2012.03,3827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2012.06,3813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2012.09,3833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2012.12,3832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2013.03,3758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2013.06,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2013.09,3926,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2013.12,3901,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2014.03,3929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2014.06,3960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2014.09,3976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2014.12,4140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2015.03,4207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2015.06,4239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2015.09,4360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2015.12,4392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2016.03,4428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2016.06,4483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2016.09,4464,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2016.12,4509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2017.03,4775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2017.06,4775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2017.09,4860,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2017.12,4953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2018.03,5091,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2018.06,5302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2018.09,5493,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2018.12,5638,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2019.03,5756,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2019.06,5879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2019.09,5992,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2019.12,6034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2020.03,5845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2020.06,4051,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2020.09,3913,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2020.12,4101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2021.03,4318,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2021.06,4747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2021.09,4961,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2021.12,5573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2022.03,5743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2022.06,6509,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2022.09,7319,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2022.12,7742,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2023.03,7609,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2023.06,7554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2023.09,7566,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2023.12,7615,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2024.03,7806,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06NSC00P72,2024.06,7929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Nominal, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RAC00D40,1987.06,-952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1987.09,-1101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1987.12,-1079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1988.03,-1024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1988.06,-1064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1988.09,-994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1988.12,-911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1989.03,-744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1989.06,-1133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1989.09,-822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1989.12,-972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1990.03,-800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1990.06,-889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1990.09,-924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1990.12,-821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1991.03,-830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1991.06,-1441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1991.09,-1491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1991.12,-1385,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1992.03,-1160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1992.06,-1102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1992.09,-1342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1992.12,-1487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1993.03,-1197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1993.06,-1442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1993.09,-1544,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1993.12,-1778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1994.03,-1606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1994.06,-1748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1994.09,-1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1994.12,-1835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1995.03,-1804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1995.06,-1558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1995.09,-1402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1995.12,-1879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1996.03,-1772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1996.06,-2055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1996.09,-1645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1996.12,-2471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1997.03,-2400,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1997.06,-2284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1997.09,-1912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1997.12,-1715,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1998.03,-1203,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1998.06,-1381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1998.09,-1386,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1998.12,-1131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1999.03,-1292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1999.06,-1188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1999.09,-1874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,1999.12,-1943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2000.03,-1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2000.06,-1396,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2000.09,-1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2000.12,-1610,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2001.03,-1518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2001.06,-1367,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2001.09,-1468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2001.12,-1579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2002.03,-1379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2002.06,-1639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2002.09,-1658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2002.12,-1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2003.03,-1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2003.06,-1937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2003.09,-1694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2003.12,-1908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2004.03,-1965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2004.06,-2228,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2004.09,-2598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2004.12,-2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2005.03,-2587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2005.06,-2696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2005.09,-2733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2005.12,-2947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2006.03,-3106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2006.06,-2669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2006.09,-2751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2006.12,-3184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2007.03,-3072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2007.06,-3350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2007.09,-3721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2007.12,-3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2008.03,-3551,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2008.06,-3655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2008.09,-3271,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2008.12,-2942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2009.03,-2623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2009.06,-1519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2009.09,-1097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2009.12,-3352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2010.03,-1883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2010.06,-2414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2010.09,-2178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2010.12,-2833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2011.03,-2512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2011.06,-2170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2011.09,-2491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2011.12,-2525,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2012.03,-2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2012.06,-2433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2012.09,-2086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2012.12,-2075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2013.03,-2279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2013.06,-2108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2013.09,-2102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2013.12,-2660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2014.03,-2549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2014.06,-2650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2014.09,-2366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2014.12,-2822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2015.03,-2520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2015.06,-2517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2015.09,-2206,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2015.12,-2254,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2016.03,-1913,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2016.06,-2139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2016.09,-2370,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2016.12,-2176,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2017.03,-2809,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2017.06,-2356,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2017.09,-3154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2017.12,-3207,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2018.03,-2902,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2018.06,-2997,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2018.09,-2733,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2018.12,-2843,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2019.03,-2576,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2019.06,-2306,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2019.09,-2102,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2019.12,-1780,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2020.03,-1738,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2020.06,-1250,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2020.09,-1516,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2020.12,-1324,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2021.03,-2104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2021.06,-2072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2021.09,-2001,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2021.12,-2271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2022.03,-2271,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2022.06,-2531,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2022.09,-2323,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2022.12,-2726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2023.03,-2172,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2023.06,-2781,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2023.09,-2950,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2023.12,-2646,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2024.03,-2757,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D40,2024.06,-2848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Investment Income, net",,,, +SNEQ.SG06RAC00D79,1987.06,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1987.09,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1987.12,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1988.03,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1988.06,77,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1988.09,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1988.12,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1989.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1989.06,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1989.09,92,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1989.12,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1990.03,104,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1990.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1990.09,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1990.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1991.03,84,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1991.06,23,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1991.09,49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1991.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1992.03,83,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1992.06,14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1992.09,29,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1992.12,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1993.03,73,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1993.06,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1993.09,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1993.12,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1994.03,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1994.06,66,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1994.09,56,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1994.12,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1995.03,123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1995.06,2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1995.09,37,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1995.12,145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1996.03,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1996.06,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1996.09,170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1996.12,409,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1997.03,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1997.06,64,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1997.09,122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1997.12,172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1998.03,275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1998.06,-4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1998.09,54,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1998.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1999.03,32,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1999.06,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1999.09,144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,1999.12,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2000.03,138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2000.06,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2000.09,120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2000.12,116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2001.03,93,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2001.06,88,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2001.09,47,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2001.12,86,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2002.03,-17,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2002.06,19,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2002.09,18,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2002.12,127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2003.03,-40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2003.06,52,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2003.09,21,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2003.12,279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2004.03,-62,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2004.06,94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2004.09,59,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2004.12,78,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2005.03,140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2005.06,34,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2005.09,48,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2005.12,118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2006.03,-28,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2006.06,222,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2006.09,188,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2006.12,240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2007.03,-35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2007.06,199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2007.09,277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2007.12,132,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2008.03,151,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2008.06,325,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2008.09,303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2008.12,114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2009.03,-9,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2009.06,270,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2009.09,112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2009.12,53,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2010.03,185,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2010.06,-98,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2010.09,-25,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2010.12,-7,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2011.03,-49,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2011.06,-110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2011.09,-45,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2011.12,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2012.03,-166,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2012.06,-94,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2012.09,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2012.12,-70,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2013.03,-128,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2013.06,-190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2013.09,-126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2013.12,-24,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2014.03,-126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2014.06,-146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2014.09,-157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2014.12,35,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2015.03,-110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2015.06,-131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2015.09,40,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2015.12,-1,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2016.03,-212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2016.06,4,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2016.09,-161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2016.12,90,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2017.03,-159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2017.06,-274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2017.09,-134,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2017.12,-14,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2018.03,-347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2018.06,-361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2018.09,-247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2018.12,-2,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2019.03,-5,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2019.06,-168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2019.09,-113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2019.12,72,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2020.03,6,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2020.06,-365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2020.09,-144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2020.12,12,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2021.03,-26,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2021.06,-114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2021.09,-177,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2021.12,-148,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2022.03,-152,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2022.06,-95,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2022.09,-50,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2022.12,140,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2023.03,264,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2023.06,-150,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2023.09,-127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2023.12,-158,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2024.03,-329,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00D79,2024.06,-233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total","Current Transfers and Taxes, net",,,, +SNEQ.SG06RAC00P60,1987.06,5722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1987.09,5464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1987.12,5595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1988.03,5897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1988.06,5885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1988.09,5426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1988.12,5773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1989.03,6076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1989.06,6112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1989.09,5095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1989.12,5501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1990.03,5995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1990.06,6242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1990.09,5867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1990.12,6102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1991.03,6605,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1991.06,6853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1991.09,6471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1991.12,6881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1992.03,6903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1992.06,7535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1992.09,6630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1992.12,6902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1993.03,7284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1993.06,7613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1993.09,7056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1993.12,7563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1994.03,8146,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1994.06,8469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1994.09,7811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1994.12,8064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1995.03,8614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1995.06,8748,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1995.09,7989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1995.12,8575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1996.03,8892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1996.06,9052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1996.09,8312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1996.12,9155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1997.03,9120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1997.06,9250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1997.09,8660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1997.12,9426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1998.03,9520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1998.06,8952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1998.09,8939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1998.12,9788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1999.03,10435,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1999.06,9617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1999.09,9580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,1999.12,10669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2000.03,11414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2000.06,10788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2000.09,9990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2000.12,11207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2001.03,11796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2001.06,11249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2001.09,10618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2001.12,11156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2002.03,12197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2002.06,12062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2002.09,11218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2002.12,12436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2003.03,12910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2003.06,12183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2003.09,11459,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2003.12,12515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2004.03,13773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2004.06,13517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2004.09,11481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2004.12,12852,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2005.03,13663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2005.06,13068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2005.09,11756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2005.12,12851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2006.03,13611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2006.06,13277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2006.09,12175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2006.12,13172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2007.03,14442,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2007.06,13774,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2007.09,12419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2007.12,14167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2008.03,14787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2008.06,14068,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2008.09,12034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2008.12,13302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2009.03,14263,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2009.06,14227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2009.09,12690,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2009.12,14058,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2010.03,14856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2010.06,14771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2010.09,13006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2010.12,14433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2011.03,15197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2011.06,14972,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2011.09,13158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2011.12,15207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2012.03,15387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2012.06,15044,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2012.09,13750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2012.12,15387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2013.03,16329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2013.06,15106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2013.09,13290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2013.12,15461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2014.03,16735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2014.06,15339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2014.09,13553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2014.12,16639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2015.03,17960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2015.06,16682,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2015.09,15097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2015.12,17499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2016.03,18456,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2016.06,17770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2016.09,15541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2016.12,17312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2017.03,18381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2017.06,18174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2017.09,16008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2017.12,18269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2018.03,19214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2018.06,18728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2018.09,16300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2018.12,18797,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2019.03,20276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2019.06,19285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2019.09,16596,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2019.12,18803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2020.03,19505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2020.06,15573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2020.09,13957,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2020.12,15944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2021.03,15350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2021.06,17712,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2021.09,14196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2021.12,15993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2022.03,14430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2022.06,16241,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2022.09,15296,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2022.12,16776,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2023.03,17515,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2023.06,18672,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2023.09,15613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2023.12,18101,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2024.03,19099,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P60,2024.06,18862,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods and Services,,,, +SNEQ.SG06RAC00P61,1987.06,4109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1987.09,3902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1987.12,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1988.03,3876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1988.06,4199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1988.09,3878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1988.12,3989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1989.03,4060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1989.06,4515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1989.09,3576,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1989.12,3701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1990.03,4002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1990.06,4548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1990.09,4311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1990.12,4320,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1991.03,4550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1991.06,5124,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1991.09,4784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1991.12,4963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1992.03,4650,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1992.06,5636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1992.09,4835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1992.12,4865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1993.03,4775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1993.06,5590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1993.09,5216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1993.12,5241,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1994.03,5311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1994.06,6186,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1994.09,5609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1994.12,5438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1995.03,5619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1995.06,6209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1995.09,5689,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1995.12,5639,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1996.03,5594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1996.06,6541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1996.09,6056,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1996.12,6280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1997.03,5943,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1997.06,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1997.09,6495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1997.12,6579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1998.03,6284,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1998.06,6546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1998.09,6646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1998.12,6821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1999.03,6528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1999.06,6879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1999.09,6942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,1999.12,7071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2000.03,6999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2000.06,7741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2000.09,7182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2000.12,7390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2001.03,7070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2001.06,7904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2001.09,7509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2001.12,7451,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2002.03,7292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2002.06,8480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2002.09,7802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2002.12,8173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2003.03,8060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2003.06,8642,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2003.09,8026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2003.12,8290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2004.03,8652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2004.06,9583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2004.09,8016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2004.12,8842,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2005.03,8623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2005.06,9447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2005.09,8163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2005.12,8882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2006.03,8520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2006.06,9521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2006.09,8821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2006.12,9049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2007.03,9232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2007.06,9957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2007.09,8826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2007.12,10055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2008.03,9580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2008.06,10117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2008.09,8631,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2008.12,9346,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2009.03,9249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2009.06,10641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2009.09,9197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2009.12,10022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2010.03,10080,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2010.06,11120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2010.09,9517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2010.12,10318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2011.03,10164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2011.06,11289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2011.09,9537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2011.12,10848,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2012.03,10566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2012.06,11410,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2012.09,10265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2012.12,11414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2013.03,11414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2013.06,11444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2013.09,9770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2013.12,11485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2014.03,11683,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2014.06,11604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2014.09,10007,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2014.12,11969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2015.03,12050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2015.06,12103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2015.09,10589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2015.12,12239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2016.03,11815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2016.06,12960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2016.09,11034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2016.12,11911,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2017.03,11630,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2017.06,12938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2017.09,11240,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2017.12,12707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2018.03,12101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2018.06,13214,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2018.09,11510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2018.12,12980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2019.03,13176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2019.06,13798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2019.09,11345,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2019.12,12844,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2020.03,12453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2020.06,12575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2020.09,11113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2020.12,13079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2021.03,12604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2021.06,14298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2021.09,11402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2021.12,12999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2022.03,11678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2022.06,13143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2022.09,11692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2022.12,12652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2023.03,11914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2023.06,13952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2023.09,10870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2023.12,12890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2024.03,12881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P61,2024.06,13779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Goods,,,, +SNEQ.SG06RAC00P62,1987.06,1589,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1987.09,1549,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1987.12,1909,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1988.03,2137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1988.06,1679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1988.09,1536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1988.12,1823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1989.03,2107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1989.06,1512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1989.09,1528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1989.12,1881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1990.03,2099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1990.06,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1990.09,1483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1990.12,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1991.03,2071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1991.06,1626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1991.09,1604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1991.12,1861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1992.03,2289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1992.06,1785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1992.09,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1992.12,2011,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1993.03,2586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1993.06,1914,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1993.09,1740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1993.12,2330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1994.03,2953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1994.06,2196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1994.09,2141,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1994.12,2674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1995.03,3110,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1995.06,2508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1995.09,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1995.12,3027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1996.03,3455,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1996.06,2484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1996.09,2212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1996.12,2900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1997.03,3262,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1997.06,2220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1997.09,2106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1997.12,2853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1998.03,3291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1998.06,2376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1998.09,2246,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1998.12,2970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1999.03,4000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1999.06,2724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1999.09,2613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,1999.12,3645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2000.03,4532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2000.06,2993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2000.09,2759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2000.12,3880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2001.03,4929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2001.06,3242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2001.09,3035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2001.12,3776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2002.03,5232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2002.06,3537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2002.09,3391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2002.12,4356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2003.03,5040,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2003.06,3580,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2003.09,3453,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2003.12,4274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2004.03,5207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2004.06,3987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2004.09,3506,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2004.12,4053,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2005.03,5099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2005.06,3652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2005.09,3633,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2005.12,4017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2006.03,5163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2006.06,3796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2006.09,3389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2006.12,4170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2007.03,5278,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2007.06,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2007.09,3626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2007.12,4152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2008.03,5291,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2008.06,3958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2008.09,3415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2008.12,3997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2009.03,5133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2009.06,3505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2009.09,3488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2009.12,4052,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2010.03,4846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2010.06,3672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2010.09,3481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2010.12,4101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2011.03,5033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2011.06,3587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2011.09,3606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2011.12,4380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2012.03,4894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2012.06,3579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2012.09,3445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2012.12,3922,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2013.03,4924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2013.06,3626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2013.09,3484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2013.12,3932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2014.03,5034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2014.06,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2014.09,3515,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2014.12,4663,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2015.03,5970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2015.06,4588,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2015.09,4507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2015.12,5243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2016.03,6643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2016.06,4845,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2016.09,4520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2016.12,5393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2017.03,6702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2017.06,5253,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2017.09,4770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2017.12,5564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2018.03,7062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2018.06,5484,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2018.09,4781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2018.12,5818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2019.03,7105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2019.06,5474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2019.09,5243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2019.12,5950,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2020.03,7055,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2020.06,2916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2020.09,2783,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2020.12,2791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2021.03,2678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2021.06,3333,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2021.09,2728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2021.12,2918,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2022.03,2681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2022.06,3015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2022.09,3583,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2022.12,4119,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2023.03,5708,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2023.06,4705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2023.09,4843,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2023.12,5303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2024.03,6411,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P62,2024.06,5144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Exports of Services,,,, +SNEQ.SG06RAC00P70,1987.06,4594,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1987.09,4636,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1987.12,4907,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1988.03,4290,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1988.06,4519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1988.09,4735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1988.12,4726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1989.03,4481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1989.06,5054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1989.09,5556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1989.12,5814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1990.03,4953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1990.06,5419,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1990.09,5900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1990.12,5501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1991.03,4855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1991.06,5020,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1991.09,5381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1991.12,5352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1992.03,5126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1992.06,5373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1992.09,5920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1992.12,5954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1993.03,5182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1993.06,5728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1993.09,6338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1993.12,6316,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1994.03,5646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1994.06,6416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1994.09,7305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1994.12,7161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1995.03,6581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1995.06,6898,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1995.09,7739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1995.12,7587,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1996.03,6968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1996.06,7522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1996.09,8478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1996.12,7947,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1997.03,7102,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1997.06,8363,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1997.09,8160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1997.12,8250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1998.03,7361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1998.06,7687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1998.09,8362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1998.12,8432,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1999.03,7841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1999.06,8407,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1999.09,9382,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,1999.12,10149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2000.03,8168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2000.06,8619,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2000.09,9389,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2000.12,9296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2001.03,8411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2001.06,8632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2001.09,9563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2001.12,9679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2002.03,9368,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2002.06,9189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2002.09,10457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2002.12,10831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2003.03,9504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2003.06,10342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2003.09,11424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2003.12,12000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2004.03,11480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2004.06,12170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2004.09,13212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2004.12,13667,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2005.03,12244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2005.06,13201,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2005.09,14343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2005.12,13885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2006.03,12362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2006.06,12627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2006.09,13629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2006.12,13758,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2007.03,12878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2007.06,13781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2007.09,14985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2007.12,15620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2008.03,14275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2008.06,15417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2008.09,15275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2008.12,14159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2009.03,11768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2009.06,12030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2009.09,12991,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2009.12,13794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2010.03,12505,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2010.06,13195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2010.09,14599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2010.12,15799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2011.03,13626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2011.06,14478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2011.09,16009,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2011.12,15866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2012.03,14627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2012.06,14571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2012.09,16226,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2012.12,16169,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2013.03,14824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2013.06,15433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2013.09,17740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2013.12,17539,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2014.03,16099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2014.06,16939,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2014.09,18771,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2014.12,18989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2015.03,17242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2015.06,18048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2015.09,19413,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2015.12,19302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2016.03,17414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2016.06,18465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2016.09,20391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2016.12,20508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2017.03,18638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2017.06,19586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2017.09,21611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2017.12,22423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2018.03,20477,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2018.06,21362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2018.09,23033,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2018.12,22973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2019.03,20765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2019.06,21579,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2019.09,23741,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2019.12,23853,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2020.03,20275,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2020.06,15796,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2020.09,19084,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2020.12,20739,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2021.03,19642,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2021.06,20303,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2021.09,23243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2021.12,23960,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2022.03,20729,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2022.06,21744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2022.09,24114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2022.12,24622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2023.03,21652,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2023.06,21927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2023.09,23882,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2023.12,23193,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2024.03,21927,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P70,2024.06,22062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods and Services,,,, +SNEQ.SG06RAC00P71,1987.06,2959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1987.09,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1987.12,3357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1988.03,2802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1988.06,2716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1988.09,3032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1988.12,3075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1989.03,3034,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1989.06,3304,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1989.09,3661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1989.12,4083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1990.03,3468,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1990.06,3602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1990.09,4079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1990.12,3877,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1991.03,3387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1991.06,3287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1991.09,3570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1991.12,3628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1992.03,3595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1992.06,3541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1992.09,4035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1992.12,4130,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1993.03,3578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1993.06,3955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1993.09,4454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1993.12,4554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1994.03,4042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1994.06,4512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1994.09,5227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1994.12,5259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1995.03,4751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1995.06,4847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1995.09,5540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1995.12,5488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1996.03,4981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1996.06,5311,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1996.09,6143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1996.12,5851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1997.03,5133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1997.06,6183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1997.09,5819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1997.12,5912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1998.03,5427,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1998.06,5392,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1998.09,5963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1998.12,6143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1999.03,5724,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1999.06,6135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1999.09,6900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,1999.12,7821,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2000.03,6046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2000.06,6334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2000.09,6900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2000.12,6957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2001.03,6215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2001.06,6376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2001.09,7149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2001.12,7349,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2002.03,7231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2002.06,6835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2002.09,7822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2002.12,8235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2003.03,7190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2003.06,7846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2003.09,8498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2003.12,9149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2004.03,8761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2004.06,9340,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2004.09,9824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2004.12,10399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2005.03,9212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2005.06,9886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2005.09,10770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2005.12,10569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2006.03,9341,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2006.06,9501,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2006.09,10243,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2006.12,10503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2007.03,9786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2007.06,10306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2007.09,11140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2007.12,11850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2008.03,10781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2008.06,11507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2008.09,11361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2008.12,10687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2009.03,8819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2009.06,8920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2009.09,9354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2009.12,10261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2010.03,9279,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2010.06,9709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2010.09,10811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2010.12,11924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2011.03,10084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2011.06,10684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2011.09,11750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2011.12,11977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2012.03,10992,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2012.06,10871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2012.09,12109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2012.12,12199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2013.03,11152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2013.06,11527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2013.09,13335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2013.12,13298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2014.03,12126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2014.06,12751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2014.09,14198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2014.12,14623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2015.03,13089,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2015.06,13692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2015.09,14885,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2015.12,14892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2016.03,13251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2016.06,14047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2016.09,15543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2016.12,15807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2017.03,14079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2017.06,14949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2017.09,16373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2017.12,17617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2018.03,15626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2018.06,16233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2018.09,17583,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2018.12,17540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2019.03,15567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2019.06,16099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2019.09,17786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2019.12,18206,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2020.03,15119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2020.06,12272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2020.09,15510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2020.12,17165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2021.03,16431,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2021.06,16798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2021.09,19538,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2021.12,19976,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2022.03,17005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2022.06,17329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2022.09,18952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2022.12,19423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2023.03,16569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2023.06,16641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2023.09,18252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2023.12,17563,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2024.03,16497,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P71,2024.06,16542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Goods,,,, +SNEQ.SG06RAC00P72,1987.06,1688,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1987.09,1529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1987.12,1520,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1988.03,1517,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1988.06,1880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1988.09,1741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1988.12,1677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1989.03,1445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1989.06,1775,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1989.09,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1989.12,1704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1990.03,1465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1990.06,1829,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1990.09,1820,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1990.12,1617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1991.03,1463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1991.06,1747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1991.09,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1991.12,1729,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1992.03,1527,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1992.06,1841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1992.09,1890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1992.12,1827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1993.03,1607,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1993.06,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1993.09,1882,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1993.12,1754,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1994.03,1599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1994.06,1903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1994.09,2072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1994.12,1889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1995.03,1822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1995.06,2049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1995.09,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1995.12,2090,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1996.03,1980,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1996.06,2209,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1996.09,2322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1996.12,2078,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1997.03,1959,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1997.06,2174,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1997.09,2334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1997.12,2331,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1998.03,1918,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1998.06,2287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1998.09,2390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1998.12,2277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1999.03,2108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1999.06,2265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1999.09,2476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,1999.12,2328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2000.03,2118,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2000.06,2280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2000.09,2485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2000.12,2335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2001.03,2191,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2001.06,2251,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2001.09,2408,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2001.12,2326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2002.03,2135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2002.06,2344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2002.09,2628,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2002.12,2595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2003.03,2312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2003.06,2492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2003.09,2917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2003.12,2849,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2004.03,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2004.06,2830,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2004.09,3376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2004.12,3266,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2005.03,3026,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2005.06,3307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2005.09,3564,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2005.12,3313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2006.03,3015,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2006.06,3120,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2006.09,3379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2006.12,3250,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2007.03,3088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2007.06,3470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2007.09,3839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2007.12,3764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2008.03,3488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2008.06,3905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2008.09,3910,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2008.12,3465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2009.03,2945,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2009.06,3108,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2009.09,3643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2009.12,3530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2010.03,3225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2010.06,3486,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2010.09,3788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2010.12,3875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2011.03,3542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2011.06,3795,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2011.09,4260,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2011.12,3887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2012.03,3634,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2012.06,3699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2012.09,4116,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2012.12,3965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2013.03,3668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2013.06,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2013.09,4402,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2013.12,4237,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2014.03,3970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2014.06,4184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2014.09,4570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2014.12,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2015.03,4149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2015.06,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2015.09,4529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2015.12,4414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2016.03,4159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2016.06,4412,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2016.09,4843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2016.12,4711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2017.03,4541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2017.06,4635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2017.09,5221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2017.12,4859,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2018.03,4847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2018.06,5117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2018.09,5446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2018.12,5431,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2019.03,5165,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2019.06,5440,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2019.09,5919,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2019.12,5643,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2020.03,5115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2020.06,3547,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2020.09,3677,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2020.12,3726,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2021.03,3387,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2021.06,3667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2021.09,3958,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2021.12,4217,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2022.03,3866,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2022.06,4424,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2022.09,5098,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2022.12,5154,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2023.03,4919,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2023.06,5104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2023.09,5466,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2023.12,5445,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2024.03,5236,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RAC00P72,2024.06,5314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Actual, Total",Imports of Services,,,, +SNEQ.SG06RSC00P60,1987.06,5490,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1987.09,5726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1987.12,5710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1988.03,5759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1988.06,5640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1988.09,5698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1988.12,5899,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1989.03,5919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1989.06,5856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1989.09,5362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1989.12,5621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1990.03,5833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1990.06,5974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1990.09,6190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1990.12,6233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1991.03,6421,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1991.06,6560,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1991.09,6831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1991.12,7022,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1992.03,6713,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1992.06,7216,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1992.09,7003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1992.12,7030,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1993.03,7086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1993.06,7302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1993.09,7464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1993.12,7666,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1994.03,7929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1994.06,8147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1994.09,8287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1994.12,8115,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1995.03,8378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1995.06,8473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1995.09,8488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1995.12,8568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1996.03,8617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1996.06,8857,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1996.09,8838,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1996.12,9088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1997.03,8791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1997.06,9148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1997.09,9219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1997.12,9308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1998.03,9125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1998.06,8928,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1998.09,9524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1998.12,9655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1999.03,9942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1999.06,9638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1999.09,10220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,1999.12,10542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2000.03,10818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2000.06,10819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2000.09,10672,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2000.12,11119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2001.03,11142,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2001.06,11236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2001.09,11390,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2001.12,11099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2002.03,11509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2002.06,11982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2002.09,12075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2002.12,12411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2003.03,12175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2003.06,12039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2003.09,12378,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2003.12,12512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2004.03,12979,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2004.06,13315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2004.09,12440,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2004.12,12861,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2005.03,12869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2005.06,12826,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2005.09,12798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2005.12,12847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2006.03,12822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2006.06,12990,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2006.09,13307,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2006.12,13154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2007.03,13620,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2007.06,13430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2007.09,13623,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2007.12,14129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2008.03,13964,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2008.06,13679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2008.09,13244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2008.12,13236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2009.03,13487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2009.06,13814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2009.09,14002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2009.12,13965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2010.03,14035,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2010.06,14360,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2010.09,14392,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2010.12,14301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2011.03,14309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2011.06,14611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2011.09,14611,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2011.12,15027,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2012.03,14404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2012.06,14765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2012.09,15336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2012.12,15145,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2013.03,15212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2013.06,14899,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2013.09,14873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2013.12,15180,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2014.03,15541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2014.06,15165,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2014.09,15197,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2014.12,16322,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2015.03,16681,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2015.06,16464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2015.09,16939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2015.12,17176,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2016.03,17190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2016.06,17459,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2016.09,17433,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2016.12,17015,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2017.03,17202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2017.06,17743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2017.09,17939,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2017.12,18004,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2018.03,18059,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2018.06,18169,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2018.09,18258,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2018.12,18569,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2019.03,19118,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2019.06,18611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2019.09,18591,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2019.12,18617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2020.03,18429,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2020.06,14973,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2020.09,15629,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2020.12,15815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2021.03,14529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2021.06,16982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2021.09,15881,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2021.12,15893,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2022.03,13678,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2022.06,15536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2022.09,17098,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2022.12,16693,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2023.03,16624,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2023.06,17833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2023.09,17441,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2023.12,18027,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2024.03,18139,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P60,2024.06,17999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG06RSC00P61,1987.06,3781,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1987.09,3960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1987.12,3933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1988.03,3988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1988.06,3858,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1988.09,3954,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1988.12,4164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1989.03,4164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1989.06,4148,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1989.09,3664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1989.12,3851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1990.03,4106,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1990.06,4172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1990.09,4436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1990.12,4478,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1991.03,4679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1991.06,4700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1991.09,4919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1991.12,5131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1992.03,4803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1992.06,5171,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1992.09,4955,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1992.12,5021,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1993.03,4953,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1993.06,5135,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1993.09,5329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1993.12,5391,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1994.03,5535,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1994.06,5692,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1994.09,5717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1994.12,5569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1995.03,5873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1995.06,5740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1995.09,5784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1995.12,5744,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1996.03,5847,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1996.06,6099,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1996.09,6136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1996.12,6357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1997.03,6212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1997.06,6550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1997.09,6573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1997.12,6613,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1998.03,6571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1998.06,6192,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1998.09,6712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1998.12,6835,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1999.03,6824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1999.06,6523,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1999.09,7016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,1999.12,7084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2000.03,7296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2000.06,7342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2000.09,7269,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2000.12,7430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2001.03,7338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2001.06,7462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2001.09,7660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2001.12,7502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2002.03,7537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2002.06,7960,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2002.09,8038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2002.12,8229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2003.03,8296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2003.06,8071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2003.09,8357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2003.12,8336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2004.03,8855,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2004.06,8942,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2004.09,8416,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2004.12,8868,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2005.03,8786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2005.06,8813,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2005.09,8640,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2005.12,8871,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2006.03,8661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2006.06,8878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2006.09,9394,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2006.12,9002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2007.03,9383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2007.06,9273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2007.09,9437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2007.12,9993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2008.03,9726,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2008.06,9403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2008.09,9277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2008.12,9272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2009.03,9372,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2009.06,9881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2009.09,9937,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2009.12,9927,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2010.03,10173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2010.06,10335,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2010.09,10359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2010.12,10183,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2011.03,10184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2011.06,10550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2011.09,10437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2011.12,10673,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2012.03,10485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2012.06,10745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2012.09,11306,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2012.12,11161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2013.03,11258,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2013.06,10856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2013.09,10786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2013.12,11184,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2014.03,11504,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2014.06,11038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2014.09,11054,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2014.12,11626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2015.03,11907,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2015.06,11494,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2015.09,11668,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2015.12,11898,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2016.03,11743,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2016.06,12242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2016.09,12136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2016.12,11592,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2017.03,11649,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2017.06,12128,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2017.09,12350,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2017.12,12397,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2018.03,12190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2018.06,12287,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2018.09,12685,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2018.12,12659,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2019.03,13338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2019.06,12747,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2019.09,12549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2019.12,12514,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2020.03,12656,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2020.06,11546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2020.09,12359,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2020.12,12716,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2021.03,12848,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2021.06,13076,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2021.09,12718,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2021.12,12636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2022.03,11923,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2022.06,11978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2022.09,13077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2022.12,12297,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2023.03,12161,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2023.06,12716,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2023.09,12146,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2023.12,12550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2024.03,13136,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P61,2024.06,12556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Goods,,,, +SNEQ.SG06RSC00P62,1987.06,1752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1987.09,1811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1987.12,1818,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1988.03,1802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1988.06,1850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1988.09,1789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1988.12,1745,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1989.03,1773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1989.06,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1989.09,1776,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1989.12,1817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1990.03,1756,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1990.06,1786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1990.09,1725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1990.12,1712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1991.03,1721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1991.06,1782,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1991.09,1876,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1991.12,1816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1992.03,1888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1992.06,1958,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1992.09,2033,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1992.12,1957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1993.03,2122,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1993.06,2105,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1993.09,2077,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1993.12,2252,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1994.03,2411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1994.06,2428,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1994.09,2590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1994.12,2555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1995.03,2530,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1995.06,2792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1995.09,2769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1995.12,2869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1996.03,2794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1996.06,2789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1996.09,2728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1996.12,2738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1997.03,2614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1997.06,2516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1997.09,2616,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1997.12,2697,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1998.03,2603,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1998.06,2717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1998.09,2807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1998.12,2823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1999.03,3123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1999.06,3140,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1999.09,3267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,1999.12,3489,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2000.03,3511,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2000.06,3460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2000.09,3434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2000.12,3737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2001.03,3824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2001.06,3728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2001.09,3751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2001.12,3658,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2002.03,4086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2002.06,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2002.09,4138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2002.12,4256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2003.03,3973,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2003.06,4029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2003.09,4167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2003.12,4213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2004.03,4138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2004.06,4438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2004.09,4189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2004.12,4032,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2005.03,4076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2005.06,4016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2005.09,4328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2005.12,4024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2006.03,4131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2006.06,4160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2006.09,4018,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2006.12,4202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2007.03,4220,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2007.06,4207,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2007.09,4295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2007.12,4179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2008.03,4232,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2008.06,4361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2008.09,4024,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2008.12,3998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2009.03,4129,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2009.06,3873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2009.09,4093,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2009.12,4029,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2010.03,3915,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2010.06,4086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2010.09,4054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2010.12,4064,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2011.03,4082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2011.06,3998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2011.09,4189,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2011.12,4336,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2012.03,3971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2012.06,3995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2012.09,3995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2012.12,3889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2013.03,3995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2013.06,4031,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2013.09,4050,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2013.12,3915,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2014.03,4078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2014.06,4046,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2014.09,4095,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2014.12,4667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2015.03,4833,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2015.06,5034,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2015.09,5273,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2015.12,5259,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2016.03,5388,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2016.06,5279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2016.09,5294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2016.12,5417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2017.03,5455,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2017.06,5690,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2017.09,5581,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2017.12,5593,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2018.03,5775,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2018.06,5912,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2018.09,5573,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2018.12,5867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2019.03,5826,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2019.06,5879,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2019.09,6094,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2019.12,6018,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2020.03,5795,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2020.06,3126,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2020.09,3220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2020.12,2836,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2021.03,2202,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2021.06,3564,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2021.09,3143,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2021.12,2978,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2022.03,2208,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2022.06,3214,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2022.09,4114,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2022.12,4220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2023.03,4709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2023.06,4998,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2023.09,5550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2023.12,5447,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2024.03,5294,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P62,2024.06,5454,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Exports of Services,,,, +SNEQ.SG06RSC00P70,1987.06,4637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1987.09,4448,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1987.12,4728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1988.03,4617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1988.06,4566,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1988.09,4536,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1988.12,4550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1989.03,4828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1989.06,5123,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1989.09,5299,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1989.12,5602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1990.03,5344,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1990.06,5508,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1990.09,5606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1990.12,5294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1991.03,5255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1991.06,5119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1991.09,5083,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1991.12,5157,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1992.03,5559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1992.06,5488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1992.09,5570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1992.12,5743,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1993.03,5626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1993.06,5864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1993.09,5938,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1993.12,6103,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1994.03,6133,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1994.06,6573,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1994.09,6834,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1994.12,6920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1995.03,7152,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1995.06,7070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1995.09,7234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1995.12,7339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1996.03,7556,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1996.06,7716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1996.09,7940,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1996.12,7682,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1997.03,7678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1997.06,8569,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1997.09,7665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1997.12,7961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1998.03,7935,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1998.06,7905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1998.09,7888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1998.12,8107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1999.03,8436,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1999.06,8656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1999.09,8884,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,1999.12,9761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2000.03,8770,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2000.06,8883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2000.09,8921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2000.12,8889,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2001.03,9019,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2001.06,8900,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2001.09,9111,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2001.12,9239,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2002.03,10038,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2002.06,9465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2002.09,9983,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2002.12,10339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2003.03,10173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2003.06,10638,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2003.09,10924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2003.12,11462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2004.03,12280,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2004.06,12499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2004.09,12641,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2004.12,13079,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2005.03,13084,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2005.06,13537,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2005.09,13731,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2005.12,13301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2006.03,13211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2006.06,12934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2006.09,13051,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2006.12,13181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2007.03,13762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2007.06,14112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2007.09,14365,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2007.12,14929,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2008.03,15276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2008.06,15808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2008.09,14648,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2008.12,13502,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2009.03,12595,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2009.06,12369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2009.09,12447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2009.12,13131,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2010.03,13379,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2010.06,13626,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2010.09,13941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2010.12,15050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2011.03,14554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2011.06,15016,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2011.09,15225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2011.12,15144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2012.03,15604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2012.06,15149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2012.09,15380,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2012.12,15475,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2013.03,15802,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2013.06,16042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2013.09,16794,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2013.12,16816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2014.03,17170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2014.06,17570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2014.09,17787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2014.12,18212,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2015.03,18403,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2015.06,18669,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2015.09,18444,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2015.12,18487,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2016.03,18604,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2016.06,19060,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2016.09,19425,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2016.12,19613,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2017.03,19913,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2017.06,20211,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2017.09,20617,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2017.12,21415,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2018.03,21870,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2018.06,22072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2018.09,21972,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2018.12,21917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2019.03,22177,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2019.06,22330,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2019.09,22636,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2019.12,22737,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2020.03,21654,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2020.06,16372,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2020.09,18182,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2020.12,19754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2021.03,20983,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2021.06,21067,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2021.09,22129,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2021.12,22816,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2022.03,22141,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2022.06,22584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2022.09,22949,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2022.12,23446,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2023.03,23118,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2023.06,22782,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2023.09,22729,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2023.12,22088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2024.03,23399,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P70,2024.06,22931,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG06RSC00P71,1987.06,3107,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1987.09,2970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1987.12,3170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1988.03,2977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1988.06,2851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1988.09,2893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1988.12,2902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1989.03,3234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1989.06,3464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1989.09,3487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1989.12,3854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1990.03,3709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1990.06,3769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1990.09,3880,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1990.12,3660,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1991.03,3632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1991.06,3439,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1991.09,3383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1991.12,3433,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1992.03,3863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1992.06,3702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1992.09,3815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1992.12,3912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1993.03,3851,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1993.06,4136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1993.09,4196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1993.12,4327,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1994.03,4352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1994.06,4712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1994.09,4924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1994.12,4998,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1995.03,5119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1995.06,5057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1995.09,5217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1995.12,5219,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1996.03,5370,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1996.06,5534,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1996.09,5792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1996.12,5562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1997.03,5532,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1997.06,6404,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1997.09,5495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1997.12,5621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1998.03,5839,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1998.06,5609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1998.09,5645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1998.12,5843,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1999.03,6143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1999.06,6369,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1999.09,6562,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,1999.12,7470,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2000.03,6480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2000.06,6558,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2000.09,6593,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2000.12,6602,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2001.03,6651,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2001.06,6590,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2001.09,6856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2001.12,6969,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2002.03,7728,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2002.06,7057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2002.09,7518,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2002.12,7808,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2003.03,7676,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2003.06,8092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2003.09,8181,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2003.12,8678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2004.03,9348,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2004.06,9614,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2004.09,9483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2004.12,9856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2005.03,9827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2005.06,10161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2005.09,10422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2005.12,10005,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2006.03,9966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2006.06,9761,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2006.09,9925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2006.12,9933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2007.03,10434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2007.06,10599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2007.09,10786,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2007.12,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2008.03,11488,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2008.06,11875,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2008.09,10966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2008.12,10117,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2009.03,9384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2009.06,9235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2009.09,9004,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2009.12,9716,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2010.03,9878,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2010.06,10070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2010.09,10384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2010.12,11289,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2011.03,10749,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2011.06,11088,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2011.09,11275,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2011.12,11329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2012.03,11735,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2012.06,11292,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2012.09,11599,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2012.12,11535,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2013.03,11919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2013.06,11989,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2013.09,12744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2013.12,12584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2014.03,12963,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2014.06,13279,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2014.09,13540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2014.12,13854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2015.03,13990,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2015.06,14267,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2015.09,14175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2015.12,14127,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2016.03,14160,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2016.06,14631,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2016.09,14801,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2016.12,15001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2017.03,15043,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2017.06,15558,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2017.09,15612,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2017.12,16702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2018.03,16702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2018.06,16885,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2018.09,16786,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2018.12,16616,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2019.03,16630,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2019.06,16755,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2019.09,16993,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2019.12,17235,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2020.03,16133,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2020.06,12791,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2020.09,14818,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2020.12,16252,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2021.03,17501,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2021.06,17538,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2021.09,18667,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2021.12,18909,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2022.03,18091,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2022.06,18115,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2022.09,18108,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2022.12,18383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2023.03,17610,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2023.06,17416,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2023.09,17435,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2023.12,16622,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2024.03,17522,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P71,2024.06,17329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Goods,,,, +SNEQ.SG06RSC00P72,1987.06,1550,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1987.09,1481,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1987.12,1540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1988.03,1700,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1988.06,1738,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1988.09,1671,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1988.12,1698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1989.03,1627,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1989.06,1652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1989.09,1824,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1989.12,1719,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1990.03,1655,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1990.06,1722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1990.09,1714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1990.12,1625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1991.03,1656,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1991.06,1661,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1991.09,1703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1991.12,1737,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1992.03,1720,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1992.06,1768,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1992.09,1759,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1992.12,1836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1993.03,1796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1993.06,1717,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1993.09,1751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1993.12,1767,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1994.03,1769,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1994.06,1854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1994.09,1925,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1994.12,1905,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1995.03,2002,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1995.06,2006,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1995.09,2037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1995.12,2112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1996.03,2159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1996.06,2172,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1996.09,2162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1996.12,2095,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1997.03,2126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1997.06,2147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1997.09,2179,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1997.12,2342,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1998.03,2073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1998.06,2273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1998.09,2234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1998.12,2274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1999.03,2275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1999.06,2267,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1999.09,2317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,1999.12,2308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2000.03,2283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2000.06,2301,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2000.09,2324,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2000.12,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2001.03,2362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2001.06,2286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2001.09,2247,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2001.12,2285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2002.03,2302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2002.06,2393,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2002.09,2446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2002.12,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2003.03,2496,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2003.06,2546,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2003.09,2712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2003.12,2796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2004.03,2936,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2004.06,2887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2004.09,3137,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2004.12,3211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2005.03,3272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2005.06,3361,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2005.09,3314,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2005.12,3264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2006.03,3265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2006.06,3161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2006.09,3144,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2006.12,3204,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2007.03,3347,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2007.06,3507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2007.09,3579,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2007.12,3701,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2008.03,3788,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2008.06,3952,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2008.09,3643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2008.12,3401,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2009.03,3195,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2009.06,3156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2009.09,3395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2009.12,3458,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2010.03,3491,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2010.06,3557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2010.09,3524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2010.12,3800,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2011.03,3816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2011.06,3883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2011.09,3967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2011.12,3816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2012.03,3897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2012.06,3787,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2012.09,3841,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2012.12,3904,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2013.03,3913,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2013.06,3987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2013.09,4126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2013.12,4182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2014.03,4215,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2014.06,4265,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2014.09,4298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2014.12,4318,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2015.03,4383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2015.06,4424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2015.09,4281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2015.12,4375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2016.03,4376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2016.06,4477,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2016.09,4595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2016.12,4675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2017.03,4762,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2017.06,4702,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2017.09,4966,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2017.12,4819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2018.03,5071,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2018.06,5196,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2018.09,5186,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2018.12,5383,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2019.03,5396,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2019.06,5527,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2019.09,5647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2019.12,5584,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2020.03,5339,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2020.06,3605,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2020.09,3517,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2020.12,3680,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2021.03,3531,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2021.06,3728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2021.09,3795,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2021.12,4157,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2022.03,4023,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2022.06,4503,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2022.09,4897,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2022.12,5078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2023.03,5109,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2023.06,5199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2023.09,5260,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2023.12,5360,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2024.03,5432,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG06RSC00P72,2024.06,5415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, External account, Chain volume, Seasonally adjusted, Total",Imports of Services,,,, +SNEQ.SG08NSC00B15,1987.06,593,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1987.09,603,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1987.12,611,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1988.03,628,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1988.06,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1988.09,655,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1988.12,649,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1989.03,655,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1989.06,661,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1989.09,675,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1989.12,690,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1990.03,691,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1990.06,684,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1990.09,696,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1990.12,691,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1991.03,684,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1991.06,690,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1991.09,701,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1991.12,698,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1992.03,704,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1992.06,705,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1992.09,699,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1992.12,712,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1993.03,724,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1993.06,725,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1993.09,721,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1993.12,716,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1994.03,718,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1994.06,717,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1994.09,725,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1994.12,735,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1995.03,734,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1995.06,737,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1995.09,743,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1995.12,748,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1996.03,754,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1996.06,757,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1996.09,760,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1996.12,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1997.03,755,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1997.06,762,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1997.09,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1997.12,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1998.03,764,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1998.06,767,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1998.09,767,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1998.12,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1999.03,763,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1999.06,772,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1999.09,773,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,1999.12,770,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2000.03,774,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2000.06,782,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2000.09,790,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2000.12,807,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2001.03,817,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2001.06,819,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2001.09,818,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2001.12,833,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2002.03,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2002.06,826,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2002.09,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2002.12,820,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2003.03,827,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2003.06,836,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2003.09,842,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2003.12,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2004.03,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2004.06,863,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2004.09,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2004.12,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2005.03,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2005.06,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2005.09,896,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2005.12,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2006.03,895,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2006.06,913,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2006.09,908,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2006.12,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2007.03,934,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2007.06,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2007.09,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2007.12,969,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2008.03,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2008.06,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2008.09,983,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2008.12,996,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2009.03,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2009.06,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2009.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2009.12,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2010.03,1009,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2010.06,1010,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2010.09,1031,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2010.12,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2011.03,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2011.06,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2011.09,1062,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2011.12,1059,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2012.03,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2012.06,1067,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2012.09,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2012.12,1042,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2013.03,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2013.06,1072,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2013.09,1097,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2013.12,1129,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2014.03,1122,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2014.06,1119,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2014.09,1111,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2014.12,1106,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2015.03,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2015.06,1126,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2015.09,1122,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2015.12,1113,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2016.03,1129,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2016.06,1133,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2016.09,1140,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2016.12,1152,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2017.03,1169,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2017.06,1163,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2017.09,1178,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2017.12,1190,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2018.03,1186,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2018.06,1189,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2018.09,1199,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2018.12,1195,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2019.03,1202,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2019.06,1217,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2019.09,1225,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2019.12,1237,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2020.03,1247,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2020.06,1246,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2020.09,1248,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2020.12,1250,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2021.03,1255,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2021.06,1270,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2021.09,1299,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2021.12,1318,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2022.03,1334,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2022.06,1350,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2022.09,1358,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2022.12,1389,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2023.03,1404,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2023.06,1425,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2023.09,1451,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2023.12,1442,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2024.03,1461,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B15,2024.06,1470,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,,,, +SNEQ.SG08NSC00B21,1987.06,612,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1987.09,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1987.12,627,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1988.03,640,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1988.06,639,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1988.09,660,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1988.12,658,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1989.03,666,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1989.06,669,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1989.09,680,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1989.12,693,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1990.03,695,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1990.06,698,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1990.09,708,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1990.12,710,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1991.03,712,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1991.06,714,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1991.09,720,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1991.12,725,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1992.03,730,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1992.06,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1992.09,723,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1992.12,736,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1993.03,744,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1993.06,742,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1993.09,739,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1993.12,740,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1994.03,741,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1994.06,737,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1994.09,746,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1994.12,747,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1995.03,748,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1995.06,758,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1995.09,762,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1995.12,764,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1996.03,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1996.06,774,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1996.09,773,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1996.12,778,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1997.03,774,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1997.06,777,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1997.09,780,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1997.12,780,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1998.03,784,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1998.06,790,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1998.09,794,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1998.12,793,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1999.03,791,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1999.06,794,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1999.09,797,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,1999.12,797,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2000.03,805,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2000.06,811,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2000.09,819,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2000.12,831,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2001.03,829,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2001.06,830,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2001.09,835,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2001.12,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2002.03,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2002.06,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2002.09,855,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2002.12,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2003.03,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2003.06,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2003.09,855,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2003.12,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2004.03,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2004.06,860,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2004.09,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2004.12,874,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2005.03,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2005.06,881,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2005.09,892,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2005.12,892,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2006.03,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2006.06,915,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2006.09,914,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2006.12,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2007.03,933,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2007.06,934,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2007.09,943,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2007.12,940,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2008.03,951,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2008.06,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2008.09,968,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2008.12,985,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2009.03,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2009.06,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2009.09,1002,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2009.12,997,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2010.03,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2010.06,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2010.09,1014,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2010.12,1028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2011.03,1021,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2011.06,1025,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2011.09,1030,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2011.12,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2012.03,1036,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2012.06,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2012.09,1038,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2012.12,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2013.03,1041,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2013.06,1046,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2013.09,1056,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2013.12,1067,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2014.03,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2014.06,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2014.09,1060,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2014.12,1066,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2015.03,1072,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2015.06,1080,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2015.09,1083,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2015.12,1082,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2016.03,1086,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2016.06,1093,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2016.09,1095,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2016.12,1099,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2017.03,1115,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2017.06,1106,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2017.09,1115,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2017.12,1122,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2018.03,1125,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2018.06,1128,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2018.09,1141,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2018.12,1142,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2019.03,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2019.06,1160,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2019.09,1162,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2019.12,1168,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2020.03,1178,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2020.06,1179,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2020.09,1181,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2020.12,1185,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2021.03,1195,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2021.06,1205,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2021.09,1234,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2021.12,1252,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2022.03,1271,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2022.06,1294,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2022.09,1319,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2022.12,1345,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2023.03,1360,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2023.06,1379,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2023.09,1393,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2023.12,1403,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2024.03,1413,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00B21,2024.06,1424,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross National Expenditure,,,, +SNEQ.SG08NSC00P51,1987.06,769,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1987.09,771,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1987.12,762,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1988.03,762,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1988.06,755,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1988.09,764,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1988.12,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1989.03,773,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1989.06,778,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1989.09,788,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1989.12,790,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1990.03,795,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1990.06,801,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1990.09,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1990.12,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1991.03,799,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1991.06,806,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1991.09,804,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1991.12,802,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1992.03,802,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1992.06,811,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1992.09,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1992.12,820,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1993.03,818,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1993.06,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1993.09,819,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1993.12,824,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1994.03,830,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1994.06,824,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1994.09,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1994.12,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1995.03,841,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1995.06,846,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1995.09,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1995.12,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1996.03,858,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1996.06,863,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1996.09,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1996.12,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1997.03,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1997.06,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1997.09,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1997.12,834,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1998.03,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1998.06,843,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1998.09,844,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1998.12,840,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1999.03,836,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1999.06,829,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1999.09,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,1999.12,836,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2000.03,845,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2000.06,851,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2000.09,862,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2000.12,878,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2001.03,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2001.06,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2001.09,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2001.12,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2002.03,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2002.06,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2002.09,878,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2002.12,873,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2003.03,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2003.06,870,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2003.09,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2003.12,874,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2004.03,856,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2004.06,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2004.09,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2004.12,894,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2005.03,902,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2005.06,903,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2005.09,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2005.12,912,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2006.03,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2006.06,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2006.09,945,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2006.12,946,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2007.03,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2007.06,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2007.09,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2007.12,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2008.03,956,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2008.06,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2008.09,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2008.12,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2009.03,1013,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2009.06,1013,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2009.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2009.12,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2010.03,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2010.06,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2010.09,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2010.12,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2011.03,985,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2011.06,988,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2011.09,983,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2011.12,986,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2012.03,988,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2012.06,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2012.09,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2012.12,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2013.03,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2013.06,993,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2013.09,996,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2013.12,999,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2014.03,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2014.06,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2014.09,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2014.12,1019,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2015.03,1024,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2015.06,1031,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2015.09,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2015.12,1053,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2016.03,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2016.06,1065,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2016.09,1069,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2016.12,1078,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2017.03,1086,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2017.06,1090,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2017.09,1094,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2017.12,1097,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2018.03,1102,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2018.06,1109,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2018.09,1123,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2018.12,1127,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2019.03,1135,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2019.06,1143,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2019.09,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2019.12,1155,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2020.03,1164,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2020.06,1162,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2020.09,1167,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2020.12,1176,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2021.03,1181,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2021.06,1207,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2021.09,1223,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2021.12,1257,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2022.03,1288,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2022.06,1322,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2022.09,1348,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2022.12,1377,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2023.03,1391,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2023.06,1399,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2023.09,1415,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2023.12,1428,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2024.03,1440,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P51,2024.06,1448,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Gross Fixed Capital Formation,,,, +SNEQ.SG08NSC00P60,1987.06,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1987.09,733,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1987.12,739,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1988.03,764,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1988.06,755,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1988.09,794,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1988.12,808,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1989.03,814,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1989.06,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1989.09,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1989.12,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1990.03,858,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1990.06,838,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1990.09,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1990.12,825,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1991.03,802,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1991.06,806,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1991.09,816,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1991.12,815,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1992.03,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1992.06,847,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1992.09,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1992.12,862,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1993.03,876,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1993.06,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1993.09,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1993.12,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1994.03,835,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1994.06,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1994.09,825,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1994.12,863,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1995.03,856,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1995.06,825,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1995.09,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1995.12,835,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1996.03,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1996.06,823,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1996.09,815,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1996.12,789,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1997.03,792,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1997.06,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1997.09,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1997.12,807,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1998.03,821,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1998.06,837,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1998.09,839,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1998.12,833,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1999.03,815,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1999.06,829,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1999.09,836,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,1999.12,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2000.03,877,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2000.06,902,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2000.09,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2000.12,1034,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2001.03,1011,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2001.06,1032,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2001.09,1005,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2001.12,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2002.03,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2002.06,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2002.09,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2002.12,895,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2003.03,887,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2003.06,874,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2003.09,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2003.12,865,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2004.03,856,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2004.06,897,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2004.09,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2004.12,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2005.03,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2005.06,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2005.09,894,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2005.12,900,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2006.03,916,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2006.06,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2006.09,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2006.12,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2007.03,937,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2007.06,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2007.09,952,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2007.12,1028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2008.03,1035,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2008.06,1081,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2008.09,1154,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2008.12,1188,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2009.03,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2009.06,1017,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2009.09,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2009.12,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2010.03,1026,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2010.06,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2010.09,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2010.12,1072,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2011.03,1105,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2011.06,1128,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2011.09,1103,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2011.12,1108,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2012.03,1074,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2012.06,1076,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2012.09,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2012.12,1013,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2013.03,1020,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2013.06,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2013.09,1108,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2013.12,1143,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2014.03,1130,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2014.06,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2014.09,1080,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2014.12,1054,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2015.03,1040,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2015.06,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2015.09,1089,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2015.12,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2016.03,1047,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2016.06,1034,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2016.09,1015,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2016.12,1045,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2017.03,1090,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2017.06,1108,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2017.09,1089,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2017.12,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2018.03,1126,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2018.06,1144,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2018.09,1176,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2018.12,1152,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2019.03,1140,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2019.06,1169,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2019.09,1172,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2019.12,1202,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2020.03,1219,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2020.06,1236,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2020.09,1159,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2020.12,1145,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2021.03,1147,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2021.06,1220,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2021.09,1257,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2021.12,1292,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2022.03,1387,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2022.06,1439,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2022.09,1458,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2022.12,1453,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2023.03,1404,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2023.06,1399,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2023.09,1391,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2023.12,1352,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2024.03,1374,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P60,2024.06,1405,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Exports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1987.06,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1987.09,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1987.12,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1988.03,810,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1988.06,810,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1988.09,828,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1988.12,860,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1989.03,877,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1989.06,893,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1989.09,899,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1989.12,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1990.03,874,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1990.06,900,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1990.09,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1990.12,924,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1991.03,921,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1991.06,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1991.09,911,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1991.12,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1992.03,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1992.06,984,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1992.09,983,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1992.12,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1993.03,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1993.06,964,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1993.09,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1993.12,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1994.03,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1994.06,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1994.09,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1994.12,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1995.03,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1995.06,910,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1995.09,913,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1995.12,906,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1996.03,900,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1996.06,889,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1996.09,870,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1996.12,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1997.03,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1997.06,850,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1997.09,881,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1997.12,882,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1998.03,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1998.06,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1998.09,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1998.12,933,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1999.03,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1999.06,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1999.09,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,1999.12,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2000.03,1024,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2000.06,1037,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2000.09,1087,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2000.12,1160,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2001.03,1111,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2001.06,1119,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2001.09,1097,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2001.12,1089,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2002.03,1098,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2002.06,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2002.09,1026,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2002.12,992,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2003.03,968,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2003.06,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2003.09,913,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2003.12,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2004.03,869,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2004.06,897,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2004.09,877,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2004.12,876,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2005.03,879,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2005.06,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2005.09,888,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2005.12,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2006.03,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2006.06,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2006.09,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2006.12,958,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2007.03,947,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2007.06,913,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2007.09,912,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2007.12,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2008.03,948,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2008.06,988,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2008.09,1086,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2008.12,1150,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2009.03,1113,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2009.06,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2009.09,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2009.12,958,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2010.03,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2010.06,994,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2010.09,991,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2010.12,972,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2011.03,1023,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2011.06,1020,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2011.09,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2011.12,1011,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2012.03,1005,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2012.06,1019,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2012.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2012.12,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2013.03,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2013.06,957,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2013.09,967,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2013.12,932,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2014.03,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2014.06,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2014.09,916,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2014.12,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2015.03,905,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2015.06,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2015.09,957,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2015.12,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2016.03,909,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2016.06,909,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2016.09,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2016.12,883,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2017.03,921,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2017.06,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2017.09,890,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2017.12,929,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2018.03,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2018.06,948,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2018.09,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2018.12,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2019.03,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2019.06,977,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2019.09,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2019.12,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2020.03,997,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2020.06,1012,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2020.09,962,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2020.12,953,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2021.03,973,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2021.06,1007,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2021.09,1038,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2021.12,1073,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2022.03,1155,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2022.06,1213,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2022.09,1278,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2022.12,1283,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2023.03,1248,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2023.06,1224,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2023.09,1213,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2023.12,1240,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2024.03,1201,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC00P70,2024.06,1231,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Total",Imports of Goods and Services,,,, +SNEQ.SG08NSC01P30T1,1987.06,604,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1987.09,612,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1987.12,619,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1988.03,628,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1988.06,636,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1988.09,646,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1988.12,654,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1989.03,660,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1989.06,671,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1989.09,682,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1989.12,695,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1990.03,701,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1990.06,709,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1990.09,715,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1990.12,728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1991.03,724,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1991.06,727,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1991.09,734,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1991.12,735,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1992.03,737,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1992.06,740,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1992.09,743,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1992.12,745,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1993.03,744,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1993.06,745,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1993.09,747,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1993.12,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1994.03,749,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1994.06,751,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1994.09,756,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1994.12,759,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1995.03,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1995.06,768,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1995.09,771,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1995.12,775,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1996.03,778,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1996.06,784,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1996.09,784,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1996.12,788,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1997.03,788,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1997.06,789,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1997.09,796,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1997.12,800,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1998.03,798,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1998.06,805,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1998.09,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1998.12,809,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1999.03,809,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1999.06,811,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1999.09,812,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,1999.12,814,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2000.03,817,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2000.06,822,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2000.09,832,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2000.12,842,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2001.03,837,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2001.06,844,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2001.09,848,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2001.12,853,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2002.03,858,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2002.06,864,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2002.09,864,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2002.12,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2003.03,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2003.06,866,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2003.09,867,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2003.12,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2004.03,871,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2004.06,878,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2004.09,880,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2004.12,885,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2005.03,888,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2005.06,892,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2005.09,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2005.12,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2006.03,909,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2006.06,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2006.09,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2006.12,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2007.03,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2007.06,934,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2007.09,937,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2007.12,947,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2008.03,953,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2008.06,967,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2008.09,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2008.12,987,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2009.03,995,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2009.06,997,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2009.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2009.12,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2010.03,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2010.06,1002,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2010.09,1010,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2010.12,1027,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2011.03,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2011.06,1042,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2011.09,1043,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2011.12,1043,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2012.03,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2012.06,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2012.09,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2012.12,1049,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2013.03,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2013.06,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2013.09,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2013.12,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2014.03,1061,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2014.06,1064,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2014.09,1065,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2014.12,1069,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2015.03,1067,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2015.06,1071,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2015.09,1077,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2015.12,1077,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2016.03,1076,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2016.06,1080,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2016.09,1079,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2016.12,1086,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2017.03,1094,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2017.06,1095,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2017.09,1096,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2017.12,1102,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2018.03,1103,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2018.06,1108,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2018.09,1116,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2018.12,1119,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2019.03,1118,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2019.06,1126,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2019.09,1131,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2019.12,1140,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2020.03,1147,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2020.06,1143,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2020.09,1146,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2020.12,1153,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2021.03,1157,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2021.06,1172,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2021.09,1188,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2021.12,1205,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2022.03,1222,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2022.06,1242,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2022.09,1266,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2022.12,1291,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2023.03,1305,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2023.06,1319,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2023.09,1336,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2023.12,1344,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2024.03,1348,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T1,2024.06,1356,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,Private,, +SNEQ.SG08NSC01P30T5,1987.06,490,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1987.09,511,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1987.12,520,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1988.03,546,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1988.06,522,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1988.09,577,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1988.12,557,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1989.03,573,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1989.06,565,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1989.09,561,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1989.12,575,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1990.03,565,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1990.06,586,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1990.09,596,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1990.12,603,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1991.03,598,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1991.06,596,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1991.09,614,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1991.12,608,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1992.03,618,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1992.06,622,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1992.09,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1992.12,627,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1993.03,628,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1993.06,628,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1993.09,623,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1993.12,623,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1994.03,626,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1994.06,608,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1994.09,622,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1994.12,617,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1995.03,618,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1995.06,631,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1995.09,643,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1995.12,648,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1996.03,653,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1996.06,651,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1996.09,657,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1996.12,661,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1997.03,662,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1997.06,662,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1997.09,665,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1997.12,670,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1998.03,675,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1998.06,681,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1998.09,687,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1998.12,691,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1999.03,697,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1999.06,701,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1999.09,706,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,1999.12,711,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2000.03,715,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2000.06,724,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2000.09,730,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2000.12,736,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2001.03,742,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2001.06,743,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2001.09,747,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2001.12,750,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2002.03,756,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2002.06,761,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2002.09,767,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2002.12,772,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2003.03,774,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2003.06,776,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2003.09,777,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2003.12,784,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2004.03,791,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2004.06,800,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2004.09,807,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2004.12,815,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2005.03,824,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2005.06,835,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2005.09,843,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2005.12,849,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2006.03,860,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2006.06,872,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2006.09,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2006.12,896,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2007.03,904,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2007.06,911,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2007.09,918,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2007.12,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2008.03,941,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2008.06,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2008.09,969,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2008.12,976,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2009.03,982,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2009.06,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2009.09,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2009.12,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2010.03,1009,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2010.06,1012,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2010.09,1017,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2010.12,1025,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2011.03,1033,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2011.06,1039,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2011.09,1045,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2011.12,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2012.03,1053,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2012.06,1057,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2012.09,1058,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2012.12,1062,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2013.03,1067,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2013.06,1071,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2013.09,1076,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2013.12,1079,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2014.03,1084,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2014.06,1088,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2014.09,1088,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2014.12,1094,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2015.03,1098,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2015.06,1103,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2015.09,1106,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2015.12,1112,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2016.03,1118,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2016.06,1125,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2016.09,1133,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2016.12,1140,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2017.03,1145,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2017.06,1148,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2017.09,1149,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2017.12,1163,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2018.03,1173,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2018.06,1177,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2018.09,1197,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2018.12,1212,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2019.03,1219,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2019.06,1241,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2019.09,1229,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2019.12,1238,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2020.03,1250,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2020.06,1262,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2020.09,1271,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2020.12,1278,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2021.03,1296,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2021.06,1302,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2021.09,1325,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2021.12,1351,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2022.03,1355,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2022.06,1386,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2022.09,1406,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2022.12,1421,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2023.03,1466,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2023.06,1470,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2023.09,1506,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2023.12,1538,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2024.03,1543,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC01P30T5,2024.06,1574,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Sector of ownership",Final Consumption Expenditure,Total Market and Non-Market,General Government,, +SNEQ.SG08NSC11P51AN1110,1987.06,430,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1987.09,437,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1987.12,431,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1988.03,431,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1988.06,422,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1988.09,419,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1988.12,424,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1989.03,426,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1989.06,436,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1989.09,449,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1989.12,450,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1990.03,460,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1990.06,462,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1990.09,463,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1990.12,462,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1991.03,465,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1991.06,469,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1991.09,471,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1991.12,471,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1992.03,474,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1992.06,478,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1992.09,476,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1992.12,479,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1993.03,481,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1993.06,486,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1993.09,498,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1993.12,505,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1994.03,515,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1994.06,524,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1994.09,541,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1994.12,556,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1995.03,568,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1995.06,574,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1995.09,580,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1995.12,588,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1996.03,602,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1996.06,610,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1996.09,611,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1996.12,614,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1997.03,612,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1997.06,615,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1997.09,621,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1997.12,624,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1998.03,622,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1998.06,625,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1998.09,623,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1998.12,623,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1999.03,622,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1999.06,621,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1999.09,624,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,1999.12,627,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2000.03,627,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2000.06,637,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2000.09,641,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2000.12,645,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2001.03,645,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2001.06,647,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2001.09,652,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2001.12,658,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2002.03,662,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2002.06,672,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2002.09,679,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2002.12,689,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2003.03,701,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2003.06,716,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2003.09,728,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2003.12,753,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2004.03,766,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2004.06,787,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2004.09,806,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2004.12,818,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2005.03,835,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2005.06,852,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2005.09,861,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2005.12,875,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2006.03,886,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2006.06,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2006.09,915,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2006.12,926,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2007.03,940,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2007.06,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2007.09,964,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2007.12,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2008.03,985,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2008.06,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2008.09,999,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2008.12,996,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2009.03,996,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2009.06,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2009.09,999,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2009.12,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2010.03,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2010.06,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2010.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2010.12,1013,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2011.03,1015,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2011.06,1014,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2011.09,1017,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2011.12,1019,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2012.03,1028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2012.06,1036,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2012.09,1047,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2012.12,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2013.03,1065,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2013.06,1078,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2013.09,1089,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2013.12,1105,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2014.03,1120,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2014.06,1131,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2014.09,1142,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2014.12,1165,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2015.03,1181,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2015.06,1197,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2015.09,1215,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2015.12,1218,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2016.03,1240,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2016.06,1262,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2016.09,1285,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2016.12,1303,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2017.03,1319,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2017.06,1336,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2017.09,1349,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2017.12,1366,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2018.03,1379,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2018.06,1391,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2018.09,1404,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2018.12,1413,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2019.03,1435,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2019.06,1438,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2019.09,1453,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2019.12,1466,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2020.03,1495,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2020.06,1492,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2020.09,1510,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2020.12,1539,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2021.03,1569,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2021.06,1630,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2021.09,1692,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2021.12,1769,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2022.03,1825,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2022.06,1882,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2022.09,1930,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2022.12,1960,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2023.03,1991,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2023.06,2005,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2023.09,2019,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2023.12,2031,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2024.03,2059,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1110,2024.06,2070,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Residential buildings,,, +SNEQ.SG08NSC11P51AN1199,1987.06,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1987.09,933,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1987.12,921,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1988.03,924,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1988.06,919,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1988.09,931,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1988.12,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1989.03,942,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1989.06,944,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1989.09,951,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1989.12,955,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1990.03,957,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1990.06,964,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1990.09,957,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1990.12,961,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1991.03,960,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1991.06,967,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1991.09,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1991.12,962,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1992.03,959,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1992.06,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1992.09,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1992.12,985,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1993.03,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1993.06,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1993.09,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1993.12,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1994.03,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1994.06,964,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1994.09,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1994.12,956,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1995.03,964,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1995.06,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1995.09,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1995.12,967,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1996.03,973,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1996.06,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1996.09,956,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1996.12,952,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1997.03,940,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1997.06,936,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1997.09,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1997.12,917,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1998.03,935,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1998.06,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1998.09,943,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1998.12,929,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1999.03,929,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1999.06,920,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1999.09,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,1999.12,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2000.03,938,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2000.06,946,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2000.09,958,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2000.12,976,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2001.03,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2001.06,981,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2001.09,984,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2001.12,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2002.03,985,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2002.06,972,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2002.09,962,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2002.12,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2003.03,947,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2003.06,932,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2003.09,928,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2003.12,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2004.03,898,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2004.06,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2004.09,925,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2004.12,923,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2005.03,930,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2005.06,922,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2005.09,921,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2005.12,927,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2006.03,937,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2006.06,950,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2006.09,957,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2006.12,954,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2007.03,953,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2007.06,940,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2007.09,945,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2007.12,949,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2008.03,946,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2008.06,954,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2008.09,971,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2008.12,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2009.03,1017,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2009.06,1018,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2009.09,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2009.12,990,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2010.03,990,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2010.06,988,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2010.09,989,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2010.12,975,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2011.03,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2011.06,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2011.09,973,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2011.12,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2012.03,977,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2012.06,978,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2012.09,980,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2012.12,974,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2013.03,970,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2013.06,967,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2013.09,968,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2013.12,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2014.03,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2014.06,962,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2014.09,965,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2014.12,972,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2015.03,973,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2015.06,979,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2015.09,1003,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2015.12,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2016.03,998,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2016.06,1000,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2016.09,996,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2016.12,1001,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2017.03,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2017.06,1007,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2017.09,1008,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2017.12,1006,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2018.03,1009,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2018.06,1015,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2018.09,1028,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2018.12,1029,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2019.03,1034,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2019.06,1044,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2019.09,1047,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2019.12,1050,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2020.03,1055,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2020.06,1052,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2020.09,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2020.12,1052,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2021.03,1051,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2021.06,1065,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2021.09,1068,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2021.12,1088,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2022.03,1114,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2022.06,1140,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2022.09,1157,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2022.12,1184,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2023.03,1196,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2023.06,1203,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2023.09,1218,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2023.12,1229,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2024.03,1237,REVISED,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG08NSC11P51AN1199,2024.06,1246,FINAL,Index,0,National Accounts - SNA 2008 - SNE,"Series, Implicit price deflator, Seasonally adjusted, Asset type",Gross Fixed Capital Formation,Fixed Assets other than Residential Buildings,,, +SNEQ.SG09NAC00B15NZ,1991.03,5366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1991.06,5274,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1991.09,5187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1991.12,5694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1992.03,5519,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1992.06,5494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1992.09,5062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1992.12,5799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1993.03,5751,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1993.06,5725,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1993.09,5500,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1993.12,6210,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1994.03,6119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1994.06,6085,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1994.09,5789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1994.12,6617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1995.03,6362,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1995.06,6422,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1995.09,6092,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1995.12,6916,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1996.03,6643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1996.06,6678,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1996.09,6426,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1996.12,7164,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1997.03,6710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1997.06,6854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1997.09,6621,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1997.12,7273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1998.03,6891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1998.06,6819,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1998.09,6552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1998.12,7482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1999.03,7096,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1999.06,7139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1999.09,6970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,1999.12,7777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2000.03,7575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2000.06,7469,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2000.09,7308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2000.12,8303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2001.03,7920,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2001.06,8039,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2001.09,7757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2001.12,8777,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2002.03,8430,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2002.06,8221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2002.09,8198,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2002.12,8982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2003.03,8645,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2003.06,8557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2003.09,8498,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2003.12,9434,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2004.03,9229,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2004.06,9175,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2004.09,9082,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2004.12,9933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2005.03,9492,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2005.06,9615,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2005.09,9487,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2005.12,10283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2006.03,9894,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2006.06,9865,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2006.09,9699,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2006.12,10908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2007.03,10509,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2007.06,10581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2007.09,10567,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2007.12,11694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2008.03,11230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2008.06,11001,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2008.09,10541,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2008.12,11677,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2009.03,11126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2009.06,10893,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2009.09,10723,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2009.12,11827,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2010.03,11552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2010.06,11357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2010.09,11086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2010.12,12298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2011.03,11863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2011.06,11799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2011.09,11635,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2011.12,12809,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2012.03,12254,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2012.06,12163,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2012.09,11707,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2012.12,12832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2013.03,12528,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2013.06,12371,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2013.09,12399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2013.12,13981,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2014.03,13420,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2014.06,13114,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2014.09,12778,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2014.12,13985,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2015.03,13552,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2015.06,13495,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2015.09,13200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2015.12,14334,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2016.03,14028,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2016.06,13903,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2016.09,13646,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2016.12,14968,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2017.03,14694,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2017.06,14494,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2017.09,14375,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2017.12,15921,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2018.03,15297,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2018.06,15231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2018.09,14876,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2018.12,16292,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2019.03,15794,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2019.06,15818,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2019.09,15525,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2019.12,16994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2020.03,16088,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2020.06,14332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2020.09,15880,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2020.12,17242,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2021.03,16852,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2021.06,17192,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2021.09,16407,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2021.12,18560,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2022.03,17932,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2022.06,18274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2022.09,18262,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2022.12,19857,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2023.03,18982,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2023.06,19270,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2023.09,18878,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2023.12,20075,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2024.03,19486,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NAC00B15NZ,2024.06,19480,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1991.03,5333,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1991.06,5315,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1991.09,5463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1991.12,5411,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1992.03,5482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1992.06,5521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1992.09,5366,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1992.12,5503,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1993.03,5703,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1993.06,5740,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1993.09,5850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1993.12,5890,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1994.03,6075,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1994.06,6094,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1994.09,6158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1994.12,6272,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1995.03,6319,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1995.06,6437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1995.09,6471,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1995.12,6547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1996.03,6617,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1996.06,6704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1996.09,6803,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1996.12,6779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1997.03,6695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1997.06,6892,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1997.09,6988,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1997.12,6879,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1998.03,6887,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1998.06,6869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1998.09,6902,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1998.12,7076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1999.03,7086,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1999.06,7211,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1999.09,7326,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,1999.12,7354,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2000.03,7559,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2000.06,7561,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2000.09,7664,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2000.12,7866,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2001.03,7891,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2001.06,8156,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2001.09,8109,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2001.12,8328,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2002.03,8397,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2002.06,8350,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2002.09,8542,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2002.12,8548,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2003.03,8606,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2003.06,8696,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2003.09,8833,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2003.12,8993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2004.03,9197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2004.06,9317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2004.09,9437,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2004.12,9473,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2005.03,9464,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2005.06,9752,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2005.09,9854,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2005.12,9799,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2006.03,9870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2006.06,9995,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2006.09,10093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2006.12,10387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2007.03,10482,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2007.06,10722,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2007.09,11014,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2007.12,11127,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2008.03,11190,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2008.06,11153,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2008.09,10997,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2008.12,11112,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2009.03,11071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2009.06,11048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2009.09,11196,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2009.12,11255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2010.03,11485,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2010.06,11524,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2010.09,11575,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2010.12,11708,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2011.03,11785,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2011.06,11974,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2011.09,12149,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2011.12,12197,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2012.03,12173,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2012.06,12343,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2012.09,12218,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2012.12,12227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2013.03,12447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2013.06,12547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2013.09,12932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2013.12,13338,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2014.03,13330,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2014.06,13298,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2014.09,13317,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2014.12,13356,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2015.03,13462,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2015.06,13675,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2015.09,13746,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2015.12,13702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2016.03,13944,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2016.06,14078,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2016.09,14199,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2016.12,14316,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2017.03,14625,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2017.06,14657,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2017.09,14946,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2017.12,15237,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2018.03,15243,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2018.06,15389,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2018.09,15455,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2018.12,15595,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2019.03,15765,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2019.06,15967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2019.09,16111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2019.12,16274,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2020.03,16086,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2020.06,14452,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2020.09,16453,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2020.12,16529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2021.03,16871,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2021.06,17322,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2021.09,16969,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2021.12,17815,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2022.03,17967,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2022.06,18404,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2022.09,18860,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2022.12,19079,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2023.03,19031,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2023.06,19402,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2023.09,19476,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2023.12,19302,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2024.03,19543,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09NSC00B15NZ,2024.06,19609,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Nominal, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1991.03,7977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1991.06,7789,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1991.09,7773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1991.12,8242,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1992.03,7933,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1992.06,7798,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1992.09,7704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1992.12,8234,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1993.03,8017,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1993.06,8045,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1993.09,8170,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1993.12,8709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1994.03,8452,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1994.06,8355,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1994.09,8457,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1994.12,9057,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1995.03,8742,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1995.06,8695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1995.09,8732,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1995.12,9300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1996.03,8967,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1996.06,8888,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1996.09,8917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1996.12,9568,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1997.03,9050,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1997.06,9071,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1997.09,9046,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1997.12,9584,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1998.03,9041,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1998.06,8941,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1998.09,8975,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1998.12,9625,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1999.03,9230,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1999.06,9154,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1999.09,9461,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,1999.12,10162,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2000.03,9757,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2000.06,9598,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2000.09,9712,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2000.12,10309,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2001.03,9791,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2001.06,9764,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2001.09,9917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2001.12,10618,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2002.03,10097,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2002.06,10042,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2002.09,10231,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2002.12,10919,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2003.03,10357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2003.06,10227,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2003.09,10513,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2003.12,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2004.03,10765,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2004.06,10704,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2004.09,10812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2004.12,11406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2005.03,10923,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2005.06,10961,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2005.09,11093,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2005.12,11601,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2006.03,11150,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2006.06,11069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2006.09,11202,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2006.12,11870,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2007.03,11373,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2007.06,11376,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2007.09,11529,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2007.12,12147,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2008.03,11424,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2008.06,11300,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2008.09,11312,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2008.12,11836,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2009.03,11070,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2009.06,10971,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2009.09,11063,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2009.12,11804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2010.03,11161,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2010.06,11143,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2010.09,11159,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2010.12,11711,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2011.03,11167,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2011.06,11136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2011.09,11308,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2011.12,12023,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2012.03,11414,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2012.06,11381,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2012.09,11450,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2012.12,12277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2013.03,11554,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2013.06,11578,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2013.09,11695,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2013.12,12383,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2014.03,11822,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2014.06,11721,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2014.09,11912,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2014.12,12741,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2015.03,12012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2015.06,11949,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2015.09,12104,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2015.12,12868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2016.03,12222,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2016.06,12171,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2016.09,12338,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2016.12,13010,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2017.03,12343,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2017.06,12311,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2017.09,12469,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2017.12,13232,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2018.03,12529,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2018.06,12546,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2018.09,12641,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2018.12,13478,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2019.03,12750,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2019.06,12690,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2019.09,12868,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2019.12,13579,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2020.03,12549,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2020.06,11200,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2020.09,12881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2020.12,13550,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2021.03,12991,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2021.06,13142,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2021.09,12744,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2021.12,13849,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2022.03,13036,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2022.06,13190,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2022.09,13537,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2022.12,14070,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2023.03,13111,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2023.06,13107,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2023.09,13097,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2023.12,13663,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2024.03,12841,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B01NZ,2024.06,12780,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1991.03,7441,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1991.06,7059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1991.09,7049,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1991.12,7512,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1992.03,7302,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1992.06,7125,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1992.09,6982,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1992.12,7499,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1993.03,7446,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1993.06,7395,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1993.09,7415,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1993.12,7853,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1994.03,7817,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1994.06,7571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1994.09,7812,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1994.12,8352,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1995.03,8073,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1995.06,7965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1995.09,8059,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1995.12,8570,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1996.03,8244,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1996.06,8126,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1996.09,8296,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1996.12,8702,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1997.03,8178,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1997.06,8217,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1997.09,8261,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1997.12,8886,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1998.03,8540,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1998.06,8235,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1998.09,8294,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1998.12,9047,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1999.03,8545,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1999.06,8557,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1999.09,8662,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,1999.12,9264,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2000.03,8831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2000.06,8828,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2000.09,8970,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2000.12,9510,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2001.03,9182,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2001.06,9187,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2001.09,9286,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2001.12,9924,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2002.03,9522,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2002.06,9285,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2002.09,9465,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2002.12,10155,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2003.03,9718,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2003.06,9543,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2003.09,9881,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2003.12,10698,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2004.03,10303,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2004.06,10160,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2004.09,10158,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2004.12,10864,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2005.03,10384,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2005.06,10313,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2005.09,10417,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2005.12,10883,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2006.03,10339,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2006.06,10387,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2006.09,10467,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2006.12,11113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2007.03,10643,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2007.06,10684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2007.09,10793,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2007.12,11665,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2008.03,11008,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2008.06,10796,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2008.09,10784,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2008.12,11256,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2009.03,10479,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2009.06,10555,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2009.09,10811,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2009.12,10993,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2010.03,10965,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2010.06,10779,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2010.09,10831,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2010.12,11377,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2011.03,10897,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2011.06,10962,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2011.09,11076,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2011.12,11750,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2012.03,11138,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2012.06,10989,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2012.09,11101,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2012.12,11888,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2013.03,11236,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2013.06,11379,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2013.09,11637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2013.12,12502,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2014.03,12000,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2014.06,11816,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2014.09,11934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2014.12,12581,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2015.03,11984,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2015.06,11937,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2015.09,12077,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2015.12,12728,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2016.03,12337,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2016.06,12199,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2016.09,12269,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2016.12,13175,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2017.03,12430,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2017.06,12439,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2017.09,12498,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2017.12,13393,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2018.03,12640,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2018.06,12589,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2018.09,12698,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2018.12,13554,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2019.03,12867,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2019.06,12845,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2019.09,13089,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2019.12,14032,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2020.03,12976,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2020.06,11505,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2020.09,13220,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2020.12,13994,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2021.03,13239,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2021.06,13426,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2021.09,13016,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2021.12,14137,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2022.03,13289,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2022.06,13332,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2022.09,13644,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2022.12,14147,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2023.03,13238,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2023.06,13068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2023.09,13072,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2023.12,13540,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2024.03,12829,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B06NZ,2024.06,12721,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1991.03,7814,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1991.06,7637,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1991.09,7445,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1991.12,8139,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1992.03,7804,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1992.06,7807,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1992.09,7276,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1992.12,8119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1993.03,7908,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1993.06,7917,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1993.09,7668,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1993.12,8652,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1994.03,8483,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1994.06,8521,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1994.09,8013,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1994.12,8987,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1995.03,8632,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1995.06,8755,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1995.09,8213,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1995.12,9221,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1996.03,8773,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1996.06,8867,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1996.09,8463,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1996.12,9423,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1997.03,8856,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1997.06,9048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1997.09,8733,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1997.12,9526,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1998.03,8994,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1998.06,8934,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1998.09,8547,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1998.12,9710,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1999.03,9277,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1999.06,9295,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1999.09,9012,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,1999.12,10069,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2000.03,9772,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2000.06,9600,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2000.09,9249,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2000.12,10259,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2001.03,9679,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2001.06,9850,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2001.09,9474,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2001.12,10516,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2002.03,10098,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2002.06,9996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2002.09,9832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2002.12,10932,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2003.03,10447,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2003.06,10275,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2003.09,10072,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2003.12,11119,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2004.03,10869,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2004.06,10674,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2004.09,10357,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2004.12,11287,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2005.03,10792,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2005.06,10874,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2005.09,10571,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2005.12,11493,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2006.03,11043,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2006.06,10832,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2006.09,10684,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2006.12,11709,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2007.03,11238,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2007.06,11255,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2007.09,11003,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2007.12,12037,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2008.03,11399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2008.06,11113,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2008.09,10730,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2008.12,11687,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2009.03,11054,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2009.06,11062,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2009.09,10714,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2009.12,11815,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2010.03,11406,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2010.06,11329,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2010.09,10747,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2010.12,11586,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2011.03,11282,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2011.06,11233,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2011.09,10948,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2011.12,12048,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2012.03,11577,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2012.06,11460,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2012.09,11136,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2012.12,12281,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2013.03,11846,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2013.06,11574,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2013.09,11305,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2013.12,12358,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2014.03,11957,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2014.06,11739,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2014.09,11507,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2014.12,12629,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2015.03,12168,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2015.06,11999,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2015.09,11783,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2015.12,12863,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2016.03,12399,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2016.06,12283,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2016.09,11996,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2016.12,12977,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2017.03,12553,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2017.06,12476,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2017.09,12225,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2017.12,13359,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2018.03,12873,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2018.06,12823,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2018.09,12438,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2018.12,13611,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2019.03,13122,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2019.06,13008,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2019.09,12705,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2019.12,13709,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2020.03,12887,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2020.06,11516,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2020.09,12754,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2020.12,13773,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2021.03,13417,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2021.06,13555,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2021.09,12647,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2021.12,14068,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2022.03,13421,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2022.06,13552,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2022.09,13455,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2022.12,14291,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2023.03,13500,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2023.06,13536,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2023.09,13017,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2023.12,13925,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2024.03,13317,REVISED,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RAC00B15NZ,2024.06,13273,FINAL,Dollars,6,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Actual, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1991.03,7992,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1991.06,7915,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1991.09,7921,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1991.12,7949,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1992.03,7947,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1992.06,7931,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1992.09,7855,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1992.12,7931,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1993.03,8033,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1993.06,8187,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1993.09,8332,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1993.12,8380,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1994.03,8474,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1994.06,8504,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1994.09,8625,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1994.12,8705,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1995.03,8772,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1995.06,8854,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1995.09,8905,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1995.12,8925,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1996.03,9009,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1996.06,9057,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1996.09,9089,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1996.12,9171,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1997.03,9100,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1997.06,9255,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1997.09,9215,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1997.12,9173,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1998.03,9100,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1998.06,9134,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1998.09,9131,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1998.12,9204,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1999.03,9297,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1999.06,9364,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1999.09,9614,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,1999.12,9712,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2000.03,9834,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2000.06,9829,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2000.09,9855,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2000.12,9854,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2001.03,9873,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2001.06,10002,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2001.09,10052,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2001.12,10154,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2002.03,10189,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2002.06,10281,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2002.09,10362,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2002.12,10452,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2003.03,10457,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2003.06,10458,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2003.09,10642,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2003.12,10736,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2004.03,10874,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2004.06,10934,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2004.09,10938,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2004.12,10944,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2005.03,11036,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2005.06,11187,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2005.09,11218,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2005.12,11136,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2006.03,11273,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2006.06,11288,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2006.09,11331,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2006.12,11391,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2007.03,11509,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2007.06,11594,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2007.09,11665,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2007.12,11650,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2008.03,11567,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2008.06,11515,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2008.09,11449,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2008.12,11345,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2009.03,11212,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2009.06,11179,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2009.09,11202,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2009.12,11308,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2010.03,11306,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2010.06,11353,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2010.09,11304,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2010.12,11214,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2011.03,11311,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2011.06,11348,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2011.09,11461,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2011.12,11508,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2012.03,11557,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2012.06,11603,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2012.09,11606,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2012.12,11748,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2013.03,11696,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2013.06,11811,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2013.09,11853,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2013.12,11845,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2014.03,11968,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2014.06,11963,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2014.09,12068,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2014.12,12188,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2015.03,12162,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2015.06,12199,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2015.09,12255,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2015.12,12310,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2016.03,12379,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2016.06,12427,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2016.09,12483,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2016.12,12451,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2017.03,12507,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2017.06,12567,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2017.09,12607,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2017.12,12666,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2018.03,12706,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2018.06,12800,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2018.09,12772,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2018.12,12907,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2019.03,12941,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2019.06,12939,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2019.09,12992,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2019.12,13010,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2020.03,12748,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2020.06,11414,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2020.09,12995,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2020.12,12990,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2021.03,13207,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2021.06,13386,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2021.09,12846,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2021.12,13284,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2022.03,13260,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2022.06,13428,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2022.09,13638,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2022.12,13502,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2023.03,13342,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2023.06,13339,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2023.09,13190,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2023.12,13115,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2024.03,13069,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B01NZ,2024.06,13005,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - production measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1991.03,7395,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1991.06,7217,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1991.09,7201,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1991.12,7243,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1992.03,7261,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1992.06,7282,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1992.09,7133,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1992.12,7226,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1993.03,7413,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1993.06,7559,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1993.09,7566,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1993.12,7562,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1994.03,7801,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1994.06,7739,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1994.09,7958,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1994.12,8034,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1995.03,8072,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1995.06,8149,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1995.09,8201,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1995.12,8225,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1996.03,8266,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1996.06,8316,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1996.09,8440,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1996.12,8332,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1997.03,8217,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1997.06,8411,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1997.09,8404,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1997.12,8494,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1998.03,8598,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1998.06,8422,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1998.09,8442,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1998.12,8644,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1999.03,8603,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1999.06,8753,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1999.09,8817,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,1999.12,8852,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2000.03,8889,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2000.06,9032,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2000.09,9128,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2000.12,9092,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2001.03,9233,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2001.06,9407,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2001.09,9444,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2001.12,9493,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2002.03,9573,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2002.06,9507,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2002.09,9622,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2002.12,9722,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2003.03,9768,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2003.06,9768,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2003.09,10040,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2003.12,10245,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2004.03,10366,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2004.06,10388,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2004.09,10319,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2004.12,10405,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2005.03,10465,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2005.06,10529,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2005.09,10579,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2005.12,10423,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2006.03,10441,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2006.06,10587,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2006.09,10623,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2006.12,10645,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2007.03,10767,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2007.06,10878,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2007.09,10946,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2007.12,11178,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2008.03,11149,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2008.06,10984,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2008.09,10931,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2008.12,10788,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2009.03,10615,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2009.06,10739,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2009.09,10956,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2009.12,10535,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2010.03,11110,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2010.06,10969,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2010.09,10975,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2010.12,10903,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2011.03,11035,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2011.06,11163,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2011.09,11223,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2011.12,11261,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2012.03,11270,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2012.06,11198,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2012.09,11253,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2012.12,11394,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2013.03,11353,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2013.06,11608,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2013.09,11802,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2013.12,11975,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2014.03,12120,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2014.06,12056,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2014.09,12113,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2014.12,12044,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2015.03,12100,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2015.06,12182,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2015.09,12266,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2015.12,12176,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2016.03,12461,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2016.06,12447,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2016.09,12467,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2016.12,12596,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2017.03,12559,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2017.06,12693,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2017.09,12700,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2017.12,12794,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2018.03,12784,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2018.06,12845,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2018.09,12897,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2018.12,12946,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2019.03,13022,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2019.06,13109,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2019.09,13276,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2019.12,13413,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2020.03,13139,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2020.06,11742,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2020.09,13387,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2020.12,13396,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2021.03,13409,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2021.06,13700,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2021.09,13160,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2021.12,13551,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2022.03,13463,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2022.06,13597,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2022.09,13781,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2022.12,13574,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2023.03,13415,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2023.06,13322,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2023.09,13195,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2023.12,13000,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2024.03,13003,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B06NZ,2024.06,12966,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Disposable Income - gross,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1991.03,7792,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1991.06,7700,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1991.09,7790,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1991.12,7754,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1992.03,7783,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1992.06,7836,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1992.09,7672,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1992.12,7733,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1993.03,7877,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1993.06,7915,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1993.09,8118,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1993.12,8230,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1994.03,8458,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1994.06,8504,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1994.09,8498,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1994.12,8537,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1995.03,8615,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1995.06,8729,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1995.09,8706,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1995.12,8757,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1996.03,8773,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1996.06,8850,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1996.09,8951,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1996.12,8940,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1997.03,8868,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1997.06,9046,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1997.09,9214,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1997.12,9035,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1998.03,9011,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1998.06,8961,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1998.09,8997,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1998.12,9208,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1999.03,9282,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1999.06,9343,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1999.09,9472,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,1999.12,9546,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2000.03,9766,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2000.06,9671,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2000.09,9701,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2000.12,9751,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2001.03,9652,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2001.06,9956,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2001.09,9914,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2001.12,10002,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2002.03,10065,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2002.06,10108,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2002.09,10261,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2002.12,10429,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2003.03,10404,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2003.06,10403,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2003.09,10491,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2003.12,10610,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2004.03,10831,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2004.06,10801,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2004.09,10781,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2004.12,10772,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2005.03,10759,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2005.06,11002,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2005.09,10997,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2005.12,10968,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2006.03,11025,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2006.06,10946,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2006.09,11121,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2006.12,11173,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2007.03,11224,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2007.06,11363,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2007.09,11459,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2007.12,11485,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2008.03,11390,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2008.06,11204,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2008.09,11187,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2008.12,11156,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2009.03,11036,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2009.06,11146,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2009.09,11184,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2009.12,11281,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2010.03,11377,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2010.06,11412,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2010.09,11228,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2010.12,11069,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2011.03,11235,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2011.06,11325,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2011.09,11439,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2011.12,11513,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2012.03,11514,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2012.06,11572,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2012.09,11627,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2012.12,11736,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2013.03,11773,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2013.06,11706,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2013.09,11789,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2013.12,11811,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2014.03,11885,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2014.06,11885,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2014.09,11981,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2014.12,12074,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2015.03,12103,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2015.06,12146,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2015.09,12252,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2015.12,12306,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2016.03,12345,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2016.06,12426,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2016.09,12459,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2016.12,12425,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2017.03,12515,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2017.06,12607,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2017.09,12683,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2017.12,12802,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2018.03,12850,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2018.06,12943,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2018.09,12891,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2018.12,13053,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2019.03,13116,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2019.06,13115,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2019.09,13153,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2019.12,13156,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2020.03,12899,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2020.06,11602,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2020.09,13186,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2020.12,13226,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2021.03,13446,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2021.06,13645,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2021.09,13060,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2021.12,13519,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2022.03,13464,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2022.06,13633,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2022.09,13885,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2022.12,13738,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2023.03,13554,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2023.06,13611,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2023.09,13426,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2023.12,13389,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2024.03,13375,REVISED,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, +SNEQ.SG09RSC00B15NZ,2024.06,13343,FINAL,Dollars,0,National Accounts - SNA 2008 - SNE,"Series, Per capita measure, Chain volume, Seasonally adjusted, Total",Gross Domestic Product - expenditure measure,Per Capita in New Zealand dollars,,, diff --git a/dataframe-csv/src/test/resources/irisDataset.csv b/dataframe-csv/src/test/resources/irisDataset.csv new file mode 100644 index 0000000000..bf14e161bf --- /dev/null +++ b/dataframe-csv/src/test/resources/irisDataset.csv @@ -0,0 +1,151 @@ +"sepal.length","sepal.width","petal.length","petal.width","variety" +5.1,3.5,1.4,.2,"Setosa" +4.9,3,1.4,.2,"Setosa" +4.7,3.2,1.3,.2,"Setosa" +4.6,3.1,1.5,.2,"Setosa" +5,3.6,1.4,.2,"Setosa" +5.4,3.9,1.7,.4,"Setosa" +4.6,3.4,1.4,.3,"Setosa" +5,3.4,1.5,.2,"Setosa" +4.4,2.9,1.4,.2,"Setosa" +4.9,3.1,1.5,.1,"Setosa" +5.4,3.7,1.5,.2,"Setosa" +4.8,3.4,1.6,.2,"Setosa" +4.8,3,1.4,.1,"Setosa" +4.3,3,1.1,.1,"Setosa" +5.8,4,1.2,.2,"Setosa" +5.7,4.4,1.5,.4,"Setosa" +5.4,3.9,1.3,.4,"Setosa" +5.1,3.5,1.4,.3,"Setosa" +5.7,3.8,1.7,.3,"Setosa" +5.1,3.8,1.5,.3,"Setosa" +5.4,3.4,1.7,.2,"Setosa" +5.1,3.7,1.5,.4,"Setosa" +4.6,3.6,1,.2,"Setosa" +5.1,3.3,1.7,.5,"Setosa" +4.8,3.4,1.9,.2,"Setosa" +5,3,1.6,.2,"Setosa" +5,3.4,1.6,.4,"Setosa" +5.2,3.5,1.5,.2,"Setosa" +5.2,3.4,1.4,.2,"Setosa" +4.7,3.2,1.6,.2,"Setosa" +4.8,3.1,1.6,.2,"Setosa" +5.4,3.4,1.5,.4,"Setosa" +5.2,4.1,1.5,.1,"Setosa" +5.5,4.2,1.4,.2,"Setosa" +4.9,3.1,1.5,.2,"Setosa" +5,3.2,1.2,.2,"Setosa" +5.5,3.5,1.3,.2,"Setosa" +4.9,3.6,1.4,.1,"Setosa" +4.4,3,1.3,.2,"Setosa" +5.1,3.4,1.5,.2,"Setosa" +5,3.5,1.3,.3,"Setosa" +4.5,2.3,1.3,.3,"Setosa" +4.4,3.2,1.3,.2,"Setosa" +5,3.5,1.6,.6,"Setosa" +5.1,3.8,1.9,.4,"Setosa" +4.8,3,1.4,.3,"Setosa" +5.1,3.8,1.6,.2,"Setosa" +4.6,3.2,1.4,.2,"Setosa" +5.3,3.7,1.5,.2,"Setosa" +5,3.3,1.4,.2,"Setosa" +7,3.2,4.7,1.4,"Versicolor" +6.4,3.2,4.5,1.5,"Versicolor" +6.9,3.1,4.9,1.5,"Versicolor" +5.5,2.3,4,1.3,"Versicolor" +6.5,2.8,4.6,1.5,"Versicolor" +5.7,2.8,4.5,1.3,"Versicolor" +6.3,3.3,4.7,1.6,"Versicolor" +4.9,2.4,3.3,1,"Versicolor" +6.6,2.9,4.6,1.3,"Versicolor" +5.2,2.7,3.9,1.4,"Versicolor" +5,2,3.5,1,"Versicolor" +5.9,3,4.2,1.5,"Versicolor" +6,2.2,4,1,"Versicolor" +6.1,2.9,4.7,1.4,"Versicolor" +5.6,2.9,3.6,1.3,"Versicolor" +6.7,3.1,4.4,1.4,"Versicolor" +5.6,3,4.5,1.5,"Versicolor" +5.8,2.7,4.1,1,"Versicolor" +6.2,2.2,4.5,1.5,"Versicolor" +5.6,2.5,3.9,1.1,"Versicolor" +5.9,3.2,4.8,1.8,"Versicolor" +6.1,2.8,4,1.3,"Versicolor" +6.3,2.5,4.9,1.5,"Versicolor" +6.1,2.8,4.7,1.2,"Versicolor" +6.4,2.9,4.3,1.3,"Versicolor" +6.6,3,4.4,1.4,"Versicolor" +6.8,2.8,4.8,1.4,"Versicolor" +6.7,3,5,1.7,"Versicolor" +6,2.9,4.5,1.5,"Versicolor" +5.7,2.6,3.5,1,"Versicolor" +5.5,2.4,3.8,1.1,"Versicolor" +5.5,2.4,3.7,1,"Versicolor" +5.8,2.7,3.9,1.2,"Versicolor" +6,2.7,5.1,1.6,"Versicolor" +5.4,3,4.5,1.5,"Versicolor" +6,3.4,4.5,1.6,"Versicolor" +6.7,3.1,4.7,1.5,"Versicolor" +6.3,2.3,4.4,1.3,"Versicolor" +5.6,3,4.1,1.3,"Versicolor" +5.5,2.5,4,1.3,"Versicolor" +5.5,2.6,4.4,1.2,"Versicolor" +6.1,3,4.6,1.4,"Versicolor" +5.8,2.6,4,1.2,"Versicolor" +5,2.3,3.3,1,"Versicolor" +5.6,2.7,4.2,1.3,"Versicolor" +5.7,3,4.2,1.2,"Versicolor" +5.7,2.9,4.2,1.3,"Versicolor" +6.2,2.9,4.3,1.3,"Versicolor" +5.1,2.5,3,1.1,"Versicolor" +5.7,2.8,4.1,1.3,"Versicolor" +6.3,3.3,6,2.5,"Virginica" +5.8,2.7,5.1,1.9,"Virginica" +7.1,3,5.9,2.1,"Virginica" +6.3,2.9,5.6,1.8,"Virginica" +6.5,3,5.8,2.2,"Virginica" +7.6,3,6.6,2.1,"Virginica" +4.9,2.5,4.5,1.7,"Virginica" +7.3,2.9,6.3,1.8,"Virginica" +6.7,2.5,5.8,1.8,"Virginica" +7.2,3.6,6.1,2.5,"Virginica" +6.5,3.2,5.1,2,"Virginica" +6.4,2.7,5.3,1.9,"Virginica" +6.8,3,5.5,2.1,"Virginica" +5.7,2.5,5,2,"Virginica" +5.8,2.8,5.1,2.4,"Virginica" +6.4,3.2,5.3,2.3,"Virginica" +6.5,3,5.5,1.8,"Virginica" +7.7,3.8,6.7,2.2,"Virginica" +7.7,2.6,6.9,2.3,"Virginica" +6,2.2,5,1.5,"Virginica" +6.9,3.2,5.7,2.3,"Virginica" +5.6,2.8,4.9,2,"Virginica" +7.7,2.8,6.7,2,"Virginica" +6.3,2.7,4.9,1.8,"Virginica" +6.7,3.3,5.7,2.1,"Virginica" +7.2,3.2,6,1.8,"Virginica" +6.2,2.8,4.8,1.8,"Virginica" +6.1,3,4.9,1.8,"Virginica" +6.4,2.8,5.6,2.1,"Virginica" +7.2,3,5.8,1.6,"Virginica" +7.4,2.8,6.1,1.9,"Virginica" +7.9,3.8,6.4,2,"Virginica" +6.4,2.8,5.6,2.2,"Virginica" +6.3,2.8,5.1,1.5,"Virginica" +6.1,2.6,5.6,1.4,"Virginica" +7.7,3,6.1,2.3,"Virginica" +6.3,3.4,5.6,2.4,"Virginica" +6.4,3.1,5.5,1.8,"Virginica" +6,3,4.8,1.8,"Virginica" +6.9,3.1,5.4,2.1,"Virginica" +6.7,3.1,5.6,2.4,"Virginica" +6.9,3.1,5.1,2.3,"Virginica" +5.8,2.7,5.1,1.9,"Virginica" +6.8,3.2,5.9,2.3,"Virginica" +6.7,3.3,5.7,2.5,"Virginica" +6.7,3,5.2,2.3,"Virginica" +6.3,2.5,5,1.9,"Virginica" +6.5,3,5.2,2,"Virginica" +6.2,3.4,5.4,2.3,"Virginica" +5.9,3,5.1,1.8,"Virginica" diff --git a/dataframe-csv/src/test/resources/largeCsv.csv.gz b/dataframe-csv/src/test/resources/largeCsv.csv.gz new file mode 100644 index 0000000000..fa29891ed3 Binary files /dev/null and b/dataframe-csv/src/test/resources/largeCsv.csv.gz differ diff --git a/dataframe-csv/src/test/resources/msleep.csv b/dataframe-csv/src/test/resources/msleep.csv new file mode 100644 index 0000000000..57dcd2c05d --- /dev/null +++ b/dataframe-csv/src/test/resources/msleep.csv @@ -0,0 +1,84 @@ +name,genus,vore,order,conservation,sleep_total,sleep_rem,sleep_cycle,awake,brainwt,bodywt +Cheetah,Acinonyx,carni,Carnivora,lc,12.1,nothing,NA,11.9,NA,50 +Owl monkey,Aotus,omni,Primates,NA,17,1.8,NA,7,0.0155,0.48 +Mountain beaver,Aplodontia,herbi,Rodentia,nt,14.4,2.4,NA,9.6,NA,1.35 +Greater short-tailed shrew,Blarina,omni,Soricomorpha,lc,14.9,2.3,0.133333333,9.1,0.00029,0.019 +Cow,Bos,herbi,Artiodactyla,domesticated,4,0.7,0.666666667,20,0.423,600 +Three-toed sloth,Bradypus,herbi,Pilosa,NA,14.4,2.2,0.766666667,9.6,NA,3.85 +Northern fur seal,Callorhinus,carni,Carnivora,vu,8.7,1.4,0.383333333,15.3,NA,20.49 +Vesper mouse,Calomys,NA,Rodentia,NA,7,NA,NA,17,NA,0.045 +Dog,Canis,carni,Carnivora,domesticated,10.1,2.9,0.333333333,13.9,0.07,14 +Roe deer,Capreolus,herbi,Artiodactyla,lc,3,NA,NA,21,0.0982,14.8 +Goat,Capri,herbi,Artiodactyla,lc,5.3,0.6,NA,18.7,0.115,33.5 +Guinea pig,Cavis,herbi,Rodentia,domesticated,9.4,0.8,0.216666667,14.6,0.0055,0.728 +Grivet,Cercopithecus,omni,Primates,lc,10,0.7,NA,14,NA,4.75 +Chinchilla,Chinchilla,herbi,Rodentia,domesticated,12.5,1.5,0.116666667,11.5,0.0064,0.42 +Star-nosed mole,Condylura,omni,Soricomorpha,lc,10.3,2.2,NA,13.7,0.001,0.06 +African giant pouched rat,Cricetomys,omni,Rodentia,NA,8.3,2,NA,15.7,0.0066,1 +Lesser short-tailed shrew,Cryptotis,omni,Soricomorpha,lc,9.1,1.4,0.15,14.9,0.00014,0.005 +Long-nosed armadillo,Dasypus,carni,Cingulata,lc,17.4,3.1,0.383333333,6.6,0.0108,3.5 +Tree hyrax,Dendrohyrax,herbi,Hyracoidea,lc,5.3,0.5,NA,18.7,0.0123,2.95 +North American Opossum,Didelphis,omni,Didelphimorphia,lc,18,4.9,0.333333333,6,0.0063,1.7 +Asian elephant,Elephas,herbi,Proboscidea,en,3.9,NA,NA,20.1,4.603,2547 +Big brown bat,Eptesicus,insecti,Chiroptera,lc,19.7,3.9,0.116666667,4.3,3e-04,0.023 +Horse,Equus,herbi,Perissodactyla,domesticated,2.9,0.6,1,21.1,0.655,521 +Donkey,Equus,herbi,Perissodactyla,domesticated,3.1,0.4,NA,20.9,0.419,187 +European hedgehog,Erinaceus,omni,Erinaceomorpha,lc,10.1,3.5,0.283333333,13.9,0.0035,0.77 +Patas monkey,Erythrocebus,omni,Primates,lc,10.9,1.1,NA,13.1,0.115,10 +Western american chipmunk,Eutamias,herbi,Rodentia,NA,14.9,NA,NA,9.1,NA,0.071 +Domestic cat,Felis,carni,Carnivora,domesticated,12.5,3.2,0.416666667,11.5,0.0256,3.3 +Galago,Galago,omni,Primates,NA,9.8,1.1,0.55,14.2,0.005,0.2 +Giraffe,Giraffa,herbi,Artiodactyla,cd,1.9,0.4,NA,22.1,NA,899.995 +Pilot whale,Globicephalus,carni,Cetacea,cd,2.7,0.1,NA,21.35,NA,800 +Gray seal,Haliochoerus,carni,Carnivora,lc,6.2,1.5,NA,17.8,0.325,85 +Gray hyrax,Heterohyrax,herbi,Hyracoidea,lc,6.3,0.6,NA,17.7,0.01227,2.625 +Human,Homo,omni,Primates,NA,8,1.9,1.5,16,1.32,62 +Mongoose lemur,Lemur,herbi,Primates,vu,9.5,0.9,NA,14.5,NA,1.67 +African elephant,Loxodonta,herbi,Proboscidea,vu,3.3,NA,NA,20.7,5.712,6654 +Thick-tailed opposum,Lutreolina,carni,Didelphimorphia,lc,19.4,6.6,NA,4.6,NA,0.37 +Macaque,Macaca,omni,Primates,NA,10.1,1.2,0.75,13.9,0.179,6.8 +Mongolian gerbil,Meriones,herbi,Rodentia,lc,14.2,1.9,NA,9.8,NA,0.053 +Golden hamster,Mesocricetus,herbi,Rodentia,en,14.3,3.1,0.2,9.7,0.001,0.12 +Vole ,Microtus,herbi,Rodentia,NA,12.8,NA,NA,11.2,NA,0.035 +House mouse,Mus,herbi,Rodentia,nt,12.5,1.4,0.183333333,11.5,4e-04,0.022 +Little brown bat,Myotis,insecti,Chiroptera,NA,19.9,2,0.2,4.1,0.00025,0.01 +Round-tailed muskrat,Neofiber,herbi,Rodentia,nt,14.6,NA,NA,9.4,NA,0.266 +Slow loris,Nyctibeus,carni,Primates,NA,11,NA,NA,13,0.0125,1.4 +Degu,Octodon,herbi,Rodentia,lc,7.7,0.9,NA,16.3,NA,0.21 +Northern grasshopper mouse,Onychomys,carni,Rodentia,lc,14.5,NA,NA,9.5,NA,0.028 +Rabbit,Oryctolagus,herbi,Lagomorpha,domesticated,8.4,0.9,0.416666667,15.6,0.0121,2.5 +Sheep,Ovis,herbi,Artiodactyla,domesticated,3.8,0.6,NA,20.2,0.175,55.5 +Chimpanzee,Pan,omni,Primates,NA,9.7,1.4,1.416666667,14.3,0.44,52.2 +Tiger,Panthera,carni,Carnivora,en,15.8,NA,NA,8.2,NA,162.564 +Jaguar,Panthera,carni,Carnivora,nt,10.4,NA,NA,13.6,0.157,100 +Lion,Panthera,carni,Carnivora,vu,13.5,NA,NA,10.5,NA,161.499 +Baboon,Papio,omni,Primates,NA,9.4,1,0.666666667,14.6,0.18,25.235 +Desert hedgehog,Paraechinus,NA,Erinaceomorpha,lc,10.3,2.7,NA,13.7,0.0024,0.55 +Potto,Perodicticus,omni,Primates,lc,11,NA,NA,13,NA,1.1 +Deer mouse,Peromyscus,NA,Rodentia,NA,11.5,NA,NA,12.5,NA,0.021 +Phalanger,Phalanger,NA,Diprotodontia,NA,13.7,1.8,NA,10.3,0.0114,1.62 +Caspian seal,Phoca,carni,Carnivora,vu,3.5,0.4,NA,20.5,NA,86 +Common porpoise,Phocoena,carni,Cetacea,vu,5.6,NA,NA,18.45,NA,53.18 +Potoroo,Potorous,herbi,Diprotodontia,NA,11.1,1.5,NA,12.9,NA,1.1 +Giant armadillo,Priodontes,insecti,Cingulata,en,18.1,6.1,NA,5.9,0.081,60 +Rock hyrax,Procavia,NA,Hyracoidea,lc,5.4,0.5,NA,18.6,0.021,3.6 +Laboratory rat,Rattus,herbi,Rodentia,lc,13,2.4,0.183333333,11,0.0019,0.32 +African striped mouse,Rhabdomys,omni,Rodentia,NA,8.7,NA,NA,15.3,NA,0.044 +Squirrel monkey,Saimiri,omni,Primates,NA,9.6,1.4,NA,14.4,0.02,0.743 +Eastern american mole,Scalopus,insecti,Soricomorpha,lc,8.4,2.1,0.166666667,15.6,0.0012,0.075 +Cotton rat,Sigmodon,herbi,Rodentia,NA,11.3,1.1,0.15,12.7,0.00118,0.148 +Mole rat,Spalax,NA,Rodentia,NA,10.6,2.4,NA,13.4,0.003,0.122 +Arctic ground squirrel,Spermophilus,herbi,Rodentia,lc,16.6,NA,NA,7.4,0.0057,0.92 +Thirteen-lined ground squirrel,Spermophilus,herbi,Rodentia,lc,13.8,3.4,0.216666667,10.2,0.004,0.101 +Golden-mantled ground squirrel,Spermophilus,herbi,Rodentia,lc,15.9,3,NA,8.1,NA,0.205 +Musk shrew,Suncus,NA,Soricomorpha,NA,12.8,2,0.183333333,11.2,0.00033,0.048 +Pig,Sus,omni,Artiodactyla,domesticated,9.1,2.4,0.5,14.9,0.18,86.25 +Short-nosed echidna,Tachyglossus,insecti,Monotremata,NA,8.6,NA,NA,15.4,0.025,4.5 +Eastern american chipmunk,Tamias,herbi,Rodentia,NA,15.8,NA,NA,8.2,NA,0.112 +Brazilian tapir,Tapirus,herbi,Perissodactyla,vu,4.4,1,0.9,19.6,0.169,207.501 +Tenrec,Tenrec,omni,Afrosoricida,NA,15.6,2.3,NA,8.4,0.0026,0.9 +Tree shrew,Tupaia,omni,Scandentia,NA,8.9,2.6,0.233333333,15.1,0.0025,0.104 +Bottle-nosed dolphin,Tursiops,carni,Cetacea,NA,5.2,NA,NA,18.8,NA,173.33 +Genet,Genetta,carni,Carnivora,NA,6.3,1.3,NA,17.7,0.0175,2 +Arctic fox,Vulpes,carni,Carnivora,NA,12.5,NA,NA,11.5,0.0445,3.38 +Red fox,Vulpes,carni,Carnivora,NA,9.8,2.4,0.35,14.2,0.0504,4.23 diff --git a/dataframe-csv/src/test/resources/not-csv.zip b/dataframe-csv/src/test/resources/not-csv.zip new file mode 100644 index 0000000000..04a58fb812 Binary files /dev/null and b/dataframe-csv/src/test/resources/not-csv.zip differ diff --git a/dataframe-csv/src/test/resources/simplelogger.properties b/dataframe-csv/src/test/resources/simplelogger.properties new file mode 100644 index 0000000000..37e63dfccd --- /dev/null +++ b/dataframe-csv/src/test/resources/simplelogger.properties @@ -0,0 +1,38 @@ +# SLF4J's SimpleLogger configuration file +# Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err. + +# Default logging detail level for all instances of SimpleLogger. +# Must be one of ("trace", "debug", "info", "warn", or "error"). +# If not specified, defaults to "info". +org.slf4j.simpleLogger.defaultLogLevel=debug + +# Logging detail level for a SimpleLogger instance named "xxxxx". +# Must be one of ("trace", "debug", "info", "warn", or "error"). +# If not specified, the default logging detail level is used. +#org.slf4j.simpleLogger.log.xxxxx= + +# Set to true if you want the current date and time to be included in output messages. +# Default is false, and will output the number of milliseconds elapsed since startup. +org.slf4j.simpleLogger.showDateTime=true + +# The date and time format to be used in the output messages. +# The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat. +# If the format is not specified or is invalid, the default format is used. +# The default format is yyyy-MM-dd HH:mm:ss:SSS Z. +org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z + +# Set to true if you want to output the current thread name. +# Defaults to true. +org.slf4j.simpleLogger.showThreadName=true + +# Set to true if you want the Logger instance name to be included in output messages. +# Defaults to true. +org.slf4j.simpleLogger.showLogName=true + +# Set to true if you want the last component of the name to be included in output messages. +# Defaults to false. +#org.slf4j.simpleLogger.showShortLogName=false + +# Disables FastDoubleParser debug logs by default in our tests +# Can be enabled by setting the system property programmatically +org.slf4j.simpleLogger.log.org.jetbrains.kotlinx.dataframe.impl.io.FastDoubleParser=warn diff --git a/dataframe-csv/src/test/resources/syntheticSample.csv b/dataframe-csv/src/test/resources/syntheticSample.csv new file mode 100644 index 0000000000..233f576283 --- /dev/null +++ b/dataframe-csv/src/test/resources/syntheticSample.csv @@ -0,0 +1,3 @@ +12|tuv|0.12|true +41|xyz|3.6|not assigned +89|abc|7.1|false diff --git a/dataframe-csv/src/test/resources/testCSV.csv b/dataframe-csv/src/test/resources/testCSV.csv new file mode 100644 index 0000000000..af1e510f8c --- /dev/null +++ b/dataframe-csv/src/test/resources/testCSV.csv @@ -0,0 +1,6 @@ +,user_id,name,duplicate,username,duplicate,duplicate1,double,number,time,empty +0,4,George,,abc,a,null,1203,599.213,2021-01-07 15:12:32,null +1,5,Paul,,paul,null,null,N/A,214.211,2021-01-14 14:36:19,null +2,8,Johnny,,qwerty,b,null,20,412.214,2021-02-23 19:47:00,null +3,10,Jack,,buk,N/A,null,2414,01.01,2021-03-08 23:38:52,null +4,12,Samuel,,qwerty,NA,null,inf,00,2021-04-01 02:30:22,null diff --git a/dataframe-csv/src/test/resources/testCSV.csv.gz b/dataframe-csv/src/test/resources/testCSV.csv.gz new file mode 100644 index 0000000000..91a6514edb Binary files /dev/null and b/dataframe-csv/src/test/resources/testCSV.csv.gz differ diff --git a/dataframe-csv/src/test/resources/testCSV.zip b/dataframe-csv/src/test/resources/testCSV.zip new file mode 100644 index 0000000000..82fe36b80f Binary files /dev/null and b/dataframe-csv/src/test/resources/testCSV.zip differ diff --git a/dataframe-csv/src/test/resources/testCSVwithFrenchLocale.csv b/dataframe-csv/src/test/resources/testCSVwithFrenchLocale.csv new file mode 100644 index 0000000000..8753e9e564 --- /dev/null +++ b/dataframe-csv/src/test/resources/testCSVwithFrenchLocale.csv @@ -0,0 +1,6 @@ +;user_id;name;duplicate;username;duplicate;duplicate1;double;number;time;empty +0;4;George;"";abc;a;null;1203;599,213;2021-01-07 15:12:32;null +1;5;Paul;"";paul;null;null;N/A;214,211;2021-01-14 14:36:19;null +2;8;Johnny;;qwerty;b;null;20;412,214;2021-02-23 19:47:00;null +3;10;Jack;"";buk;N/A;null;2414;01,01;2021-03-08 23:38:52;null +4;12;Samuel;"";qwerty;NA;null;inf;00;2021-04-01 02:30:22;null diff --git a/dataframe-csv/src/test/resources/two csvs.zip b/dataframe-csv/src/test/resources/two csvs.zip new file mode 100644 index 0000000000..ac765bcf48 Binary files /dev/null and b/dataframe-csv/src/test/resources/two csvs.zip differ diff --git a/dataframe-csv/src/test/resources/wine.csv b/dataframe-csv/src/test/resources/wine.csv new file mode 100644 index 0000000000..ae8db3839f --- /dev/null +++ b/dataframe-csv/src/test/resources/wine.csv @@ -0,0 +1,10 @@ +"fixed acidity";"volatile acidity";"citric acid";"residual sugar";"chlorides";"free sulfur dioxide";"total sulfur dioxide";"density";"pH";"sulphates";"alcohol";"quality" +7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5 +7.8;0.88;0;2.6;0.098;25;67;0.9968;3.2;0.68;9.8;5 +7.8;0.76;0.04;2.3;0.092;15;54;0.997;3.26;0.65;9.8;5 +11.2;0.28;0.56;1.9;0.075;17;60;0.998;3.16;0.58;9.8;6 +7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5 +7.4;0.66;0;1.8;0.075;13;40;0.9978;3.51;0.56;9.4;5 +7.9;0.6;0.06;1.6;0.069;15;59;0.9964;3.3;0.46;9.4;5 +7.3;0.65;0;1.2;0.065;15;21;0.9946;3.39;0.47;10;7 +7.8;0.58;0.02;2;0.073;9;18;0.9968;3.36;0.57;9.5;7 diff --git a/dataframe-csv/src/test/resources/with-bom.csv b/dataframe-csv/src/test/resources/with-bom.csv new file mode 100644 index 0000000000..c711a7b828 --- /dev/null +++ b/dataframe-csv/src/test/resources/with-bom.csv @@ -0,0 +1,3 @@ +Column1;Column2 +0,25;18 +1,24;19 diff --git a/dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/xlsx.kt b/dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/xlsx.kt index dbb87d0839..8e97c6cc58 100644 --- a/dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/xlsx.kt +++ b/dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/xlsx.kt @@ -194,7 +194,7 @@ public fun DataFrame.Companion.readExcel( firstRowIsHeader: Boolean = true, ): AnyFrame = readExcel( - asURL(fileOrUrl), + asUrl(fileOrUrl), sheetName, skipRows, columns, diff --git a/dataframe-openapi-generator/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/isOpenApi.kt b/dataframe-openapi-generator/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/isOpenApi.kt index 9d81e86953..170a8617dc 100644 --- a/dataframe-openapi-generator/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/isOpenApi.kt +++ b/dataframe-openapi-generator/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/isOpenApi.kt @@ -17,7 +17,7 @@ public fun isOpenApiStr(text: String): Boolean = false } -public fun isOpenApi(path: String): Boolean = isOpenApi(asURL(path)) +public fun isOpenApi(path: String): Boolean = isOpenApi(asUrl(path)) public fun isOpenApi(url: URL): Boolean { if (url.path.endsWith(".yml") || url.path.endsWith("yaml")) { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b7184588bf..d1db974421 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,8 @@ korro = "0.1.6" binaryCompatibilityValidator = "0.16.3" kover = "0.8.3" -fastDoubleParser = "2.0.0" +deephavenCsv = "0.15.0" +fastDoubleParser = "2.0.1" commonsCsv = "1.11.0" commonsCompress = "1.27.1" commonsIo = "2.16.1" @@ -50,12 +51,13 @@ docProcessor = "0.3.10" simpleGit = "2.0.3" dependencyVersions = "0.51.0" plugin-publish = "1.2.1" -shadow = "8.1.1" +shadow = "8.3.3" android-gradle-api = "7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility ktor = "2.3.12" kotlin-compile-testing = "1.6.0" duckdb = "1.0.0" buildconfig = "5.4.0" +benchmark = "0.4.12" geotools = "32.0" jai-core = "1.1.3" @@ -71,6 +73,7 @@ kotlin-stdlib-jdk8 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" } kotlin-scriptingJvm = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-jvm", version.ref = "kotlin" } +deephavenCsv = { group = "io.deephaven", name = "deephaven-csv", version.ref = "deephavenCsv" } fastDoubleParser = { group = "ch.randelshofer", name = "fastdoubleparser", version.ref = "fastDoubleParser" } commonsCsv = { group = "org.apache.commons", name = "commons-csv", version.ref = "commonsCsv" } commonsCompress = { group = "org.apache.commons", name = "commons-compress", version.ref = "commonsCompress" } @@ -146,7 +149,7 @@ kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.re kotlin-script-runtime = { group = "org.jetbrains.kotlin", name = "kotlin-script-runtime", version.ref = "kotlin" } kotlin-annotations-jvm = { group = "org.jetbrains.kotlin", name = "kotlin-annotations-jvm", version.ref = "kotlin" } kotlin-jupyter-test-kit = { group = "org.jetbrains.kotlinx", name = "kotlin-jupyter-test-kit", version.ref = "kotlinJupyter" } - +kotlinx-benchmark-runtime = { group = "org.jetbrains.kotlinx", name = "kotlinx-benchmark-runtime", version.ref = "benchmark" } dataframe-symbol-processor = { group = "org.jetbrains.kotlinx.dataframe", name = "symbol-processor-all" } duckdb-jdbc = { group = "org.duckdb", name = "duckdb_jdbc", version.ref= "duckdb"} @@ -169,5 +172,6 @@ serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" } dependencyVersions = { id = "com.github.ben-manes.versions", version.ref = "dependencyVersions" } plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "plugin-publish" } -shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" } +shadow = { id = "com.gradleup.shadow", version.ref = "shadow" } buildconfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildconfig" } +kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "benchmark" } diff --git a/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/GenerateDataSchemaTask.kt b/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/GenerateDataSchemaTask.kt index 5cc6f14dcc..63c3de6522 100644 --- a/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/GenerateDataSchemaTask.kt +++ b/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/GenerateDataSchemaTask.kt @@ -25,7 +25,7 @@ import org.jetbrains.kotlinx.dataframe.io.OpenApi import org.jetbrains.kotlinx.dataframe.io.TSV import org.jetbrains.kotlinx.dataframe.io.getSchemaForSqlQuery import org.jetbrains.kotlinx.dataframe.io.getSchemaForSqlTable -import org.jetbrains.kotlinx.dataframe.io.isURL +import org.jetbrains.kotlinx.dataframe.io.isUrl import org.jetbrains.kotlinx.dataframe.schema.DataFrameSchema import java.io.File import java.net.URL @@ -116,6 +116,7 @@ abstract class GenerateDataSchemaTask : DefaultTask() { val url = urlOf(data.get()) val formats = listOf( + // TODO new Csv() and Tsv() CSV(delimiter = csvOptions.delimiter), JSON(typeClashTactic = jsonOptions.typeClashTactic, keyValuePaths = jsonOptions.keyValuePaths), Excel(), @@ -224,7 +225,7 @@ abstract class GenerateDataSchemaTask : DefaultTask() { is String -> when { - isURL(data) -> stringOf(URL(data)) + isUrl(data) -> stringOf(URL(data)) else -> { val relativeFile = project.file(data) @@ -252,7 +253,7 @@ abstract class GenerateDataSchemaTask : DefaultTask() { is URL -> data.toURI() is String -> when { - isURL(data) -> URL(data).toURI() + isUrl(data) -> URL(data).toURI() else -> { val relativeFile = project.file(data) diff --git a/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/SchemaGeneratorExtension.kt b/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/SchemaGeneratorExtension.kt index ecafd13b21..b9f3dc9c55 100644 --- a/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/SchemaGeneratorExtension.kt +++ b/plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/SchemaGeneratorExtension.kt @@ -123,6 +123,7 @@ class Schema( } // Without Serializable GradleRunner tests fail +// TODO add more options data class CsvOptionsDsl(var delimiter: Char = ',') : Serializable data class JsonOptionsDsl( diff --git a/plugins/symbol-processor/src/main/kotlin/org/jetbrains/dataframe/ksp/DataSchemaGenerator.kt b/plugins/symbol-processor/src/main/kotlin/org/jetbrains/dataframe/ksp/DataSchemaGenerator.kt index e4ce343816..b5cd07d964 100644 --- a/plugins/symbol-processor/src/main/kotlin/org/jetbrains/dataframe/ksp/DataSchemaGenerator.kt +++ b/plugins/symbol-processor/src/main/kotlin/org/jetbrains/dataframe/ksp/DataSchemaGenerator.kt @@ -32,7 +32,7 @@ import org.jetbrains.kotlinx.dataframe.io.databaseCodeGenReader import org.jetbrains.kotlinx.dataframe.io.db.driverClassNameFromUrl import org.jetbrains.kotlinx.dataframe.io.getSchemaForSqlQuery import org.jetbrains.kotlinx.dataframe.io.getSchemaForSqlTable -import org.jetbrains.kotlinx.dataframe.io.isURL +import org.jetbrains.kotlinx.dataframe.io.isUrl import org.jetbrains.kotlinx.dataframe.schema.DataFrameSchema import java.io.File import java.net.MalformedURLException @@ -73,7 +73,7 @@ class DataSchemaGenerator( } private fun ImportDataSchema.toStatement(file: KSFile, logger: KSPLogger): ImportDataSchemaStatement? { - val url = if (isURL(path)) { + val url = if (isUrl(path)) { try { URL(this.path) } catch (exception: MalformedURLException) { @@ -155,6 +155,7 @@ class DataSchemaGenerator( codeGenerator.createNewFile(Dependencies(true, importStatement.origin), packageName, "$name.Generated") val formats = listOf( + // TODO new Csv() and Tsv() CSV(delimiter = importStatement.csvOptions.delimiter), JSON( typeClashTactic = importStatement.jsonOptions.typeClashTactic, diff --git a/settings.gradle.kts b/settings.gradle.kts index 24dcb36f06..bc5b6b0297 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,6 +14,7 @@ include("dataframe-arrow") include("dataframe-openapi") include("dataframe-excel") include("dataframe-jdbc") +include("dataframe-csv") include("core") include("examples:idea-examples:titanic")